Real-Time Dashboard: How to Monitor Your PMTS Investment 24/7 — May 17, 2026
Published May 17, 2026 by the PMTS Research Team. One of the recurring objections we hear from professional allocators evaluating managed trading programs is structural rather than statistical. The performance numbers may be acceptable, the strategy thesis may be coherent, but the reporting cadence — monthly statements, quarterly factsheets, ad hoc PDF tear sheets — does not match the speed at which capital actually moves. By the time an investor learns that drawdown has accelerated or that exposure has shifted, the relevant decision window has often closed.
The PMTS investor dashboard was designed as a direct answer to that gap. Rather than treating reporting as a downstream artifact produced once a month, PMTS exposes a real-time view of every trade, every equity tick, and every allocation across the entire MAM (Multi-Account Manager) structure. In this article we walk through the architecture, the metrics, and the practical workflows that allow allocators to monitor their AI-driven XAUUSD exposure 24 hours a day, seven days a week — on the same data that the PMTS quantitative team uses internally.
Why a Real-Time Dashboard Matters for Managed AI Trading
Algorithmic strategies executed on MetaTrader 5 generate state changes constantly. A single trading session on XAUUSD can produce dozens of fills, partial closes, trailing stop updates, and intraday equity excursions. A static monthly PDF compresses all of that activity into a handful of aggregates and necessarily hides the path the equity curve actually took to get there.
For an allocator, the missing information is rarely the final return. It is the distribution of intraday outcomes, the maximum adverse excursion during the period, and the correlation between PMTS performance and broader macro events such as FOMC decisions, CPI prints, or geopolitical shocks. Without a real-time view, those questions can only be answered after the fact, and usually with material lag.
PMTS treats the dashboard as the primary source of truth for the investor relationship. Monthly statements are produced from the same database that powers the live screen — they are a snapshot, not a separate accounting system. That single-source-of-truth design eliminates a class of reconciliation problems that plague hybrid reporting stacks.
The PMTS Dashboard at a Glance
The dashboard is organised around four primary panels that mirror how an institutional risk desk reads a strategy: capital, performance, exposure, and activity. Each panel is hydrated from a dedicated API endpoint and refreshes independently, so a slow query on one panel never blocks the rest of the interface.
Live Equity and Balance Tracking
The headline equity card on the PMTS dashboard shows the current MetaTrader 5 balance and floating equity for every linked account, refreshed via the MT5 DataSync Expert Advisor that runs on the broker side. As of the most recent synchronisation, the master account tracked by the platform shows a balance of USD 552,970.92 with floating equity of USD 552,969.28 — a difference of less than two dollars that reflects open swap and unrealised P&L at the moment of the snapshot.
Below the headline figure, an ApexCharts equity curve plots every confirmed trade close from the first day of the account. Allocators can toggle between linear and log scales, overlay drawdown bands, and switch the X axis between calendar days and trading days. The same chart is available on the public landing page in aggregate form, but the version on the dashboard is filtered to the specific accounts an investor holds.
Multi-Account Aggregation
Many PMTS investors hold allocations across multiple broker accounts for diversification or regulatory reasons. The dashboard aggregates positions and P&L across all of those accounts and presents a single consolidated view, while preserving the ability to drill into any individual account. This matters for two operational reasons.
First, currency. Each linked trading account has its own base currency — EUR, USD, GBP, and others are common. The dashboard converts every figure into the investor's preferred display currency using cached daily exchange rates, so the consolidated equity figure is always denominated consistently regardless of how the underlying accounts are configured.
Second, the MAM (Multi-Account Manager) layer. PMTS distributes the master account's P&L proportionally to each investor's allocation through the MAMDistributor service. The dashboard surfaces both the gross master-account performance and the allocator's net share after performance fees, so there is no ambiguity about what was earned at the strategy level versus what is attributable to a specific allocation.
Performance Metrics
The performance panel exposes the same metrics used inside the PMTS research team: profit factor, win rate, expected payoff, average win versus average loss, maximum drawdown in both absolute and percentage terms, and the long/short skew of the strategy. Drawing from the most recent synchronisation, the cumulative metrics are:
- Total trades: 103
- Win rate: 55.34%
- Profit factor: 1.6131
- Net profit: USD 3,048.75
- Gross profit / gross loss: USD 8,021.50 / USD 4,972.75
- Average win: USD 140.73
- Average loss: USD 108.10
- Max drawdown: USD 3,997.55 (0.73% of peak equity)
- Long-side win rate: 67.35%
- Short-side win rate: 44.44%
The dashboard also breaks performance down by calendar month. For May 2026 to date, the master account shows 82 trades, a 64.63% win rate, profit factor of 2.5793, and a month-to-date return of 0.6748% on a starting balance of USD 550,000.00 — a pace that, if maintained, would translate to a respectable annualised figure, although PMTS expressly avoids forward-looking projections in its reporting.
How PMTS Synchronizes Data 24/7
The synchronisation pipeline between MetaTrader 5 and the PMTS dashboard is the engineering centerpiece that makes real-time monitoring possible. A custom Expert Advisor, deployed on the broker's MT5 terminal, captures every deal, order, and position change and pushes the event to the PMTS API over an authenticated channel using an X-API-Key header. The payload is validated server-side, persisted into the account_snapshots, deals, orders, and positions tables, and the equity curve is rebuilt incrementally.
The frequency of synchronisation is configured per broker. For active strategies such as PMTS on XAUUSD, the heartbeat runs at minute granularity during market hours and at five-minute granularity overnight, with an immediate event-driven push whenever a deal closes. The dashboard front end polls the API on a short interval and updates affected panels without a full page reload. The result is a perceived latency of a few seconds between a trade closing on MT5 and the equity curve reflecting that close on the investor's screen.
Outside of market hours, the dashboard remains fully usable. Historical analysis, allocation reviews, deposit and withdrawal workflows, and KYC document management are all decoupled from the trading data stream, so the platform is genuinely operational around the clock.
Practical Workflows for Allocators
From an operational standpoint, the dashboard is designed to support four recurring workflows.
The first is the morning check. Before the European open, an allocator opens the dashboard, scans the equity card, and inspects the overnight section of the equity curve. Any unusual movement is reconciled against the deals table, which lists every closed trade with entry, exit, volume, and net P&L. In most sessions this takes less than two minutes.
The second is the weekly review. The performance panel offers a configurable window — last seven days, last thirty days, month-to-date, year-to-date, or a custom date range — and recomputes the metrics on the fly. This is the view that PMTS publishes externally on Saturday mornings as the weekly performance review, but allocators have access to it continuously.
The third is the rebalancing decision. When an allocator considers increasing or reducing their allocation, the dashboard provides the necessary inputs: the current allocation as a percentage of the master account, the cumulative performance fee accrued in the current period, and the lock-up status. The deposit and withdrawal pages are reachable in a single click from the same screen.
The fourth is the tax and accounting export. The dashboard offers CSV and PDF exports of trade history, daily equity, and monthly statements, formatted to be consumable by typical portfolio accounting systems without manual cleaning.
Mobile-First Design and Multi-Currency Support
The PMTS investor dashboard is built as a single-page application optimised for mobile viewports first and progressively enhanced on desktop. The same JavaScript application drives both contexts; there is no separate mobile site. Charts collapse to vertically stacked panels on narrow screens, and every interactive element has a touch target of at least 44 pixels per side, consistent with WCAG accessibility guidance.
Multi-currency support runs through the entire stack. The backend stores raw P&L in the account base currency; the front end performs all display conversions using a cached exchange rate table that is refreshed daily. The investor selects a preferred currency once in settings and every screen — equity, performance, allocations, statements — renders in that currency with the correct symbol.
Security and Access Control
Access to the dashboard is gated by token-based authentication. Sessions are short-lived and refreshed on activity; sensitive actions such as withdrawals require re-authentication and, where configured, a second factor. Admin and investor panels are entirely separate applications with distinct authentication systems, so a compromise of one does not cascade into the other.
All data in transit is encrypted; all stored credentials are hashed using modern algorithms. The MT5 API key used by the synchronisation EA is scoped to write only into the data tables relevant to its own account and has no ability to modify allocations, fees, or user records.
How to See the Dashboard
Existing investors can log in directly through the PMTS investor dashboard and see the full real-time view of their allocation. Prospective allocators can create an account to access a read-only demonstration version that displays the master-account performance with the same engine that powers the live investor view.
The dashboard is not a marketing surface. It is the same operational tool used by the PMTS quantitative team to monitor the strategy in production, exposed to investors with appropriate filtering. That alignment of internal and external tooling is, in our view, the most reliable structural guarantee that the numbers an allocator sees are the numbers that actually exist.
Past performance does not guarantee future results. Trading involves substantial risk of loss and is not suitable for all investors. Figures cited in this article reflect the state of the master account at the time of publication and are subject to change with every subsequent synchronisation. Investors should consult the PMTS risk disclosure and their own advisors before allocating capital.
Ready to start trading with AI?
Join hundreds of traders using PMTS algorithmic trading technology
Get Started

