From 7eb1a8ed1a007d80de41d131071ee38f5872700c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 07 二月 2025 14:26:37 +0800
Subject: [PATCH] 辨识度票策略修改/恢复P撤/上传订阅涨幅

---
 code_attribute/first_target_code_data_processor.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py
index ac9932c..ac34fd9 100644
--- a/code_attribute/first_target_code_data_processor.py
+++ b/code_attribute/first_target_code_data_processor.py
@@ -143,6 +143,9 @@
                         l2_trade_util.forbidden_trade(code, "6澶╁唴鑲′环闀垮緱澶珮")
                         continue
 
+                    if tool.is_ge_code(code) and float(limit_up_price) < 10:
+                        l2_trade_util.forbidden_trade(code, "鍒涗笟鏉胯偂浠�10鍧楀唴")
+
                     if len(k_format) > 14 and k_format[14]:
                         l2_trade_util.forbidden_trade(code, "鏄ㄦ棩鐐告澘")
                         continue

--
Gitblit v1.8.0