g.harms@xxxxxxxxxxxxxxxxxx writes:
> Can anyone help me with a formula for the MACD histogram? I can't seem
> to
> find it in MS 6.5. Thanks
Graham:
period1:=13;
period2:=34;
period3:=89;
(Mov(C,period1,E) - Mov(C,period2,E))-(Mov((Mov(C,period1,E) -
Mov(C,period2,E)),period3,E))
|