Modify Variable and Condition block
-
This is not working for numeric variables because it don't do the correct conversion:
AAA=_globalvariableget(BBB);If AAA is numeric and BBB is numeri;c AAA won't take BBB value.
If you edit manually and put it in this way:
AAA=BBB;It works correcty.
Regards
-
No no, these are totally different kind of global variables, see here: http://fxdreema.com/documentation/proje ... metatrader
In Condition use Value -> Numeric, I can actually see that you are using it that way in some of the Conditions. -
Correct, you are right.
Thx