l2/l2_data_manager_new.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_data_manager_new.py
@@ -2159,8 +2159,8 @@ if not trigger_buy: not_buy_msg = f"【{i}】没有买单触发" continue if buy_count < 3: not_buy_msg = f"【{i}】安全笔数不足,{buy_count}/{3}" if buy_count < 1: not_buy_msg = f"【{i}】安全笔数不足,{buy_count}/{1}" continue # max_buy_num_set = cls.__filter_not_deal_indexes(code, max_buy_num_set)