sell_stock_stop_loss
Place a stop loss sell order to automatically sell shares when the price drops to a specified stop price.
Instructions
Places a stop loss sell order for a stock.
Args:
symbol: The stock symbol to sell (e.g., "AAPL")
quantity: The number of shares to sell
stop_price: The stop price that triggers the orderInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quantity | Yes | ||
| stop_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||