create_algo_order
Create algorithmic orders such as stop loss and take profit to automate trading strategies. Set trigger prices and order types for conditional execution.
Instructions
Create an algorithmic order (stop loss, take profit, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Order side | |
| type | No | Order type | |
| price | No | Order price | |
| symbol | Yes | Trading symbol | |
| quantity | No | Order quantity | |
| algo_type | Yes | Algorithm order type | |
| order_tag | No | Order tag | |
| reduce_only | No | Reduce only flag | |
| child_orders | No | Child orders for complex algos | |
| trigger_price | No | Trigger price | |
| client_order_id | No | Custom order ID | |
| visible_quantity | No | Visible quantity flag | |
| trigger_price_type | No | Trigger price type |