From 36ddf09f844e6db14cb0336be38ed970dddde5f7 Mon Sep 17 00:00:00 2001 From: guopengfa Date: Sat, 17 Jan 2026 00:38:40 +0800 Subject: [PATCH] delete before. --- backend_api_python/app/services/trading_executor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)}")