Q: Why my LIMIT order is expired?
- Any order that been cancelled by system, reasons can be:
- Liquidation
- ADL
- etc
-
timeInForce
check failed. e.g. GTX order is failed due to the price is better than current best price. -
stop
ortake_profit
order is triggered, but failed during margin check. -
stop
ortake_profit
order withreduceOnly
is triggered, but there is not open position to close/reduce, then the order will be expired. - The
reduceOnly
open order is replaced by anotherreduceOnly
open order with better price. - The
reduceOnly
open order is expired due to current position has been closed.
The scope of this topic is limited to futures only. Not apply to spot.
1 Like