| 
 PureBytes Links 
Trading Reference Links 
 | 
John,
I believe this works:
===========================
Input: lookback(7), dotsize(5);
IF Range = Lowest(Range, lookback) Then 
  Plot1(High,"NRBar", yellow, default, dotsize);
==================================
> If anybody has code for a showme or paintbar
> that shows NR7 days please email it to me in text form.
> 
> Would also be nice if it worked on price in 32nds, like bonds.
> 
> Regards,
> 
> 
> John
> 
 
 |