Analyze an official TradingView symbol
tradingview_analyze_symbolFetch official TradingView OHLCV data, load it into a local chart, and return deterministic technical analysis with source and delay metadata.
Instructions
Recommended one-call workflow: fetch and archive official TradingView OHLCV, load it into the local chart, and return deterministic technical analysis with source and delay metadata. The browser closes afterward unless keepBrowserOpen is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | No | Maximum number of most-recent OHLCV bars to return. | |
| symbol | Yes | TradingView symbol, for example NASDAQ:AAPL or CME_MINI:ES1!. | |
| interval | No | TradingView interval, including 1-minute, 240-minute, D, W, and M bars. | D |
| layoutId | No | ||
| outputName | No | Optional archive filename without directories. | |
| keepBrowserOpen | No | Keep the managed browser alive for follow-up interactive tools. | |
| includeHistoryBars | No | Include raw OHLCV bars in the response. Leave false to conserve model context. |