Function: addHeikinAshi()
ts
function addHeikinAshi(plot, opts): CandlestickLayer;Defined in: finance/charts.ts:32
Heikin-Ashi candles: smooth the OHLC, then draw it as a candlestick layer.
Parameters
| Parameter | Type |
|---|---|
plot | Plot |
opts | HeikinAshiOptions |