| 
 PureBytes Links 
Trading Reference Links 
 | 
> The stockchart page is not available, but try the
> 
> Plot(StochD(),"",1,1);
> Plot(70,"",0,2);
> Plot(IIf(StochD()>70,StochD(),-1e10),"",2,2);
> 
> for bars above 70 for Stochd().
> DT
Thank you DT, that's exactly what I needed. I don't know why I didn't 
think of overdrawing with Plot. Excuse me while I hit myself on the 
forehead and say "Doh!"...
Jim Varney
 
 |