cancel_strategy/s_l_h_cancel_strategy.py
@@ -467,7 +467,7 @@ # 15分钟内真实成交位距离真实下单位,金额≤800万 ,大单阈值变为200w threash_money_w = threash_money_danger_w except Exception as e: l2_log.s_cancel_debug(code, f"S撤激进下单计算大单卖阈值出错:{str(e)}") l2_log.s_cancel_debug(code, f"S撤积极下单计算大单卖阈值出错:{str(e)}") total_fast_money = int(total_fast_num * 100 * float(limit_up_price)) if total_fast_money == 0: # 防止分母为0