Place limit order
etoro_place_limit_orderPlace a limit order that executes when the market reaches a specified price, with support for leverage and stop-loss/take-profit.
Instructions
Place a limit / entry order that executes when the market reaches the specified price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | Limit price at which the order should execute | |
| isBuy | Yes | true = Buy/Long, false = Sell/Short | |
| amount | Yes | Investment amount in USD | |
| leverage | No | Leverage multiplier (default 1) | |
| instrumentId | Yes | Instrument ID | |
| stopLossRate | No | Stop-loss price | |
| takeProfitRate | No | Take-profit price |