Description
Two small Expert Advisors that put the compliance state of every prop-firm account you run onto one single chart, with no copying and pasting of numbers.
How it works. Attach the reporter once in each terminal you want to track, and every few seconds it publishes a small snapshot of that account into a shared folder. Attach the panel once, in one terminal, and it draws a colour-coded table of everything it finds: account label, login, balance, daily loss used, maximum drawdown used, profit target reached and an overall status.
The status logic is the part that matters. Under 70 percent of a limit shows OK, 70 percent or more shows WARNING, and 100 percent or more shows BREACH. The profit target is treated as a limit too, so the same table tells you how close you are to passing, not only how close you are to failing. If a snapshot goes quiet for longer than your stale threshold the row greys out as STALE, so a stale number is never shown as though it were live.
Built for real multi-terminal life. Snapshots are matched on file timestamps and content, never on the writers’ server clocks, because prop-firm servers can be hours apart. A terminal that restarts keeps its row for a few minutes rather than vanishing from the table. Each reporter writes well under a kilobyte and overwrites its own snapshot, so the shared folder never grows.
Passive by design. Neither EA places, modifies or closes a trade, and neither sends orders anywhere. There is no DLL, no external library and no web request of any kind. The reporter only ever overwrites its own snapshot file.
Requirements: MetaTrader 5 on Windows, with every terminal running under the same Windows user account, because that is what makes the MetaTrader common folder shared. Typical layout: one reporter per tracked account, one panel on your master chart.
Your download contains both commented .mq5 sources, both compiled .ex5 files and the illustrated setup guide.






Reviews
There are no reviews yet.