scemantics fix
This commit is contained in:
@ -2200,7 +2200,7 @@ class CleanTradingDashboard:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Error connecting to orchestrator: {e}")
|
logger.error(f"Error connecting to orchestrator: {e}")
|
||||||
|
|
||||||
def _on_trading_decision(self, decision):
|
async def _on_trading_decision(self, decision):
|
||||||
"""Handle trading decision from orchestrator - Filter to show only ETH signals"""
|
"""Handle trading decision from orchestrator - Filter to show only ETH signals"""
|
||||||
try:
|
try:
|
||||||
# Check if this decision is for ETH/USDT - ignore all BTC signals
|
# Check if this decision is for ETH/USDT - ignore all BTC signals
|
||||||
|
Reference in New Issue
Block a user