A block to change Constant value.
-
Hey.
Does anyone know of a method where EA can change a constant value.
A way in which a block changes the value in Expert / Input / Value.
(The window that you open by pressing EA-smiley on MT4)For example, a block that is placed after a Buy block.
I can find: "Modify Variables" block, but not "Modify Constants"
Sincerely. Kim / kiwi789
-
Constants aren't meant to be changed. Its like changing the value of π to 4.14159...
Its a constant, don't change it once its initialized.
If you need a value that changes, why not use a variable?