class anychart.core.stock.indicators.IKH Improve this Doc
The Ichimoku Cloud (IKH) indicator class. Learn more about the IKH indicator.
Methods Overview
Series | |
baseSeries() | Indicator Base Series instance. |
conversionSeries() | Indicator Conversion Series instance. |
laggingSeries() | Indicator Lagging Series instance. |
leadingSeries() | Indicator Leading Series instance. |
Specific Indicators Settings | |
basePeriod() | Indicator Base Period settings. |
conversionPeriod() | Indicator Conversion Period settings. |
leadingPeriod() | Indicator Leading smoothing period. |
Methods Description
basePeriod
Setter for the Base Period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 26 | Base Period to set. |
Returns:
anychart.core.stock.indicators.IKH - Self instance for method chaining.Try it:
baseSeries
Getter for the indicator Base Series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator Base Series.Try it:
Setter for the indicator Base Series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator Base Series. |
Returns:
anychart.core.stock.indicators.KDJ - Self instance for method chaining.Try it:
conversionPeriod
Setter for the Conversion Period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 9 | Conversion Period to set. |
Returns:
anychart.core.stock.indicators.IKH - Self instance for method chaining.Try it:
conversionSeries
Getter for the indicator Conversion Series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator Conversion Series.Try it:
Setter for the indicator Conversion Series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator Conversion Series. |
Returns:
anychart.core.stock.indicators.IKH - Self instance for method chaining.Try it:
laggingSeries
Getter for the indicator Lagging Series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator Lagging Series.Try it:
Setter for the indicator Lagging Series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "line" | Type of the indicator Lagging Series. |
Returns:
anychart.core.stock.indicators.IKH - Self instance for method chaining.Try it:
leadingPeriod
Getter for the Leading smoothing period.
Returns:
number - Leading smoothing period.Try it:
Getter and setter for the Leading smoothing period.
Params:
Name | Type | Default | Description |
---|---|---|---|
period | number | 52 | Leading smoothing period. |
Returns:
anychart.core.stock.indicators.IKH - Self instance for method chaining.Try it:
leadingSeries
Getter for the indicator Leading Series instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator Leading Series.Try it:
Setter for the indicator Leading Series type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.StockSeriesType | string | "range-area" | Type of the indicator Leading Series. |
Returns:
anychart.core.stock.indicators.IKH - Self instance for method chaining.Try it: