
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I am a newbie and trying to use a 21 period SMMA as my trailing stop. When I use the following:
MA = iMA(NULL,0,21,0,MODE_SMMA,PRICE_CLOSE,0);
I do not get the current MA value but it seems some value approx 5 bars back?
Thanks