STOCHFIndicatorUnit

A single date's stochastic fast reading — the unsmoothed %K and lightly smoothed %D lines.

Author

Sylvester Sefa-Yeboah

Since

1.1.0

Constructors

Link copied to clipboard
public void STOCHFIndicatorUnit(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: the raw stochastic value, 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()