schwab_order_sell_stop
Place a stop sell order to automatically sell a stock when it falls to a specified trigger price.
Instructions
Place a stop sell order for stock.
Args:
account_hash: Account hash from schwab_account_numbers
symbol: Stock ticker symbol
quantity: Number of shares to sell
stop_price: Stop trigger price as a string (e.g. "148.00")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_hash | Yes | ||
| symbol | Yes | ||
| quantity | Yes | ||
| stop_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||