tv_watchlist_sync
Reads the active TradingView watchlist and adds a symbol when missing to keep it in sync.
Instructions
Read the active watchlist and optionally add the current/requested symbol if missing. DESTRUCTIVE when it adds a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Symbol to ensure is in the watchlist (defaults to active chart symbol if omitted). | |
| addIfMissing | No | Add the symbol if it is not already in the watchlist (default true). |