modify_order
Change the limit price of an open order. Optionally update the signal price for stop orders to adjust entry conditions. Confirms changes on the same exchange.
Instructions
Change the limit price of an open order (signal_price applies only to
stop orders). Confirms in the same exchange, like place_limit_order, and
reports on_market. Same order gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | ||
| order_id | Yes | ||
| signal_price | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||