Working with Terminal Variables (Global Variables on MT4)
-
Hi,
I run my EA on several charts. I need a couple of variables to be accessible from all charts.
For example, my EA have a local variable called "Multiplier". The EA can modify it on certain conditions.
The EA running on all charts needs to recognize it's value, identify that the value has been modified (also, the EA on any chart should be able to modify it).
I know the way to do it is using what MT4 denominates "Global Variables" - the variables we see when we press F3 on MT4 terminal (here on FxDremma the name we use is "Terminal Variables").
Has anyone done it yet? Does anyone have any idea or example I could use?
Thank you very much.
-
-
Thank you very much!
I didn't know there was a tutorial for it...