Communicate between multiple accounts

 

Hello,

 I need to build an EA which will be running on one account and will obtain information from the second account like Equity level, Balance, Open trades, etc...

 Any idea?

 Thanks

David 

 
Either use NamedPipe or socket-connection
 
Cannot it be done via MQL?
 
mkheidzedavid:
Cannot it be done via MQL?
Yes,it can be done via MQL.
 
mkheidzedavid:
Cannot it be done via MQL?
The only MQL way I know of is sharing files in the common data folder.
 
hji:
Yes,it can be done via MQL.
NamedPipe or socket-connection need DLL, can't be done with mql only.
Reason: