avanza_stoploss_edit
Replace an existing stop-loss by placing a new order and removing the old one. Use dry-run to preview; live placement requires strategy intent and reason.
Instructions
Dry-run or edit an existing stop-loss (place new + delete old). Live MCP placement requires strategy_intent and strategy_reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | ||
| confirm | No | ||
| account_id | Yes | ||
| order_type | No | sell | |
| session_id | No | Legacy alias for tenant_session_id (non-paper tools only). | |
| order_price | Yes | ||
| valid_until | No | ||
| stop_loss_id | Yes | ||
| trigger_type | No | ||
| order_book_id | Yes | ||
| trigger_value | Yes | ||
| strategy_intent | No | ||
| strategy_reason | No | ||
| order_price_type | No | % | |
| order_valid_days | No | ||
| tenant_session_id | No | Optional tenant session scope id for multi-session TUI/MCP routing. | |
| trigger_value_type | No | % | |
| short_selling_allowed | No | ||
| trigger_on_market_maker_quote | No |