Need help with constants
-
Below is a formula block where I am trying to use the constant. The result of the EA differs when i use the constant (example 1) and when I manually type the value (example 2) not sure what I am doing wrong, sorry first time using constants:


-
int -> integers like 0, 1, 2, 3, ...
double -> floating-point numbers like 0.01, 0.02, 0.03Change "Constant Type" to double and check it out.
