trade/buy_radical/new_block_processor.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
trade/buy_radical/new_block_processor.py
@@ -118,9 +118,11 @@ if zyltgb and zyltgb < 10e8: return False k_format = code_nature_analyse.CodeNatureRecordManager().get_k_format_cache(code) if not constant.TEST: if not k_format or not k_format[1][0]: return False if zyltgb >= 50e8: # 50亿以上的不需要形态突破 return True if not k_format or not k_format[1][0]: return False return True