Place Stop Order
place_stop_orderPlace a stop order to trigger a market order when the stop price is reached. Use positive quantity for buying, negative for stop-loss.
Instructions
Place a STOP order that triggers a market order once the stop price is reached (triggered by Last Traded Price). Use a POSITIVE quantity to BUY and a NEGATIVE quantity to SELL (stop-loss). NOT idempotent. Rate limit: 1 req / 2s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Instrument ticker (e.g. AAPL_US_EQ). | |
| quantity | Yes | Shares. Positive = BUY, negative = SELL. | |
| stopPrice | Yes | Price that triggers the market order. | |
| timeValidity | No | DAY or GOOD_TILL_CANCEL. | DAY |