AfricaFund 18 posts msg #41734 - Ignore AfricaFund modified | 
3/4/2006 4:35:43 PM
  This is one of my favorite leading trend change indicators. It will begin to drop just before the stock drops and increase before the stock goes up. It's a good lead for the rsi(2)
 
 set{a,count(lrs(4) has been increasing for the last 1 day,1)} 
 set{b,count(lrs(5) has been increasing for the last 1 day,1)} 
 set{c,count(lrs(6) has been increasing for the last 1 day,1)} 
 set{d,count(lrs(7) has been increasing for the last 1 day,1)} 
 set{aa,a+b} 
 set{bb,aa+c} 
 set{cc,bb+d} 
 cc has been decreasing for 1 day 
 draw cc 
 
 
 
  |