BBANDSIndicator Unit
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.bbands.BBANDSIndicatorUnit
A single date's Bollinger Bands reading — the upper, middle, and lower band values.
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Constructors
Link copied to clipboard
public void BBANDSIndicatorUnit(String date, double realUpperBandValue, double realLowerBandValue, double realMiddleBandValue)
Creates a unit.
Properties
Link copied to clipboard
public double realLowerBandValue
The lower band: the middle band minus the configured number of standard deviations.
Link copied to clipboard
public double realMiddleBandValue
The middle band: the moving average the upper and lower bands are offset from.
Link copied to clipboard
public double realUpperBandValue
The upper band: the middle band plus the configured number of standard deviations.