get_watchlist
Read the symbols, exchange, and interval from each open TradingView chart window. Enables read-only analysis of current market data.
Instructions
Read the symbols TradingView currently exposes (one per open chart window).
Returns {symbols: [{symbol, exchange, interval, raw_title}], count}. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||