AROONIndicatorUnit

public class AROONIndicatorUnit

A single date's Aroon reading — the Aroon-Up and Aroon-Down lines, each measuring the number of periods (as a percentage of the look-back window) since the most recent high or low.

Author

Sylvester Sefa-Yeboah

Since

1.1.0

Constructors

Link copied to clipboard
public void AROONIndicatorUnit(String date, double aroonUp, double aroonDown)
Creates a unit.

Properties

Link copied to clipboard
public String date
The date this reading applies to.

Functions

Link copied to clipboard
public double getAroonDownValue()
Returns the Aroon-Down value.
Link copied to clipboard
public double getAroonUpValue()
Returns the Aroon-Up value.
Link copied to clipboard
public String getDate()
Returns the date this reading applies to.
Link copied to clipboard
public String toString()