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:
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Quantitative Trading Platform
|
||||
|
||||
A quantitative trading platform with modular architecture for data acquisition, strategy execution, risk management, and UI/UX.
|
||||
|
||||
## Architecture
|
||||
|
||||
See `component_diagram.md` and `architecture_diagram.txt` in the parent directory (`/home/thanthos/clawd/`) for detailed system design.
|
||||
|
||||
## UI/UX Module
|
||||
|
||||
### Dashboard
|
||||
Simple dashboard displaying key trading metrics:
|
||||
- PnL (Profit and Loss)
|
||||
- Drawdown
|
||||
- Win Rate
|
||||
|
||||
## Development
|
||||
|
||||
### Prerequisites
|
||||
- Python 3.8+
|
||||
- Node.js (for frontend)
|
||||
- Docker (optional)
|
||||
|
||||
### Setup
|
||||
1. Clone the repository
|
||||
2. Install dependencies: `pip install -r requirements.txt`
|
||||
3. Run the dashboard: `python app.py`
|
||||
|
||||
## License
|
||||
|
||||
Proprietary
|
||||
Reference in New Issue
Block a user