| 
 PureBytes Links 
Trading Reference Links 
 | 
On Sun, 02 Jun 2002, phil wrote:
> Hi List,
> 
> Is there a way to move the plotting of a moving average BACKWARD a fixed
> number of bars. I think the concept is called detrending. If so would
> someone please be kind enough to provide the line of code.
> 
> Thanks,
> 
> Phil
> 
> 
I saw a piece of code that read
plot1[2](close);
Would that do what you're asking? I haven't found this syntax referenced
in the manuals so I don't really know what it does.
Mike
 
 |