computePointFigure
Documentation / @elitechart/core / computePointFigure
Defined in: series/point-figure.ts:241
Batch transform — converts an entire raw OHLCV series into P&F
columns. Returns Bar[] so the existing painter pipeline consumes
them unchanged. Empty input → empty output. Single-bar input →
empty output. Trailing in-flight column flushed at end.
Parameters
bars
readonly Bar[]
opts?
PointFigureOptions = {}
Returns
readonly Bar[]