From b973d8fbd2d57f3b67f34601b2215f5da581982d Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期一, 14 四月 2025 18:45:46 +0800 Subject: [PATCH] 修改当日BUG --- strategy/selling_strategy.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/strategy/selling_strategy.py b/strategy/selling_strategy.py index 4410a53..13daffd 100644 --- a/strategy/selling_strategy.py +++ b/strategy/selling_strategy.py @@ -125,6 +125,7 @@ current_quotes_buy = current_info[5] # 涔�5妗f暟鎹� current_quotes_sell = current_info[6] # 鍗�5妗f暟鎹� current_created_at = current_info[7] # 褰撳墠淇℃伅鍒涘缓鏃堕棿 + # 濡傛灉鏈�鏂颁环鑾峰彇澶辫触锛屽氨鍙栦拱涓�浠� if current_price <= 0: current_price = current_quotes_buy[0][0] -- Gitblit v1.8.0