Variables Value
-
Hello,
do you know if the variable can have as input something like that?

If not,how can i do that?
Thank you!
-
Hello
If you need have input variable you must use :

and for example for get lot size use this in buy block:

-
You can try it. The fact is that Variables are not true global variables. Normal global variables can only equal to a specific value. But in fxDreema, and If there is not some bug, I made it in such a way that if complex value is written, that value is set in OnInit(). In other words, the Variable itself is first defined as an empty variable and then it is modified once in OnInit(). So I expect this to work