atas_place_order
Place buy or sell orders in ATAS with limit, stop, market, or stop-limit types. Set quantity, price, trigger price, and optional label; prices snap to tick size.
Instructions
Place an order through ATAS. Parameters: direction ('buy' or 'sell'); order_type ('limit', 'stop', 'market', or 'stoplimit'); qty (number of contracts/lots); price (required for limit and stoplimit); trigger_price (required for stop and stoplimit); comment (optional order label). Prices are automatically snapped to instrument tick size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | ||
| price | No | ||
| comment | No | ||
| direction | Yes | ||
| order_type | Yes | ||
| trigger_price | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||