Class BollingerBandsResult
java.lang.Object
trade.invision.indicators.indicators.bb.BollingerBandsResult
BollingerBandsResult contains the results for BollingerBands.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BollingerBandsResult
public BollingerBandsResult(Num middleBand, Num upperBand, Num lowerBand, Num bandwidth, Num percentB) Creates a newBollingerBandsResultinstance.- Parameters:
middleBand- The middle band of the Bollinger Bands.upperBand- The upper band of the Bollinger Bands.lowerBand- The lower band of the Bollinger Bands.bandwidth- The bandwidth of the Bollinger Bands.percentB- The %b of the Bollinger Bands.- See Also:
-
-
Method Details
-
builder
-
toBuilder
-
getMiddleBand
The middle band of the Bollinger Bands. -
getUpperBand
The upper band of the Bollinger Bands. -
getLowerBand
The lower band of the Bollinger Bands. -
getBandwidth
The bandwidth of the Bollinger Bands.- See Also:
-
getPercentB
The %b of the Bollinger Bands.- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-