How an OHLC mark renders (pjm17971's fork 2 — bundled as one component, like BoxShape, not split into a separate <OHLCBar>):
<OHLCBar>
candle
open→close
high–low
bar
open
close
hollow
How an OHLC mark renders (pjm17971's fork 2 — bundled as one component, like BoxShape, not split into a separate
<OHLCBar>):candle(default) — a filledopen→closebody with ahigh–lowwick.bar— an OHLC tick bar: ahigh–lowstem with a left tick atopenand a right tick atclose, no body.hollow— likecandle, but a rising candle (close > open) draws a hollow (outlined) body and a falling / doji one a filled body.