PulseWatch ยท Guides
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.
Install several copies of MetaTrader (each in its own folder with /portable mode),
log each into a different account, and tile the windows.
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.
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.
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.
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