l2/cancel_buy_strategy.py
@@ -355,6 +355,8 @@ try: if code in self.__max_buy_order_num_cache: max_num = self.__max_buy_order_num_cache[code] if max_num and tool.is_ge_code(code): max_num = max_num * 6.6 details = HuaXinSellOrderStatisticManager.get_latest_3s_continue_deal_volumes(code) threshold_num = int(max_num * 0.5 * 100) count = 0