chart_vision_read
Take a chart screenshot and extract all chart data in one call: quote, indicators, Pine graphics, and OHLCV summary. Returns an inline image or file path based on size.
Instructions
Take a screenshot and read all chart data in one call (quote, indicators, Pine graphics, OHLCV). Returns mixed content: inline image when <= max_image_bytes, else file_path only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Sections to include: image, quote, study_values, pine_lines, pine_labels, pine_tables, pine_boxes, ohlcv_summary, state. Default: all. | |
| study_filter | No | Filter Pine graphics by indicator name substring. | |
| max_image_bytes | No | Max bytes for inline image. Default 1500000 (1.5MB). Exceeded → file_only mode. |