AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.stock.indicators.CHO Improve this Doc

Methods Overview

Series
series()Indicator series instance.
Specific Indicators Settings
fastPeriod()Indicator fast period settings.
maType()Indicator smoothing type.
slowPeriod()Indicator slow period settings.

Methods Description

fastPeriod

Getter for the fast period.

Returns:

number - Indicator fast period.
Setter for the fast period.

Params:

NameTypeDefaultDescription
periodnumber
3
Period to set.

Returns:

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

maType

Getter for the indicator smoothing type.

Returns:

anychart.enums.MovingAverageType | string - Indicator smoothing type.
Setter for the indicator smoothing type.

Params:

NameTypeDefaultDescription
typeanychart.enums.MovingAverageType | string
'ema'
Indicator smoothing type

Returns:

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

series

Getter for the indicator series instance.
Setter for the indicator series type.

Params:

NameTypeDescription
typeanychart.enums.StockSeriesType | stringType of the indicator series.

Returns:

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

slowPeriod

Getter for the slow period.

Returns:

number - Indicator slow period.
Setter for the slow period.

Params:

NameTypeDefaultDescription
periodnumber
10
Period to set.

Returns:

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