Example MA_Array[i]= iMA(Symbol(),0,5... ...i); crosses over MA_Array[a]=iMA(Symbol (),0,21....a);
I receive 'MA_Array' - invalid array access
'MA_Array' - invalid array access
Kiplangat Ngeno Allan:
Example MA_Array[i]= iMA(Symbol(),0,5... ...i); crosses over MA_Array[a]=iMA(Symbol (),0,21....a);
Example MA_Array[i]= iMA(Symbol(),0,5... ...i); crosses over MA_Array[a]=iMA(Symbol (),0,21....a);
I receive 'MA_Array' - invalid array access
'MA_Array' - invalid array access
Learn to reference the documentation. The iMA function returns a handle, not buffer data.
Documentation on MQL5: Technical Indicators / iMA
- www.mql5.com
The function returns the handle of the Moving Average indicator. It has only one buffer. Parameters symbol [in] The symbol name of the security...
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