trade/radical_buy_strategy.py
@@ -184,10 +184,10 @@ """ 根据开盘价判断是否可买 @param code: @param open_price: @param open_price: 开盘价没获取到就不判断 @return: """ if tool.get_now_time_as_int() < int("093500"): if tool.get_now_time_as_int() < int("093500") and open_price: async_log_util.info(logger_l2_radical_buy, f"开盘价:{code}-{open_price}") pre_price = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code) if pre_price: