watchlist_create
Create a new named watchlist and optionally populate it with symbols in one call. Use it when building a list from scratch, since other tools only write into an already active list.
Instructions
Create a NEW named watchlist, optionally populated in one call. Use this to build a user a list from scratch - watchlist_import and watchlist_add_bulk only write into whichever list is already active, so neither can make one. Returns the new id; pin by id, never by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new watchlist, e.g. "TC-TIDE" | |
| symbols | No | Exchange-prefixed symbols to populate it with, e.g. ["NASDAQ:AAPL","NYSE:GE"]. Duplicates are collapsed. | |
| allow_duplicate_name | No | Create it even when a list of that name already exists (default false). Names are not unique on TradingView and a duplicate cannot be told apart by name afterwards. |