Uses of Enum Class
io.runon.trading.technical.analysis.indicator.ma.MovingAverage.Type
Packages that use MovingAverage.Type
Package
Description
MovingAverage
1.
-
Uses of MovingAverage.Type in io.runon.trading.technical.analysis.indicator.ma
Methods in io.runon.trading.technical.analysis.indicator.ma that return MovingAverage.TypeModifier and TypeMethodDescriptionstatic MovingAverage.TypeReturns the enum constant of this class with the specified name.static MovingAverage.Type[]MovingAverage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MovingAverage.Type in io.runon.trading.technical.analysis.indicator.stochastic
Methods in io.runon.trading.technical.analysis.indicator.stochastic with parameters of type MovingAverage.TypeModifier and TypeMethodDescriptionStochastic.get(CandleStick[] array, int k, int d, int sd, int startIndex, int end, MovingAverage.Type type)