class anychart.core.stock.indicators.CHO Improve this Doc
CHO indicator class. Learn more about the CHO indicator.
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
Setter for the fast period.
Params:
| Name | Type | Default | Description |
|---|---|---|---|
| period | 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:
anychart.enums.MovingAverageType | string - Indicator smoothing type.Try it:
Setter for the indicator smoothing type.
Params:
| Name | Type | Default | Description |
|---|---|---|---|
| type | 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 instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator series.Try it:
Setter for the indicator series type.
Params:
| Name | Type | Description |
|---|---|---|
| type | anychart.enums.StockSeriesType | string | 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 |
|---|---|---|---|
| period | number | 10 | Period to set. |
Returns:
anychart.core.stock.indicators.CHO - Self instance for method chaining.Try it:
