You need Global variables - "MQL4: Global variables"
I', trying that, but still not working.
This in the indicator:
GlobalVariableSet("gv2",123);
This in the EA:
Print(GlobalVariableGet("gv2"));
Not working.
What's wrong?
This in the indicator:
GlobalVariableSet("gv2",123);
This in the EA:
Print(GlobalVariableGet("gv2"));
Not working.
What's wrong?
Other words, you previously run custom indicator, and then run expert advisor on online chart?
Of course! Use iCustom() - "MQL4: iCustom"

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How to pass a variable from a Personal indicator to EA?
I've tried import or include, but don't get there...
Just to pass the values from chart to EA..
Thanks