place_order
Submit trading orders on the Interactive Brokers MCP Server by specifying account ID, symbol, action, order type, and quantity. Supports market, limit, and stop orders for efficient trade execution.
Instructions
Place a trading order
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | Account ID | |
action | Yes | Order action | |
orderType | Yes | Order type | |
price | No | Limit price (required for LMT orders) | |
quantity | Yes | Number of shares | |
stopPrice | No | Stop price (required for STP orders) | |
symbol | Yes | Trading symbol |