ERROR - Constant expected (but i dont use any!!!)
-
Hi everyone, am having a compilation error that says "Constant expected" the problem is that i dont use any constant in my project.... I use a Variable name High_1 and that is the name of th expected constant.
I've already try to create a constant with the same name, but didin't work.
I've also read in one post that this problem is a bug and can be corrected by unchecking the optimización option when a use the variable of the same name but DIDN'T WORK either...What can i do??????????????

-
Problem fixed!!!
I was using the Variable "High_1" as StopLoss, but i wasn't realize that this variable is "int" and used to save a candle ID. Then a change "int" for "double" and saved "Price value"Working now!
-
@lopezdiaz2510 Congrats!
