1
This commit is contained in:
parent
83bb687a97
commit
a34b6ba448
|
|
@ -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}%,取消并放弃本次交易")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user