avanza_open_order_edit
Update an existing open order on Avanza by adjusting price, volume, or validity. Supports dry-run to preview changes before confirming a live update.
Instructions
Dry-run or update an existing open/pending regular order (alias of avanza_order_edit). Live update requires TUI R/W mode and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | ||
| volume | Yes | ||
| confirm | No | ||
| order_id | Yes | ||
| account_id | Yes | ||
| session_id | No | Legacy alias for tenant_session_id (non-paper tools only). | |
| valid_until | Yes | ||
| tenant_session_id | No | Optional tenant session scope id for multi-session TUI/MCP routing. |