Initial commit — Trading AI Secure project complet
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>
This commit is contained in:
15
docker/requirements/dashboard.txt
Normal file
15
docker/requirements/dashboard.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# ============================================================
|
||||
# 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
|
||||
Reference in New Issue
Block a user