From 0ce5457b060bddc2ab65e4ff094159781cd15deb Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 17 六月 2025 17:18:58 +0800 Subject: [PATCH] ‘功能完善 --- strategy/strategy_script_v6.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/strategy/strategy_script_v6.py b/strategy/strategy_script_v6.py index 53cf2d5..144d469 100644 --- a/strategy/strategy_script_v6.py +++ b/strategy/strategy_script_v6.py @@ -149,11 +149,11 @@ continue orderids.add(o[0]) big_order_money += o[1] - threshold_money = max(sv.鑷敱娴侀�氬競鍊� // 1000, 200e4) + threshold_money = max(1.5 * sv.鑷敱娴侀�氬競鍊� // 1000, 200e4) limit_up_codes_count = max([(p, len(sv.寮�鐩樺暒鏈�姝f澘鍧楁定鍋�.get(p, []))) for p in can_buy_plates], key=lambda x: x[1])[1] - threshold_money *= max(10 - limit_up_codes_count + 3, 5) / 10 + # threshold_money *= max(10 - limit_up_codes_count + 3, 5) / 10 if big_order_money < threshold_money: return False, f"({big_order_money}/{threshold_money})澶у崟閲戦涓嶈冻" -- Gitblit v1.8.0