PureBytes Links
Trading Reference Links
|
Mike/
The moving averages you show can be done with the built-in Moving
Average indicator, no coding needed. Then you can experiment with the
Vertical Shift (positive and negative) and Horizontal Shift parameters.
Harvey Pearce, Victoria, B.C., Canada
======================================
Michael Robb wrote:
>
> Thanks to all who helped with my request. I used:
>
> mov(h,10,e)
> mov(l,10,e)
>
> It plots fine, except I am not sure it is an improvement on a MA percentage
> band; at least for visualising entry and exit points. Maybe it could use
> some % expansion, as it looks too narrow for Index Options. Perhaps it
> would look more logical on a stock or Index.
>
> Mike
|