fix dash actions
This commit is contained in:
@ -81,8 +81,8 @@ orchestrator:
|
||||
# Model weights for decision combination
|
||||
cnn_weight: 0.7 # Weight for CNN predictions
|
||||
rl_weight: 0.3 # Weight for RL decisions
|
||||
confidence_threshold: 0.20 # Lowered from 0.35 for low-volatility markets
|
||||
confidence_threshold_close: 0.10 # Lowered from 0.15 for easier exits
|
||||
confidence_threshold: 0.05 # Very low threshold for training and simulation
|
||||
confidence_threshold_close: 0.05 # Very low threshold for easier exits
|
||||
decision_frequency: 30 # Seconds between decisions (faster)
|
||||
|
||||
# Multi-symbol coordination
|
||||
@ -154,7 +154,7 @@ trading:
|
||||
# MEXC Trading API Configuration
|
||||
mexc_trading:
|
||||
enabled: true
|
||||
trading_mode: live # simulation, testnet, live
|
||||
trading_mode: simulation # simulation, testnet, live
|
||||
|
||||
# FIXED: Meaningful position sizes for learning
|
||||
base_position_usd: 25.0 # $25 base position (was $1)
|
||||
@ -165,7 +165,7 @@ mexc_trading:
|
||||
max_daily_trades: 100
|
||||
max_daily_loss_usd: 200.0
|
||||
max_concurrent_positions: 3
|
||||
min_trade_interval_seconds: 30
|
||||
min_trade_interval_seconds: 5 # Reduced for testing and training
|
||||
|
||||
# Order configuration
|
||||
order_type: market # market or limit
|
||||
|
Reference in New Issue
Block a user