place_order_with_trailing_stop
Place orders on Bybit with trailing stop loss to automatically adjust stop loss levels based on price movement. Supports market and limit orders, customizable activation prices, and diverse time-in-force options for enhanced trading strategies.
Instructions
Place order with trailing stop loss
Input Schema
Name | Required | Description | Default |
---|---|---|---|
activePrice | No | Price at which trailing stop activates (optional) | |
category | Yes | Category (linear, inverse) | |
orderLinkId | No | Order link ID (optional) | |
orderType | Yes | Order type (Market, Limit) | |
positionIdx | No | Position index (optional, auto-detected if not provided) | |
price | No | Order price (for limit orders) | |
qty | Yes | Order quantity | |
side | Yes | Order side (Buy, Sell) | |
symbol | Yes | Symbol (e.g., ETHUSDT) | |
timeInForce | No | Time in force (GTC, IOC, FOK) | |
trailingStop | Yes | Trailing stop distance |