Place Limit Order
place_limit_orderSet a limit order to buy or sell at your chosen price or better. Specify ticker, quantity (positive = buy, negative = sell), and limit price.
Instructions
Place a LIMIT order that executes at a specified price or better. Use a POSITIVE quantity to BUY (fills at limitPrice or lower) and a NEGATIVE quantity to SELL (fills at limitPrice or higher). NOT idempotent — duplicate calls create duplicate orders. 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. | |
| limitPrice | Yes | The price at which the order should execute or better. | |
| timeValidity | No | DAY = expires at end of trading day. GOOD_TILL_CANCEL = active until filled or cancelled. | DAY |