MACDIndicator Unit
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.macd.MACDIndicatorUnit
A single date's MACD reading — the MACD line, its signal line, and their difference, the histogram.
Shared by both MACDResponse and MACDEXTResponse: the two functions differ only in how each component's moving average is calculated, not in the shape of the reading they report.
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Constructors
Link copied to clipboard
public void MACDIndicatorUnit(String date, double macdHistValue, double macdSignalValue, double macdValue)
Creates a unit.
Properties
Link copied to clipboard
public double macdHistValue
The MACD histogram: the MACD line minus its signal line.
Link copied to clipboard
public double macdSignalValue
The signal line: a moving average of the MACD line.