Commit Graph

4 Commits

Author SHA1 Message Date
1ff5dfedb6 Add trading platform storyboards for equities and forex
- Created detailed storyboards demonstrating complete workflow
- Equities storyboard: AAPL example with 3 action plans (aggressive/conservative/wait)
- Forex storyboard: EUR/USD example with pre-NFP strategy
- Both include probability analysis, risk/reward calculations, and Moomoo API integration
- Interactive mock interfaces showing platform workflow from data sourcing to execution
2026-02-04 18:49:50 +08:00
994fb0fab5 Add interactive platform prototype
- Complete clickable mockup showing full platform UI/UX
- Dashboard with real-time metrics and charts
- Data management interface with API connectors
- Strategy engine configuration and backtesting
- Risk management controls and monitoring
- Navigation between all platform sections
- Dark theme with professional trading aesthetic
- Responsive design for mobile/desktop
- Interactive charts using Chart.js with mock data
- Reusable HTML/CSS/JavaScript structure
- Updated README with prototype documentation
2026-02-04 15:59:22 +08:00
6e86da6733 Implement moomoo API connector for OHLCV data
- Added DataConnector base class with OHLCV, InstrumentInfo, Interval
- Implemented MoomooClient with rate limiting, circuit breaker, caching
- Mock mode generates realistic data for development
- Real-time WebSocket subscription support (mock)
- Added examples/demo_moomoo.py showcasing functionality
- Updated requirements.txt with requests, websocket-client, redis, python-dotenv
- Updated README.md with Data Layer documentation
- Added .env.example for configuration
2026-02-04 11:35:33 +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