schwab_order_buy_option_limit
Place a limit buy-to-open order for an option contract by providing account hash, OCC symbol, quantity, and limit price.
Instructions
Place a limit buy-to-open order for an option contract.
Args:
account_hash: Account hash from schwab_account_numbers
option_symbol: OCC option symbol (e.g. "AAPL 251219C00150000")
quantity: Number of contracts to buy
price: Limit price as a string (e.g. "5.50")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_hash | Yes | ||
| option_symbol | Yes | ||
| quantity | Yes | ||
| price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||