place_order
Place a new order for stocks, options, or futures with specific contract, action, quantity, and order type. Supports market, limit, stop, and stop-limit orders.
Instructions
Place a new order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_type | Yes | ||
| symbol | Yes | ||
| exchange | No | SMART | |
| currency | No | USD | |
| action | Yes | BUY or SELL | |
| quantity | Yes | Order quantity | |
| order_type | Yes | Order type: market, limit, stop, stop_limit | |
| limit_price | No | Limit price (for limit orders) | |
| stop_price | No | Stop price (for stop orders) |