nt_place_order
Place Market, Limit, Stop, or StopLimit orders for any instrument, specifying quantity, action, and optional prices. Choose an account or use the default.
Instructions
Place a new order (Market, Limit, Stop, or StopLimit) for any instrument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| quantity | Yes | Number of contracts. | |
| accountId | No | Account name. Uses first account if omitted. | |
| orderType | No | Market | |
| stopPrice | No | Required for Stop and StopLimit. | |
| instrument | Yes | Symbol, e.g. "NQ 09-26". | |
| limitPrice | No | Required for Limit and StopLimit. |