MA-line on chart? Could it be due to not having ?: IndicatorDigits(Digits);
You're probably calling for the wrong timeframe.
iMA (_Symbol, MA_Exponential_Period, MA_Exponential_Num, 0, MODE_EMA, PRICE_CLOSE);
Try this instead.
iMA(_Symbol, _Period, MA_Exponential_Num, 0, MODE_EMA, PRICE_CLOSE);
nicholi shen:
You're probably calling for the wrong timeframe.
Try this instead.
Im so stupid :D thanks it works now
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
Hallo,
I dont understand what is wrong this :
Here you can see actual value in comment but its different than value of MA-line on chart :(