sell_stock_limit
Place a limit sell order to sell a specified number of shares of a stock at a minimum price per share.
Instructions
Places a limit sell order for a stock.
Args:
symbol: The stock symbol to sell (e.g., "AAPL")
quantity: The number of shares to sell
limit_price: The minimum price per shareInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quantity | Yes | ||
| limit_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||