untrack_asset
Remove a symbol from your tracked assets list, stopping committee analysis and DCA jobs for that symbol while keeping existing holdings and trade history. Requires at least one tracked asset to remain.
Instructions
Remove a symbol from the tracked-asset list — the committee and DCA jobs stop covering it. Holdings and trade history are untouched; schema validation guarantees at least one tracked asset remains.
Args: symbol: yfinance ticker currently in the tracked list.
Returns: The updated tracked list, or {"status": "error", "error": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | yfinance ticker currently in the tracked list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |