Let's supose there is a GlobalVariable (MT4 Terminal Variable) that is called MT4_Variable.
If I want to use it's value on a formula (or condition), I would do this, correct?
alt text
If I want to change the value of MT4_Variable, do I need to use custom code, like this?
alt text
Or there is another way, using a block, the same way we change local/EA Variables?
Thanks.