From a8813a4af6da8e3823f418f9c2c902957b4fc0a1 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 01 七月 2025 13:07:51 +0800 Subject: [PATCH] L后撤修改 --- cancel_strategy/s_l_h_cancel_strategy.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cancel_strategy/s_l_h_cancel_strategy.py b/cancel_strategy/s_l_h_cancel_strategy.py index 57ffc7b..d855709 100644 --- a/cancel_strategy/s_l_h_cancel_strategy.py +++ b/cancel_strategy/s_l_h_cancel_strategy.py @@ -1551,7 +1551,7 @@ # 闄ゅ紑鏈�澶у崟鐨勫奖鍝嶆潈閲� if not must_buy: - temp_thresh_hold_rate = round((total_num - max_num * max_num_count) * 0.9 / total_num, 2) + temp_thresh_hold_rate = round((total_num - max_num * max_num_count) * 0.8 / total_num, 2) if thresh_hold_rate > temp_thresh_hold_rate: # 鐩爣鎾ゅ崟姣斾緥澶т簬澶у崟鎾ゅ崟姣斾緥灏卞彇姣斾緥鍧囧�� thresh_hold_rate = round((thresh_hold_rate + temp_thresh_hold_rate) / 2, 2) -- Gitblit v1.8.0