Trading Engine
A realtime dashboard that pulls in live market data and executes strategies automatically — built for low latency and continuous uptime.
Overview
The Trading Engine processes live data streams over WebSockets and shows the current state at a glance. Strategies run automatically in the background, with realtime updates to the dashboard.
The focus was reliability: low latency, a self-healing connection, and an engine that can run around the clock without supervision.
What I did
- Realtime data pipeline with WebSocket feeds.
- Automated strategy execution in the background.
- Live dashboard with instant updates and clear visualisation.
- Robustness: recovery from dropped connections, continuous uptime.
Tech
PythonWebSocketsRealtimeasyncio