Grab Account Data from Another Account

 

I am running one of my strategies across three different trading accounts with the same broker. The different accounts are to compare performance for different ways of managing the account.

Is there a way to extract account info from different accounts into one EA? ie. I'd like do do something like this:


Comment(
        "Account 1: ",account_1_balance,"\n",
        "Account 2: ",account_2_balance,"\n",
        "Account 3: ",account_3_balance);


Is this possible with MQL5?

 
You can save information from each terminal to one file in a shared folder.