Operation in a numeric value field?
-
Hi,
I wonder if it's possible to include an operation in a numeric value field like it can be seen below. In both the value field and the adjust field.

Thanks in advance.
-
Yes, you can write MQL4 code in all input fields, you can use native MQL4 functions in them and so on. In this case you have "stopLoss" and "delta" as a variables and they must be declared as variables in Variables (the same way you declared "tsl")