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 String date
The date this reading applies to.
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.

Functions

Link copied to clipboard
public String getDate()
Returns the date this reading applies to.
Link copied to clipboard
public double getRealLowerBandValue()
Returns the lower band value.
Link copied to clipboard
public double getRealMiddleBandValue()
Returns the middle band value.
Link copied to clipboard
public double getRealUpperBandValue()
Returns the upper band value.
Link copied to clipboard
public String toString()