Administrator
2025-04-14 c023c7052919ca4b196e5fc9a8446870ed35dc8d
50亿以上新题材无需突破
1个文件已修改
8 ■■■■■ 已修改文件
trade/buy_radical/new_block_processor.py 8 ●●●●● 补丁 | 查看 | 原始文档 | 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