Compilation error
-

What is the meaning of this error and how do I find it and correct it.
It's quite urgent. Waiting for solutions
-
Search where is '00' inside your blocks or variable or constant and you can see
Also some value of a custom indicator if there is -
@ambrogio okay bro.. but not sure on how to search for it

-
@1stusFx @fxDreema @l-andorrà
Please help its urgent -
@1stusFx said in Compilation error:
@ambrogio okay bro.. but not sure on how to search for it

Open your blocks one at a time and see where '00' is. Check the list of variables and constants too, it's the only way. You only have 25 blocks, a few minutes will be enough.

-
@ambrogio okay. Let me try this.
-
@1stusFx also you can compile the mq4 in metaeditor, and it shows you in wich part of code there is the error (line and column) and from it you can find the block where the error is.
-
@ambrogio said in Compilation error:
@1stusFx also you can compile the mq4 in metaeditor, and it shows you in wich part of code there is the error (line and column) and from it you can find the block where the error is.
Exactly what I did... Found the error. Thanks
-
