warning after compiling
-
Hello community,
unfortunataly I get always the same warning after compiling in MT4. In fxdreema I dont get this warning.
Does anybody know this?Greetings
Tommi


-
Change T = double
double normalizedValue = NormalizeDouble(value, digits);
-
@Hiten7405 said in warning after compiling:
Change T = double
double normalizedValue = NormalizeDouble(value, digits);
Great! Thank you very much @Hiten7405 !