Architecture Docker (8 services), FastAPI, TimescaleDB, Redis, Streamlit. Stratégies : scalping, intraday, swing. MLEngine + RegimeDetector (HMM). BacktestEngine + WalkForwardAnalyzer + Optuna optimizer. Routes API complètes dont /optimize async. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
# ============================================================
|
|
# DASHBOARD - Container trading-dashboard (Streamlit UI)
|
|
# ============================================================
|
|
|
|
# UI Framework
|
|
streamlit==1.29.0
|
|
|
|
# Visualisation
|
|
plotly==5.18.0
|
|
matplotlib==3.8.2
|
|
seaborn==0.13.0
|
|
|
|
# HTTP client pour appels API
|
|
httpx==0.25.2
|
|
requests==2.31.0
|