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