No, EA's are in different memory space, you will need another method, either global variables or write/read to file
-BB-
Then, is it possible to divide an EA into two, one processes calculation and give commands, like "buy", "sell", "modify", etc, and another one processes the command?
Therefore, I can put two EAs in different computer and isolate the first one.
Does it work?
Wing
Make the first part an Indicator, then call it from your EAs using 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
Dear all
As mentioned in subject, I know an EA can use icustom to get data from an indicator, but is it the same between EA and another EA?
Wing