Administrator
2024-02-29 4349e51c0ef43a77e8a1e59723f481a9cfa97c8d
l2/l2_data_manager_new.py
@@ -1856,10 +1856,10 @@
                continue
            max_buy_num_set = cls.__filter_not_deal_indexes(code, max_buy_num_set)
            if place_order_count == 0:
                if len(max_buy_num_set) < 1:
                    not_buy_msg = f"【{i}】首次下单无大单"
                    continue
            big_money_count_threshhold = cls.__l2PlaceOrderParamsManagerDict[code].get_big_num_count()
            if len(max_buy_num_set) < big_money_count_threshhold:
                not_buy_msg = f"【{i}】大单不满足要求,需要:{big_money_count_threshhold} 总:{len(max_buy_num_set)}"
                continue
            try:
                info = cls.__trade_log_placr_order_info_dict[code]