brianroxxxfx: I am getting improper enumerator errors for these following 4 lines,
| You should |
Your Code | Documentation |
---|---|
maOpen=iMA( MODE_OPEN is part of Series Array IdentifiersNULL, 0, MaPeriod, 0, MaMetod, MODE_OPEN, pos ); | double iMA( Do you see MODE_OPEN in the Price Constantsstring symbol, // symbol int timeframe, // timeframe int ma_period, // MA averaging period int ma_shift, // MA shift int ma_method, // averaging method int applied_price, // applied price int shift // shift ); |

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
I am getting improper enumerator errors for these following 4 lines,
maOpen=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_OPEN,pos);
maClose=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_CLOSE,pos);
maLow=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_LOW,pos);