Function: addRenko()
ts
function addRenko(plot, opts): CandlestickLayer;Defined in: finance/charts.ts:52
Renko chart — bricks at successive integer indices (time discarded). Rendered as wickless candles, so pair it with an ordinal-time/linear x axis.
Parameters
| Parameter | Type |
|---|---|
plot | Plot |
opts | RenkoOptions |