chart_image
See the chart you are building: returns a PNG of it -- candles, volume, every indicator and drawing -- rendered the way Basis draws it, plus the exact figures it shows. Use it to check structure, levels and what you drew before you describe them. Build first with the chart tools, or pass symbol, timeframe, indicators and levels to build and look in one call. Pixels are for shape; quote numbers from the figures or the data tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | No | Bars to show, 20-500. Default 150, widened to include every drawing. | |
| size | No | small 800x480, medium 1200x720 (default), large 1600x960. | |
| levels | No | Prices to mark as horizontal lines, or {price, label, color}. | |
| market | No | ||
| symbol | No | Optional: set the instrument in this call. | |
| exchange | No | ||
| timeframe | No | Optional, e.g. 15m, 4h, 1d. | |
| indicators | No | Ids or common names ("ema50", "rsi", "bollinger"), or {studyId, params}. |