diff --git a/web/clean_dashboard.py b/web/clean_dashboard.py index a5e80ca..567b6f0 100644 --- a/web/clean_dashboard.py +++ b/web/clean_dashboard.py @@ -2200,7 +2200,7 @@ class CleanTradingDashboard: except Exception as 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""" try: # Check if this decision is for ETH/USDT - ignore all BTC signals