diff --git a/backend_api_python/app/services/trading_executor.py b/backend_api_python/app/services/trading_executor.py index 9f8745f..644ffd9 100644 --- a/backend_api_python/app/services/trading_executor.py +++ b/backend_api_python/app/services/trading_executor.py @@ -1093,7 +1093,8 @@ class TradingExecutor: market='Crypto', symbol=symbol, timeframe=timeframe, - limit=limit + limit=limit, + before_time=int(time.time()) ) except Exception as e: logger.error(f"Failed to fetch K-lines: {str(e)}")