undeclared identifier
-
I uploaded an indicator but when I download a mq4 from fxdreema and compile it I get 7 errors saying 'ma_sms' - undeclared identifier.
There is no "ma_sma" in lower case in the indictor. Anyone have any ideas what's going on?
-
@pipologist Apparently it is an issue with some variables. Can you please share the link to the project?
-
thx for the help. here is the shared link and the indicator.
-
@pipologist The problem is definitely in that custom indicator. I'm not a programmer, but I guess the issue is with the buffers (not correctly identified) and/or any of the settings. Maybe another user will be more helpful in this field. I'm afraid I'm not your man for this, sorry.

-
@pipologist check out the input and data type in "my indicator" of fxdreema (MODE_SMA)

-
Thanks guys.
That was it. I appreciate your help.