computeHeikinAshi
Documentation / @elitechart/core / computeHeikinAshi
Defined in: series/heikin-ashi.ts:84
Batch transform — converts an entire raw OHLCV series into Heikin- Ashi. Returns a new array; never mutates the input.
Empty input returns an empty output. Single-bar input applies the canonical seed.
Parameters
bars
readonly Bar[]
Returns
readonly Bar[]