PureBytes Links
Trading Reference Links
|
Hello Phil,
Below you'll find code for a moving average written by Phil Lane that
plots intraday ma from the opening bar forward. I think you could
take ideas from it.
Also, I think you could condiitonalize our plot statement something
like this:
IF CurrentBar - BarNumber <= 50 then Plot1(xxx, "xxx");
Best regards,
Jim Johnson
Friday, February 02, 2001, 7:51:03 AM, you wrote:
PS> list,
PS> I have tried to apply an indicator only on the last 50 bars of a chart. I do
PS> not want to plot (calculate) a MovingAverage over the full chart; but only
PS> on the last 50 bars.
PS> Any ideas how to do?
PS> Thanks for any suggestions.
PS> Phil
--
mailto:jejohn@xxxxxxxxx
|