main cleanup
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
"""
|
||||
Trading Orchestrator - Main Decision Making Module
|
||||
|
||||
CRITICAL POLICY: NO SYNTHETIC DATA ALLOWED
|
||||
This module MUST ONLY use real market data from exchanges.
|
||||
NEVER use np.random.*, mock/fake/synthetic data, or placeholder values.
|
||||
If data is unavailable: return None/0/empty, log errors, raise exceptions.
|
||||
See: reports/REAL_MARKET_DATA_POLICY.md
|
||||
|
||||
This is the core orchestrator that:
|
||||
1. Coordinates CNN and RL modules via model registry
|
||||
2. Combines their outputs with confidence weighting
|
||||
|
||||
Reference in New Issue
Block a user