Administrator
2024-09-30 a30a59ac794568de9192e4cf6755ffa396bfd8f3
code_attribute/first_target_code_data_processor.py
@@ -251,9 +251,6 @@
        # 纠正数据
        if is_limit_up and limit_up_time is None:
            limit_up_time = tool.get_now_time_str()
        if is_limit_up:
            # 加入首板涨停
            gpcode_manager.FirstCodeManager().add_limited_up_record([code])
        pricePre = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code)
        if pricePre is None:
            history_k_data_manager.re_set_price_pres([code])