modify_order
Update an active trading order by adjusting its quantity, limit price, or stop price to align with current strategy.
Instructions
Modify an active trading order (qty / price / stop_price).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | No | New quantity | |
| price | No | New limit price | |
| order_id | Yes | Order id | |
| stop_price | No | New stop price |