Most probably is like that.
@ MisterDog
After setting up a Global Variable with a script, open GV inside terminal and see if the GV is set or not.
You track and do troubleshooting first.
This is the first time I've looked at a global variable in the terminal. I found it by pressing F3. Yes -- the value of "12345" is there.
And guess what I found out. The EA has to be loaded and running for this to work! Somewhere in the process the EA got unloaded. Thanks for the education everyone.
This is the first time I've looked at a global variable in the terminal. I found it by pressing F3. Yes -- the value of "12345" is there.
And guess what I found out. The EA has to be loaded and running for this to work! Somewhere in the process the EA got unloaded. Thanks for the education everyone.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I can't retrieved a Global Variable in an EA. First I am setting a Global Variable with a script. Then I am attempting to read the Global Variable in an EA. Here is the code and errors. What is wrong?
script...
EA...