Administrator
2025-02-07 7eb1a8ed1a007d80de41d131071ee38f5872700c
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