STOCHRSIIndicatorUnit

A single date's stochastic relative strength index reading — the fast %K and %D lines computed by applying the stochastic calculation to RSI values instead of price.

Author

Sylvester Sefa-Yeboah

Since

1.1.0

Constructors

Link copied to clipboard
public void STOCHRSIIndicatorUnit(String date, double fastK, double fastD)
Creates a unit.

Properties

Link copied to clipboard
public String date
The date this reading applies to.
Link copied to clipboard
public double fastDValue
The fast %D line: fast %K smoothed by fastDPeriod.
Link copied to clipboard
public double fastKValue
The fast %K line: RSI's position within its recent high-low range, unsmoothed.

Functions

Link copied to clipboard
public String getDate()
Returns the date this reading applies to.
Link copied to clipboard
public double getFastDValue()
Returns the fast %D value.
Link copied to clipboard
public double getFastKValue()
Returns the fast %K value.
Link copied to clipboard
public String toString()