trade/buy_radical/new_block_processor.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
trade/buy_radical/radical_buy_data_manager.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
trade/buy_radical/new_block_processor.py
@@ -91,7 +91,7 @@ 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) @@ -110,7 +110,7 @@ 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 trade/buy_radical/radical_buy_data_manager.py
@@ -1446,7 +1446,7 @@ # 判断代码是否破前高 is_new_high = False 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]: # 突破形态 is_new_high = True delete_blocks = set()