From 6bcc18bb7d80014c32a02c55d8d3f5cd7d39db73 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 15 十二月 2023 10:42:51 +0800 Subject: [PATCH] 6天内涨幅过高由原先的25%改为≥28%/涨停过的票修改板块 --- third_data/data_server.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/third_data/data_server.py b/third_data/data_server.py index 7f181a9..7639603 100644 --- a/third_data/data_server.py +++ b/third_data/data_server.py @@ -446,7 +446,7 @@ continue # 浠g爜,鍚嶇О,娑ㄥ仠鏃堕棿,鏄惁鐐告澘,鏄惁鎯充拱,鏄惁宸茬粡涓嬭繃鍗� codes_info.append( - [d[3], d[4], tool.to_time_str(int(d[5])), 1 if d[3] not in now_limit_up_codes else 0, 0, 0]) + [d[3], d[4], tool.to_time_str(int(d[5])), 1 if d[3] not in now_limit_up_codes else 0, 0, 0, d[12]]) codes_info.sort(key=lambda x: x[2]) # 鏌ヨ鏄惁涓烘兂涔板崟 want_codes = gpcode_manager.WantBuyCodesManager().list_code_cache() -- Gitblit v1.8.0