place_stop_limit_order
Place a stop-limit order that triggers a limit order once the stop price is reached, enabling controlled entry or exit points for stock trades.
Instructions
Place a stop-limit order combining stop and limit orders.
Args: symbol: Stock symbol (e.g., 'AAPL') qty: Number of shares to trade side: 'buy' or 'sell' stop_price: Price at which the limit order is triggered limit_price: Limit price for the triggered order time_in_force: 'day' or 'gtc'
When stop_price is reached, a limit order at limit_price is placed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | ||
| side | Yes | ||
| symbol | Yes | ||
| stop_price | Yes | ||
| limit_price | Yes | ||
| time_in_force | No | day |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||