class anychart.core.stock.indicators.CHO Improve this Doc
CHO indicator class.
Methods Overview
Series | |
series() | Indicator series settings. |
Specific Indicators Settings | |
fastPeriod() | Indicator fast period settings. |
maType() | Indicator smoothing type. |
slowPeriod() | Indicator slow period settings. |
Methods Description
fastPeriod
Setter for the fast period.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | 3 | Period to set. |
Returns:
anychart.core.stock.indicators.CHO - Self instance for method chaining.Try it:
maType
Getter for the indicator smoothing type.
Returns:
string | anychart.enums.MovingAverageType - Indicator smoothing type.Try it:
Setter for the indicator smoothing type.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.enums.MovingAverageType | string | "ema" | Indicator smoothing type |
Returns:
anychart.core.stock.indicators.CHO - Self instance for method chaining.Try it:
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.CHO - Self instance for method chaining.Try it:
slowPeriod
Setter for the slow period.
Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | 10 | Period to set. |
Returns:
anychart.core.stock.indicators.CHO - Self instance for method chaining.Try it: