This page is where you can request access to the live monitor for my automated trading platform. The monitor is a dashboard that runs alongside the trading system and shows what it is doing in real time. The demo login opens the real dashboard against live data, with a few details masked out for privacy.
What you will see
- An architecture view. A live diagram of how the system is wired together: the layer that talks to the brokers, the bus that carries events between the different components, the strategies running on top, the part that keeps positions in sync with the broker's record, the guard that closes positions before overnight fees, and the risk gates that sit between everything and the real money.
- Embedded marimo notebooks for doing analysis inside the dashboard itself. Each notebook runs as its own sandboxed process, with a small routing layer in front of all of them so the dashboard can talk to whichever notebook the user is looking at. If one notebook runs out of memory, only that process dies, the rest of the dashboard stays up.
- Per-strategy and per-symbol analytics. Balance tracking across strategy generations, side-by-side symbol comparisons, exchange-level statistics, and a weekly and daily activity heatmap.
- Trade flow and shadow mode. A live view of the order lifecycle, from the moment a strategy generates a signal to the moment that order is filled at the broker, running alongside a parallel "what-if" paper-trade view fed by the same market feed.
- PnL, Sharpe ratio, and drawdown, broken down by strategy, by symbol, and across whichever time range I want to look at.
- Alerts and system health. A log of every critical alert that has been pushed to my phone, alongside a health page with an inactivity watchdog and a view of the overnight-guard phase transitions through the day.
- Near-realtime refresh over a WebSocket, so the dashboard updates itself live as the system runs.
- For privacy, the demo view replaces every instrument symbol, strategy name, exchange, and order ID with an anonymised stand-in. The dashboard still works exactly as it would against live data, with analytics, charts, and comparisons all populating normally. Only the names you see are masked.
Request access
If you would like a look, fill in the form below and I will email you a time-limited login link in return, usually within a day.