l2/l2_data_manager_new.py
@@ -976,6 +976,12 @@ k_format = code_nature_analyse.CodeNatureRecordManager().get_k_format_cache(code) now_timestamp = int(tool.get_now_time_str().replace(":", "")) # 前一天炸板之后,今日10:00之前才能下单 if k_format and len(k_format) >= 11 and k_format[10]: if now_timestamp > int("100000"): return False, True, f"上个交易日炸板,当日量10点以后不下单" if can_buy_result[3] and now_timestamp <= int("094000"): # 强势主线与强势10分钟不看量 pass