get_symbol
Retrieve the symbol, exchange, and interval currently displayed on your TradingView chart. Returns error details if reading fails.
Instructions
Read the symbol + timeframe currently charted in the TradingView desktop app.
Returns {symbol, exchange, interval, raw_title}. On a permission/parse failure returns {error, hint, raw_title} — then just ask the user for the ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||