Hi all,

With Tomasz help I've started using the AMA and AMA2 functions more...

It's all still a bit new. Could someone confirm the following is a
correct code translation from more traditional languages,

Non AFL

SP=0.33*Period + 0.67*SP[1];

in AFL,

SP=AMA2(0.33*Period,1,0.67);

Correct?

Thanks

Reply via email to