Multiple different broker account monitoring MT4

 
I need to monitor multiple account balances (and open positions) on one application.
The accounts are from metatrader brokers, and the brokers are different.
(It's not monitoring multiple accounts from same broker but different brokers)
Also, I don't need to be able to execute trades from this application, but only to see the account balance, P&L and if possible the current positions separate for each account, all sent to one application.

Is there such a program available or can be written?
 
I am looking for the EXACT same thing.
 

You could have an indicator running on each platform that monitors the account.

The indicator can write the details to a file in the common folder (This is assuming that all the platforms are running on one computer).

Have an indicator on one platform that displays the data.

 
  1. Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
              General rules and best pratices of the Forum. - General - MQL5 programming forum?
    Next time post in the correct place. The moderators will likely move this thread there soon.

  2. Forex Trader: I need to monitor multiple account balances (and open positions) on one application.

    A terminal can only monitor one broker at a time.

  3. Open one terminal per broker. Have a file written using standard MT4 calls. Read the files with what ever you want.

Reason: