Appearance
Hollow candlestick style — bullish candles render as outlines when close >= open.
close >= open
chart.addSeries({ id: 'ohlc', type: 'candlestick', data: ohlc, style: { hollow: true, bullishColor: '#22c55e', bearishColor: '#ef4444' }, })