Administrator
2025-03-27 4584d78cab92ae3bcb644d5adef68bea13def779
trade/buy_radical/new_block_processor.py
@@ -34,9 +34,11 @@
    @param code:
    @return:
    """
    if BlockSpecialCodesManager().get_code_blocks(code):
    if LimitUpCodesBlockRecordManager().has_new_block(code):
        # 有新题材
        k_format = code_nature_analyse.CodeNatureRecordManager().get_k_format_cache(code)
        if k_format and k_format[1]:
            # 突破形态
            return False
    return True