-
public class Stochastic extends JsObject
Stochastic indicator class. {docs:Stock_Charts/Technical_Indicators/Stochastic_Oscillator}Learn more about the Stochastic indicator.{docs}
-
-
Constructor Summary
Constructors Constructor Description Stochastic(String jsChart)
-
Method Summary
Modifier and Type Method Description static Stochasticinstantiate()StringgetJsBase()voiddMAType()Getter for the %D smoothing type. StochasticdMAType(MovingAverageType type)Setter for the %D smoothing type. StochasticdMAType(String type)Setter for the %D smoothing type. voiddPeriod()Getter for the %D Period. StochasticdPeriod(Number period)Setter for the %D Period. BasedSeries()Getter for the indicator %D Series instance. StochasticdSeries(StockSeriesType type)Setter for the indicator %D Series type. StochasticdSeries(String type)Setter for the indicator %D Series type. voidkMAPeriod()Getter for the %K smoothing period. StochastickMAPeriod(Number period)Setter for the %K smoothing period. voidkMAType()Getter for the %K smoothing type. StochastickMAType(MovingAverageType type)Setter for the %K smoothing type. StochastickMAType(String type)Setter for the %K smoothing type. voidkPeriod()Getter for the %K Period. StochastickPeriod(Number period)Setter for the %K Period. BasekSeries()Getter for the indicator %K Series instance. StochastickSeries(StockSeriesType type)Setter for the indicator %K Series type. StochastickSeries(String type)Setter for the indicator %K Series type. -
-
Constructor Detail
-
Stochastic
Stochastic(String jsChart)
-
-
Method Detail
-
instantiate
static Stochastic instantiate()
-
dMAType
void dMAType()
Getter for the %D smoothing type.
-
dMAType
Stochastic dMAType(MovingAverageType type)
Setter for the %D smoothing type.
-
dMAType
Stochastic dMAType(String type)
Setter for the %D smoothing type.
-
dPeriod
void dPeriod()
Getter for the %D Period.
-
dPeriod
Stochastic dPeriod(Number period)
Setter for the %D Period.
-
dSeries
Stochastic dSeries(StockSeriesType type)
Setter for the indicator %D Series type.
-
dSeries
Stochastic dSeries(String type)
Setter for the indicator %D Series type.
-
kMAPeriod
void kMAPeriod()
Getter for the %K smoothing period.
-
kMAPeriod
Stochastic kMAPeriod(Number period)
Setter for the %K smoothing period.
-
kMAType
void kMAType()
Getter for the %K smoothing type.
-
kMAType
Stochastic kMAType(MovingAverageType type)
Setter for the %K smoothing type.
-
kMAType
Stochastic kMAType(String type)
Setter for the %K smoothing type.
-
kPeriod
void kPeriod()
Getter for the %K Period.
-
kPeriod
Stochastic kPeriod(Number period)
Setter for the %K Period.
-
kSeries
Stochastic kSeries(StockSeriesType type)
Setter for the indicator %K Series type.
-
kSeries
Stochastic kSeries(String type)
Setter for the indicator %K Series type.
-
-
-
-