From c4e712f0015107176d519e9cc38009ce7629ed8a Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 26 八月 2024 18:25:21 +0800 Subject: [PATCH] 09:31之前上证大单调整为3个 --- code_attribute/code_nature_analyse.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code_attribute/code_nature_analyse.py b/code_attribute/code_nature_analyse.py index e299b63..2cdbba8 100644 --- a/code_attribute/code_nature_analyse.py +++ b/code_attribute/code_nature_analyse.py @@ -614,13 +614,13 @@ # 鏄惁娑ㄥ仠 def __is_limit_up(code, data): limit_up_price = float(gpcode_manager.get_limit_up_price_by_preprice(code, data["pre_close"])) - return abs(limit_up_price - data["close"]) < 0.001 + return abs(limit_up_price - data["close"]) < 0.009 # 鏄惁娑ㄥ仠杩� def __is_limited_up(code, data): limit_up_price = float(gpcode_manager.get_limit_up_price_by_preprice(code, data["pre_close"])) - return abs(limit_up_price - data["high"]) < 0.001 + return abs(limit_up_price - data["high"]) < 0.009 # 澶氬皯澶╁唴鏄惁鏈夋定鍋�/鏇炬定鍋� -- Gitblit v1.8.0