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 instance. |
kSeries() | Indicator %K Series instance. |
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 | string - %D smoothing type.Try it:
Setter for the %D smoothing type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.MovingAverageType | string | '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 |
---|---|---|---|
period | 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 instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator %D Series.Try it:
Setter for the indicator %D Series type.
Params:
Name | Type | Description |
---|---|---|
type | anychart.enums.StockSeriesType | string | 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 |
---|---|---|---|
period | 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 | string - %K smoothing type.Try it:
Setter for the %K smoothing type.
Params:
Name | Type | Default | Description |
---|---|---|---|
type | anychart.enums.MovingAverageType | string | '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 |
---|---|---|---|
period | 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 instance.
Returns:
anychart.core.stock.series.Base | anychart.core.stock.scrollerSeries.Base - Indicator %K Series.Try it:
Setter for the indicator %K Series type.
Params:
Name | Type | Description |
---|---|---|
type | anychart.enums.StockSeriesType | string | Type of the indicator %K Series. |
Returns:
anychart.core.stock.indicators.Stochastic - Self instance for method chaining.Try it: