Open position
etoro_open_positionOpen a new trading position on eToro by specifying instrument, direction, and either investment amount in USD or number of units. Supports leverage, stop-loss, and take-profit.
Instructions
Open a new position on an instrument. Provide exactly one of amount (USD) or units (share/coin count). Respects the configured trading mode (demo or real).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isBuy | Yes | true = Buy/Long, false = Sell/Short | |
| units | No | Number of units / shares / coins (mutually exclusive with `amount`) | |
| amount | No | Investment amount in USD (mutually exclusive with `units`) | |
| leverage | No | Leverage multiplier (1, 2, 5, 10, etc.; max 400) | |
| instrumentId | Yes | Instrument ID to trade | |
| stopLossRate | No | Stop-loss price | |
| takeProfitRate | No | Take-profit price |