Place Stop-Limit Order
place_stop_limit_orderPlace a stop-limit order to protect against slippage: triggers a limit order when the last traded price reaches your stop price. Use positive quantity to buy, negative to sell.
Instructions
Place a STOP-LIMIT order: when the Last Traded Price reaches stopPrice a limit order is placed at limitPrice. Protects against slippage. Use POSITIVE quantity to BUY, NEGATIVE to SELL. 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 limit order. | |
| limitPrice | Yes | Limit price for the resulting order. | |
| timeValidity | No | DAY or GOOD_TILL_CANCEL. | DAY |