watchlist_add_bulk
Add multiple exchange-prefixed symbols to a TradingView watchlist in one batch, confirming each addition and reporting per-symbol success or failure.
Instructions
Add multiple symbols sequentially and report per-symbol results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Exchange-prefixed symbols, e.g. ["NASDAQ:AAPL","NYSE:GE"]. Duplicates are collapsed. success is true only when a follow-up read confirms every symbol is present. |