AnyChart
API Reference
Still have questions?
Contact support
Top

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

Getter for the Base Period.

Returns:

number - The Base Period.
Setter for the Base Period.

Params:

NameTypeDefaultDescription
periodnumber
26
Base Period to set.

Returns:

anychart.core.stock.indicators.IKH - Self instance for method chaining.

baseSeries

Getter for the indicator Base Series instance.
Setter for the indicator Base Series type.

Params:

NameTypeDefaultDescription
typeanychart.enums.StockSeriesType | string
"line"
Type of the indicator Base Series.

Returns:

anychart.core.stock.indicators.KDJ - Self instance for method chaining.

conversionPeriod

Getter for the Conversion Period.

Returns:

number - The Conversion Period
Setter for the Conversion Period.

Params:

NameTypeDefaultDescription
periodnumber
9
Conversion Period to set.

Returns:

anychart.core.stock.indicators.IKH - Self instance for method chaining.

conversionSeries

Getter for the indicator Conversion Series instance.
Setter for the indicator Conversion Series type.

Params:

NameTypeDefaultDescription
typeanychart.enums.StockSeriesType | string
"line"
Type of the indicator Conversion Series.

Returns:

anychart.core.stock.indicators.IKH - Self instance for method chaining.

laggingSeries

Getter for the indicator Lagging Series instance.
Setter for the indicator Lagging Series type.

Params:

NameTypeDefaultDescription
typeanychart.enums.StockSeriesType | string
"line"
Type of the indicator Lagging Series.

Returns:

anychart.core.stock.indicators.IKH - Self instance for method chaining.

leadingPeriod

Getter for the Leading smoothing period.

Returns:

number - Leading smoothing period.
Getter and setter for the Leading smoothing period.

Params:

NameTypeDefaultDescription
periodnumber
52
Leading smoothing period.

Returns:

anychart.core.stock.indicators.IKH - Self instance for method chaining.

leadingSeries

Getter for the indicator Leading Series instance.
Setter for the indicator Leading Series type.

Params:

NameTypeDefaultDescription
typeanychart.enums.StockSeriesType | string
"range-area"
Type of the indicator Leading Series.

Returns:

anychart.core.stock.indicators.IKH - Self instance for method chaining.