-
-
Method Summary
Modifier and Type Method Description static KDJinstantiate()StringgetJsBase()voiddMAType()Getter for the %D smoothing type. KDJdMAType(MovingAverageType type)Setter for the %D smoothing type. KDJdMAType(String type)Setter for the %D smoothing type. voiddMultiplier()Getter for the %D multiplier. KDJdMultiplier(Number multiplier)Setter for the %D multiplier. voiddPeriod()Getter for the %D Period. KDJdPeriod(Number period)Setter for the %D Period. BasedSeries()Getter for the indicator %D Series instance. KDJdSeries(StockSeriesType type)Setter for the indicator %D Series type. KDJdSeries(String type)Setter for the indicator %D Series type. BasejSeries()Getter for the indicator %J Series instance. KDJjSeries(StockSeriesType type)Setter for the indicator %J Series type. KDJjSeries(String type)Setter for the indicator %J Series type. voidkMAPeriod()Getter for the %K smoothing period. KDJkMAPeriod(Number period)Getter and setter for the %K smoothing period. voidkMAType()Getter for the %K smoothing type. KDJkMAType(MovingAverageType period)Setter for the %K smoothing type. KDJkMAType(String period)Setter for the %K smoothing type. voidkMultiplier()Getter for the %K multiplier. KDJkMultiplier(Number multiplier)Setter for the %K multiplier. voidkPeriod()Getter for the %K Period. KDJkPeriod(Number period)Setter for the %K Period. BasekSeries()Getter for the indicator %K Series instance. KDJkSeries(StockSeriesType type)Setter for the indicator %K Series type. KDJkSeries(String type)Setter for the indicator %K Series type. -
-
Constructor Detail
-
KDJ
KDJ(String jsChart)
-
-
Method Detail
-
instantiate
static KDJ instantiate()
-
dMAType
void dMAType()
Getter for the %D smoothing type.
-
dMAType
KDJ dMAType(MovingAverageType type)
Setter for the %D smoothing type.
-
dMultiplier
void dMultiplier()
Getter for the %D multiplier.
-
dMultiplier
KDJ dMultiplier(Number multiplier)
Setter for the %D multiplier.
-
dPeriod
void dPeriod()
Getter for the %D Period.
-
dSeries
KDJ dSeries(StockSeriesType type)
Setter for the indicator %D Series type.
-
jSeries
KDJ jSeries(StockSeriesType type)
Setter for the indicator %J Series type.
-
kMAPeriod
void kMAPeriod()
Getter for the %K smoothing period.
-
kMAType
void kMAType()
Getter for the %K smoothing type.
-
kMAType
KDJ kMAType(MovingAverageType period)
Setter for the %K smoothing type.
-
kMultiplier
void kMultiplier()
Getter for the %K multiplier.
-
kMultiplier
KDJ kMultiplier(Number multiplier)
Setter for the %K multiplier.
-
kPeriod
void kPeriod()
Getter for the %K Period.
-
kSeries
KDJ kSeries(StockSeriesType type)
Setter for the indicator %K Series type.
-
-
-
-