l2/l2_data_manager_new.py
@@ -961,8 +961,8 @@ now_time_int = int(tool.get_now_time_str().replace(":", "")) if now_time_int >= 145700: return False, True, f"14:57后不能交易" if 130100 >= now_time_int >= 112900: return False, True, f"11:29:00-13:01:00不能交易" if 130100 >= now_time_int >= 112900 or now_time_int<93100: return False, True, f"09:31:00之前,11:29:00-13:01:00不能交易" # place_order_count = cls.__PlaceOrderCountManager.get_place_order_count(code) # if place_order_count > 0 and now_time_int >= 140000: