The Gunbot trading dashboard. Live P&L, open positions, trade history, performance analytics, and strategy configuration — all in one browser tab with zero CORS friction.
Real-time profit/loss via Server-Sent Events. No polling, no page refreshes — positions update the moment Gunbot processes them.
Win rate, profit factor, Sharpe ratio, equity curve. Full trade history with filters by exchange, pair, and date range.
Browse and edit Gunbot strategy settings and pair configurations directly from the browser — no config file editing required.
Runs as a local HTTP proxy. Browser calls localhost:8080/api/* and the server forwards to Gunbot transparently.
/health endpoint returns uptime, server name, timestamp. Compatible with PM2, uptime robots, and load balancers.
Connects to any Gunbot instance. Change the Gunbot URL in Settings at runtime without restarting the server.