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:
11
tests/__init__.py
Normal file
11
tests/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Tests Package - Suite de Tests Complète.
|
||||
|
||||
Ce package contient tous les tests pour Trading AI Secure:
|
||||
- unit/: Tests unitaires
|
||||
- integration/: Tests d'intégration
|
||||
- e2e/: Tests end-to-end
|
||||
- fixtures/: Fixtures et données de test
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0-alpha"
|
||||
Reference in New Issue
Block a user