class anychart.core.stock.indicators.HA Improve this Doc
Extends: anychart.core.stock.indicators.Base
Heikin-Ashi indicator class.
Methods Description
series
Getter for the indicator series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - The indicator series.Try it:
Setter for the indicator series type.
Params:
Name | Type | Description |
---|---|---|
type | anychart.enums.StockSeriesType | string | Type of the indicator series. |
Returns:
anychart.core.stock.indicators.HA - Self instance for method chaining.Try it: