Candlestick Chart
render_candlestick_chartCreate interactive candlestick or OHLC financial charts from date, open, high, low, close data for stock, crypto, or forex analysis.
Instructions
Render an interactive candlestick or OHLC financial chart. Provide date/OHLC data for stock prices, crypto, forex, or any time-series financial data. Supports themes for styled visuals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Array of {date, o, h, l, c} OHLC data points | |
| theme | No | Theme preset: boardroom, corporate, sales-floor, golden-treasury, clinical, startup, ops-control, tokyo-midnight, zen-garden, consultant, black-tron, black-elegance, black-matrix, forest-amber, forest-earth, sky-light, sky-ocean, sky-twilight, gray-hf, gray-copilot, office-red | |
| title | Yes | Chart title | |
| effects | No | Override effects: none, subtle, shimmer, neon, energetic | |
| options | No | ||
| palette | No | Override palette only (mix-and-match) | |
| typography | No | Override typography: professional, luxury, cyberpunk, editorial, mono, bold, system, techno |