class anychart.core.stock.indicators.ADL Improve this Doc
Accumulation Distribution Line (ADL) indicator class.
Methods Description
series
Getter for the indicator series.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator series.Try it:
Setter for the indicator series.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | "line" | Type of the indicator series. |
Returns:
anychart.core.stock.indicators.ADL - Self instance for method chaining.Try it: