HTSINEIndicatorUnit

A single date's Hilbert transform sine wave reading — the Sine and Lead Sine lines used to spot cycle turning points.

Author

Sylvester Sefa-Yeboah

Since

1.1.0

Constructors

Link copied to clipboard
public void HTSINEIndicatorUnit(String date, double leadSine, double sine)
Creates a unit.

Properties

Link copied to clipboard
public String date
The date this reading applies to.
Link copied to clipboard
public double leadSineValue
The Lead Sine line: the Sine line advanced to anticipate the next cycle turn.
Link copied to clipboard
public double sineValue
The Sine line: the sine of the price series' dominant cycle phase.

Functions

Link copied to clipboard
public String getDate()
Returns the date this reading applies to.
Link copied to clipboard
public double getLeadSineValue()
Returns the Lead Sine value.
Link copied to clipboard
public double getSineValue()
Returns the Sine value.
Link copied to clipboard
public String toString()