Order Types
- Market: An order that executes immediately at the current mark price.
- Limit: An order that executes at the selected limit price or better.
- Stop Market: A market order that is only triggered when the price reaches the selected stop price.
- Stop Limit: A limit order that is only triggered when the price reaches the selected stop price.
- Time-Weighted Average Price (TWAP): An order that splits a large order into smaller order executed over time.
Order Execution Options
- Reduce Only: An order that can only reduce an existing position instead of opening a new one in the opposite direction.
- Post Only (ALO): An order that is added to the order book but doesn’t execute immediately, and instead is executed as a resting order.
- Immediate or Cancel (IOC): An order that will be canceled if not immediately filled.
- Take Profit: An order that automatically closes a position when the price reaches a user defined take profit (TP) price.
- Stop Loss: An order that automatically closes a position when the price reaches a user defined stop loss (SL) price.