Chart Types
Volume Candles
Candles with width proportional to volume. Higher volume = wider candle.
Volume Candles
Candles whose width is proportional to volume traded. Higher volume = wider candle. Instantly identify which candles had real market participation.
Width calculation
Width is calculated using the square root of normalized volume: sqrt(volume / maxVolume). This prevents a single high-volume candle from compressing all others.