class anychart.core.stock.indicators.Stochastic Improve this Doc
Stochastic indicator class. Learn more about the Stochastic indicator.
Methods Overview
| Series | |
| dSeries() | Indicator %D Series settings. | 
| kSeries() | Indicator %K Series settings. | 
| Specific Indicators Settings | |
| dMAType() | %D smoothing type. | 
| dPeriod() | Indicator %D Period settings. | 
| kMAPeriod() | Indicator %K smoothing period. | 
| kMAType() | %K smoothing type. | 
| kPeriod() | Indicator %K Period settings. | 
Methods Description
dMAType
Getter for the %D smoothing type.
Returns:
anychart.enums.MovingAverageType - %D smoothing type.Try it:
Setter for the %D smoothing type.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| value | anychart.enums.MovingAverageType | "sma" | %D smoothing type | 
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it:
dPeriod
Setter for the %D Period.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| value | number | 3 | %D Period to set. | 
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it:
dSeries
Getter for the indicator %D Series.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator %D Series.Try it:
Setter for the indicator %D Series.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| type | anychart.enums.StockSeriesType | "line" | Type of the indicator %D Series. | 
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it:
kMAPeriod
Setter for the %K smoothing period.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| value | number | 1 | %K smoothing period. | 
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it:
kMAType
Getter for the %K smoothing type.
Returns:
anychart.enums.MovingAverageType - %K smoothing type.Try it:
Setter for the %K smoothing type.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| value | anychart.enums.MovingAverageType | "sma" | %K smoothing type. | 
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it:
kPeriod
Setter for the %K Period.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| value | number | 14 | %K Period to set. | 
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it:
kSeries
Getter for the indicator %K Series.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator %K Series.Try it:
Setter for the indicator %K Series.
Params:
| Name | Type | Default | Description | 
|---|---|---|---|
| type | anychart.enums.StockSeriesType | "line" | Type of the indicator %K Series. | 
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it:
