PureBytes Links
Trading Reference Links
|
A.J. Carisse wrote:
> If MA(C,9) crosses over MA(C,21) and MA(C,21) of Data2 > MA(C,21)[1] of Data2 and
> C > Highest(C,20)[1] then buy on close;
Sorry about that - don't know what I was thinking about. For simple moving averages,
it's Average(C,21) - for exponential, it's XAverage, for weighted, its WAverage, wtc.
A.J.
|