Initial commit: UI/UX dashboard skeleton

- Basic Flask backend with mock metrics API
- Bootstrap/Chart.js frontend dashboard
- Displays key metrics: PnL, drawdown, win rate
- Interactive charts and auto-refresh
- Ready for integration with real data sources
This commit is contained in:
2026-02-04 10:41:02 +08:00
commit 0121cb6097
5 changed files with 511 additions and 0 deletions

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
Flask==2.3.3