generate_chart
Create TradingView charts with customized symbols, intervals, types, and technical indicators. Use real-time progress updates to visualize financial data efficiently.
Instructions
Generate TradingView charts using Chart-IMG API with real-time progress updates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chartType | Yes | Type of chart to generate | |
drawings | No | Chart drawings and annotations | |
height | No | Chart height in pixels | |
indicators | No | Technical indicators to add to the chart | |
interval | Yes | Chart time interval | |
showGrid | No | Show chart grid | |
showVolume | No | Show volume indicator | |
symbol | Yes | Trading symbol in format EXCHANGE:SYMBOL (e.g., NASDAQ:AAPL) | |
theme | No | Chart theme | light |
timezone | No | Chart timezone | America/New_York |
width | No | Chart width in pixels |