sell_option_limit
Sell option contracts at a specified minimum price using a limit order. Set instrument ID, quantity, and limit price to execute the trade.
Instructions
Places a limit sell order for an option.
Args:
instrument_id: The option instrument ID
quantity: The number of option contracts to sell
limit_price: The minimum price per contractInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument_id | Yes | ||
| quantity | Yes | ||
| limit_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||