get_chart_screenshot
Capture a TradingView desktop screenshot for visual chart analysis. Specify chart_index to capture a single chart at full resolution instead of the whole window.
Instructions
Capture a screenshot of the TradingView desktop app for visual analysis. By default the whole window (all charts, drawings, watchlist); pass chart_index to capture just one chart of a multi-chart layout at full resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format. jpeg is smaller; png is sharper. Default: jpeg | |
| chart_index | No | Capture only this chart (index from get_chart_context). Default: whole window |