Class BollingerBandsResult.BollingerBandsResultBuilder
java.lang.Object
trade.invision.indicators.indicators.bb.BollingerBandsResult.BollingerBandsResultBuilder
- Enclosing class:
BollingerBandsResult
-
Method Summary
Modifier and TypeMethodDescriptionThe bandwidth of the Bollinger Bands.build()The lower band of the Bollinger Bands.middleBand(Num middleBand) The middle band of the Bollinger Bands.The %b of the Bollinger Bands.toString()The upper band of the Bollinger Bands.
-
Method Details
-
middleBand
The middle band of the Bollinger Bands.- Returns:
this.
-
upperBand
The upper band of the Bollinger Bands.- Returns:
this.
-
lowerBand
The lower band of the Bollinger Bands.- Returns:
this.
-
bandwidth
The bandwidth of the Bollinger Bands.- Returns:
this.- See Also:
-
percentB
The %b of the Bollinger Bands.- Returns:
this.- See Also:
-
build
-
toString
-