From 589595266f7e8c50b3a90e555daf67ee16347ae3 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 25 四月 2025 16:36:15 +0800
Subject: [PATCH] 自由流通市值<40亿不买

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

diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py
index 421e609..0493647 100644
--- a/code_attribute/first_target_code_data_processor.py
+++ b/code_attribute/first_target_code_data_processor.py
@@ -125,8 +125,12 @@
 
                 if not WantBuyCodesManager().is_in_cache(
                         code) and not gpcode_manager.BuyOpenLimitUpCodeManager().is_in_cache(code):
+                    if len(k_format) > 10 and k_format[10]:
+                        l2_trade_util.forbidden_trade(code, "杩�5涓氦鏄撴棩鏈夋定鍋�/鐐告澘/璺屽仠")
+                        continue
                     # 鏂伴鏉愮牬鍓嶉珮灏变笉闇�瑕佸姞榛�
-                    need_forbidden = new_block_processor.is_can_forbidden(code)
+                    # 鏂伴鏉愯鎷夐粦杩樻槸鎷夐粦
+                    need_forbidden = True  #new_block_processor.is_can_forbidden(code)
                     if need_forbidden:
                         if code_nature_analyse.is_price_too_high_in_days(code, volumes_data, limit_up_price)[0]:
                             # 鍒ゆ柇鏄惁澶珮

--
Gitblit v1.8.0