Commit Graph

4 Commits

Author SHA1 Message Date
06081aa939 feat(ui): strategy config form and backend endpoint 2026-02-07 08:06:27 +08:00
f30bcdc680 feat: Integrated Dashboard v2.0 with LLM-driven Mock Backend
- Promoted prototype dashboard to main app
- Added /api/market-data endpoint
- Implemented market_simulator.py for realistic OHLCV generation
- Updated MoomooClient to serve simulated scenarios
- Wired frontend to backend API
2026-02-07 06:34:19 +08:00
a42ea8dddf Refine dashboard UI/UX with storyboard-aligned instrument drill-down
- Introduced card-based layout matching storyboard visuals
- Added tracked instrument input (symbol + type) with per-instrument cards
- Implemented intuitive drill-down: dashboard metrics switch to selected instrument
- Displayed P&L, drawdown, and win rate per instrument using static mock data
- Updated charts and recent performance table to reflect selected instrument
- Prepared for future integration with real Moomoo data layer
2026-02-04 19:54:55 +08:00
0121cb6097 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
2026-02-04 10:41:02 +08:00