render
Generate candlestick chart images for trade analysis. Saves the chart locally for journaling, with options for format, size, and markers.
Instructions
Render a candlestick chart image of a trade (PAID — needs TRADE_ANALYTICS_API_KEY). Fetches your data locally under your Databento key, sends only the numeric slice to the API, and returns the PNG (viewable) AND saves it to a file so you can add it to a journal — the saved path is in the text result. Use save_path to choose the location, format:'svg' for vector, or include_base64:true for inline bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| risk | No | ||
| start | No | ||
| style | No | ||
| width | No | ||
| format | No | png | |
| height | No | ||
| symbol | Yes | ||
| markers | No | ||
| session | No | eth | |
| timezone | No | UTC | |
| save_path | No | ||
| timeframe | No | ||
| max_candles | No | ||
| include_base64 | No |