Fractal Adaptive Moving Average
-
Hi,
with the indicator Fractal Adaptive Moving Average it returns an error compiling the project ( https://fxdreema.com/shared/d59z0utW ).
-
I see this is an MT5 EA. That's not a good beginning. Do you have any variable/constant on your EA called 'digits'?
-
You can solve temporarily by declaring the variable by adding this line manually Int digits; in the mq5 file, but I am not a programmer, to solve it in the right way fxdreema must do it.