option_debit_spread
Place a debit spread order by buying a long option and selling a short option. Specify instrument IDs, quantity, and net debit price.
Instructions
Places a debit spread order (buy long option, sell short option).
Args:
short_instrument_id: The option instrument ID to sell (short leg)
long_instrument_id: The option instrument ID to buy (long leg)
quantity: The number of spread contracts
debit_price: The net debit paid per spreadInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_instrument_id | Yes | ||
| long_instrument_id | Yes | ||
| quantity | Yes | ||
| debit_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||