From 1a9060fd3373df54b6908ad234587f93a62d14fd Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 28 五月 2025 23:28:34 +0800 Subject: [PATCH] bug修复 --- l2_test.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/l2_test.py b/l2_test.py index 161d834..e11794f 100644 --- a/l2_test.py +++ b/l2_test.py @@ -127,7 +127,7 @@ if k_bars and 10e8 <= k_bars[0]["close"] * volume * tool.get_limit_up_rate(code) <= 300e8: # 鑷敱娴侀�氬競鍊煎湪10浜�-300浜夸互涓� limit_up_price = round(tool.get_limit_up_rate(code) * k_bars[0]["close"], 2) - if limit_up_price > k_bars[0]["high"]: + if limit_up_price > k_bars[0]["high"] or True: # 浠婃棩娑ㄥ仠浠疯绐佺牬鏄ㄦ棩鏈�楂樹环 codes.add(code) # 鑾峰彇杈ㄨ瘑搴︾殑绁� -- Gitblit v1.8.0