This commit is contained in:
薇薇安 2026-02-26 17:36:01 +08:00
parent 83bb687a97
commit a34b6ba448

View File

@ -662,6 +662,7 @@ class PositionManager:
entry_order_id = order.get("orderId") if isinstance(order, dict) else None
except Exception:
entry_order_id = None
# 市价兜底下单后,结束追价循环
break
else:
logger.info(f"{symbol} [智能入场] 限价超时,但偏离{drift_ratio*100:.2f}%>{max_drift_ratio*100:.2f}%,取消并放弃本次交易")