place_stop_order
Place a stop order that becomes a market order when the stock hits a target price, helping you limit losses on a position.
Instructions
Place a stop order that triggers at a specified price.
Args: symbol: Stock symbol (e.g., 'AAPL') qty: Number of shares to trade side: 'buy' or 'sell' stop_price: Price at which the order becomes a market order time_in_force: 'day' or 'gtc'
Useful for stop-loss orders to limit downside risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | ||
| side | Yes | ||
| symbol | Yes | ||
| stop_price | Yes | ||
| time_in_force | No | day |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||