need help resolving error issue
-
Hello, I'm trying to finish my EA build but it keeps saying undeclared identifier for complication error. Is their something I could do to make it able to download?
-
It is on MT5, right? Are you using custom indicators, maybe?
-
In my experience undeclared identifier, normally means you are trying to use a variable/constant you haven't created (or accidentally put a digit in a box). Add a shared project link to look at.
-
You can check the error more deeply by exporting the mql5 code, opening the language editor and go to that specific line of code. It will at least give you a block number a few lines of code up which correlates to you blocks on fxdreema then.
update: once in language editor, compile the code and it will give a list of errors for you to follow.
-
i made one for mt4 and mt5 but it says the same thing for both.