option_credit_spread
Place a credit spread order by selling a short option and buying a long option to receive a net credit. Specify option IDs, quantity, and credit price.
Instructions
Places a credit spread order (sell short option, buy long 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
credit_price: The net credit received per spreadInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_instrument_id | Yes | ||
| long_instrument_id | Yes | ||
| quantity | Yes | ||
| credit_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||