[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Basic Question



PureBytes Links

Trading Reference Links

Hi,

Can somebody please explain, what is the difference between

x = AMA(Ref(Avg,-1),0.5);

and

x = Ref(AMA(Avg,0.5),-1);

Cheers.

Ash