new fixed dash

This commit is contained in:
Dobromir Popov
2025-05-24 11:42:02 +03:00
parent ba3d61818f
commit fb5350bb50
3 changed files with 348 additions and 86 deletions

View File

@ -37,15 +37,7 @@ cnn:
epochs: 100
confidence_threshold: 0.6
early_stopping_patience: 10
model_dir: "models/enhanced_cnn"
# Ultra-fast scalping weights (500x leverage)
timeframe_importance:
"1s": 0.60 # Primary scalping signal
"1m": 0.20 # Short-term confirmation
"1h": 0.15 # Medium-term trend
"1d": 0.05 # Long-term direction (minimal)
# Enhanced RL Agent Configuration
model_dir: "models/enhanced_cnn" # Ultra-fast scalping weights (500x leverage) timeframe_importance: "1s": 0.60 # Primary scalping signal "1m": 0.20 # Short-term confirmation "1h": 0.15 # Medium-term trend "1d": 0.05 # Long-term direction (minimal)# Enhanced RL Agent Configuration
rl:
state_size: 100 # Will be calculated dynamically based on features
action_space: 3 # BUY, HOLD, SELL