capture_screenshot
Take a screenshot of a TradingView chart to preserve current market data, chart patterns, or strategy tester results. Choose capture method and region, and wait for rendering to avoid stale frames.
Instructions
Take a screenshot of the TradingView chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Capture method: cdp (Page.captureScreenshot) or api (chartWidgetCollection.takeScreenshot) (default cdp) | |
| region | No | Region to capture: full, chart, strategy_tester (default full) | |
| filename | No | Custom filename (without extension) | |
| wait_for_render | No | Wait for the chart canvas to stabilize before capturing. Use after chart_set_symbol or chart_set_timeframe to avoid stale frames. |