avanza_stoploss_set
Place a stop-loss order to automatically sell when price hits a trigger. Supports dry-run mode; live orders require confirmation and strategy intent/reason.
Instructions
Dry-run or place a stop-loss order. Live placement requires TUI R/W mode, confirm=true, 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 | ||
| 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 |