Class BollingerBandsResult

java.lang.Object
trade.invision.indicators.indicators.bb.BollingerBandsResult

public final class BollingerBandsResult extends Object
BollingerBandsResult contains the results for BollingerBands.
  • Constructor Details

    • BollingerBandsResult

      public BollingerBandsResult(Num middleBand, Num upperBand, Num lowerBand, Num bandwidth, Num percentB)
      Creates a new BollingerBandsResult instance.
      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