Skip to content

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

ParameterType
plotPlot
optsRenkoOptions

Returns

CandlestickLayer

MIT licensed. WebGL2 required.