avanza_paper_stoploss_set
Set a paper stop-loss order to test exit strategies and monitor positions without placing real Avanza trades. Works in read-only mode for safe validation.
Instructions
Create a local paper stop-loss order. This never places an Avanza order and is allowed in MCP read-only mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | ||
| account_id | Yes | ||
| instrument | No | ||
| order_type | No | sell | |
| order_price | Yes | ||
| valid_until | No | ||
| trigger_type | No | ||
| order_book_id | Yes | ||
| trigger_value | Yes | ||
| strategy_intent | Yes | ||
| strategy_reason | Yes | ||
| order_price_type | No | % | |
| order_valid_days | No | ||
| trigger_value_type | No | % | |
| short_selling_allowed | No | ||
| trigger_on_market_maker_quote | No |