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