fix dash
This commit is contained in:
@ -116,8 +116,8 @@ class IntegratedRLCOBSystem:
|
||||
logger.info("Live trading not confirmed, switching to simulation mode")
|
||||
simulation_mode = True
|
||||
|
||||
# Initialize trading executor
|
||||
self.trading_executor = TradingExecutor()
|
||||
# Initialize trading executor with config path
|
||||
self.trading_executor = TradingExecutor("config.yaml")
|
||||
|
||||
logger.info(f"Trading Executor initialized in {'SIMULATION' if simulation_mode else 'LIVE'} mode")
|
||||
|
||||
|
Reference in New Issue
Block a user