| | |
| | | if add_result: |
| | | # 新题材破前高就移黑 |
| | | k_format = code_nature_analyse.CodeNatureRecordManager().get_k_format_cache(code) |
| | | if k_format and k_format[1]: |
| | | if k_format and k_format[1][0]: |
| | | # 破前高的票才会加入辨识度 |
| | | # 增加新题材是否成功, 临时将票加入辨识度 |
| | | BlockSpecialCodesManager().add_code_block_for_temp(code, block) |
| | |
| | | if LimitUpCodesBlockRecordManager().has_new_block(code): |
| | | # 有新题材 |
| | | k_format = code_nature_analyse.CodeNatureRecordManager().get_k_format_cache(code) |
| | | if k_format and k_format[1]: |
| | | if k_format and k_format[1][0]: |
| | | # 突破形态 |
| | | return False |
| | | return True |