PulseWatch ยท Guides

How to monitor multiple MT4/MT5 accounts on one dashboard

Updated July 2026 ยท written by a trader running EAs on three live MT5 accounts

If you trade more than one MetaTrader account โ€” a main account, an EA account, a couple of prop-firm challenges โ€” you've hit the same wall everyone hits: MetaTrader shows one account at a time. The mobile app makes you log out and back in to switch. There is no built-in "show me everything" view, and margin problems don't announce themselves.

Here is every practical way to solve it, with the honest trade-offs of each. We build one of these options, and we'll say so when we get to it.

Option 1: Multiple terminals side by side

Install several copies of MetaTrader (each in its own folder with /portable mode), log each into a different account, and tile the windows.

Option 2: myfxbook / FX Blue

Free analytics portals that read your account via the investor password or a publisher EA. Excellent for performance review โ€” win rate, monthly gain, drawdown charts.

Option 3: MetaApi or a broker API

Cloud APIs (MetaApi and similar) connect to your account server-side and expose data programmatically. Powerful if you're a developer building your own tooling.

Option 4: A push EA + web dashboard

A small Expert Advisor runs in each terminal you already have (VPS or desktop) and pushes balance, equity, margin, open positions and trade history to a web dashboard every few seconds. Your credentials never leave your terminal โ€” the EA can only read what the terminal already shows, and a read-only EA physically contains no trading calls.

This is what PulseWatch is โ€” a push EA (open source, ~150 readable lines) and a live dashboard with Telegram alerts, built by a trader who runs three live MT5 accounts through it every day. The first account is free.

See the live demo โ€” no signup

Details that separate a good multi-account dashboard from a toy

Frequently asked

Can I do this without a VPS? Yes โ€” the EA runs wherever your terminal runs. If your terminals are on a home PC, monitoring works while that PC is on. Most EA traders already keep a VPS running anyway.

Does an extra EA slow trading down? A monitoring EA that only reads account figures and posts them over HTTPS uses negligible CPU and does not touch your trading EAs or their charts.

MT4 and MT5 mixed? A push-EA approach handles both in one dashboard, since each terminal reports itself regardless of version.

More guides: Telegram alerts for MetaTrader ยท Daily drawdown alerts for funded accounts

PulseWatch ยท Privacy ยท Disclosure