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:
12
src/ui/__init__.py
Normal file
12
src/ui/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Module UI - Interface Utilisateur Streamlit.
|
||||
|
||||
Ce module contient l'interface utilisateur web:
|
||||
- Dashboard principal
|
||||
- Risk Dashboard
|
||||
- Strategy Monitor
|
||||
- Backtesting UI
|
||||
- Live Trading Monitor
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0-alpha"
|
||||
Reference in New Issue
Block a user