Command center for an automated FX stack, bringing live account telemetry, recent execution flow, and bot controls into one calm dashboard.
FreeTrade pairs a FastAPI backend with a React frontend so the operator can monitor account health, recent trades, and bot activity at a glance. The README positions it as a practical monitoring cockpit for live FX execution rather than a noisy analytics dashboard.
The App focuses on a clean command room with bot status, account balance, margin, daily P&L, and recent fills all on one screen. The visual design leans into readable spacing and clear signal colors so operators can check state quickly without digging through multiple views.
Local setup utilizes FastAPI for the backend API, React for the dashboard client, and
environment variables for the OANDA account credentials and AI provider key. The workflow is built
for quick local startup with uvicorn on the API side and npm run dev in the web app.
A screenshot of dashboard.