Can an EA use icustom to get data from another EA?

 

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

 

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.
Reason: