custom incator compiling problem
-
Hi everybody !
After importing and updating the indicator I got this message when compiling the Ea .
Any suggestion is welcome !
Thanks !!!
......
What is wrong.JPG
xpMA v11.mq4 -
I don't know about MA_Type error, at least when I try it it does not appear. MA_TEMA is a constant defined within the indicator, but use it's numeric representation instead. This is from the indicator:
/* MODE_SMA 0 Simple moving average, MODE_EMA 1 Exponential moving average, MODE_SMMA 2 Smoothed moving average, MODE_LWMA 3 Linear weighted moving average. MODE_DEMA 4 Double Exponential Moving Average. MODE_TEMA 5 Triple Exponential Moving Average. MODE_T3MA 6 T3 Moving Average. MODE_JMA 7 Jurik Moving Average. MODE_HMA 8 Hull Moving Average. MODE_DECEMA 9 DECEMA Moving Average. MODE_SALT 10 SALT Indicator. */ -
Ok !
With number it works .
Thanks again !