Class MovingAverageSupplier.MovingAverageSupplierBuilder
java.lang.Object
trade.invision.indicators.indicators.ma.MovingAverageSupplier.MovingAverageSupplierBuilder
- Enclosing class:
MovingAverageSupplier
-
Method Summary
Modifier and TypeMethodDescriptionbuild()demaSmoothing(@Nullable Num demaSmoothing) emaSmoothing(@Nullable Num emaSmoothing) kamaFastLength(@Nullable Integer kamaFastLength) kamaSlowLength(@Nullable Integer kamaSlowLength) temaSmoothing(@Nullable Num temaSmoothing) toString()type(MovingAverageType type)
-
Method Details
-
type
- Returns:
this.
-
emaSmoothing
public MovingAverageSupplier.MovingAverageSupplierBuilder emaSmoothing(@Nullable @Nullable Num emaSmoothing) - Returns:
this.
-
demaSmoothing
public MovingAverageSupplier.MovingAverageSupplierBuilder demaSmoothing(@Nullable @Nullable Num demaSmoothing) - Returns:
this.
-
temaSmoothing
public MovingAverageSupplier.MovingAverageSupplierBuilder temaSmoothing(@Nullable @Nullable Num temaSmoothing) - Returns:
this.
-
kamaFastLength
public MovingAverageSupplier.MovingAverageSupplierBuilder kamaFastLength(@Nullable @Nullable Integer kamaFastLength) - Returns:
this.
-
kamaSlowLength
public MovingAverageSupplier.MovingAverageSupplierBuilder kamaSlowLength(@Nullable @Nullable Integer kamaSlowLength) - Returns:
this.
-
build
-
toString
-