MACDResponse
Response for moving average convergence / divergence (MACD), the difference between a fast and slow EMA of a price series, together with a signal line that is itself an EMA of that difference.
MACD does not extend one of the package's shared response bases: its three-value reading needs MACDIndicatorUnit rather than the single-value SimpleTechnicalIndicatorUnit the shared bases use. MACDEXTResponse reuses this same unit type for its configurable-moving-average variant.
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Types
Link copied to clipboard
Parser for MACDResponse.
Link copied to clipboard
Metadata describing the request that produced a MACDResponse, echoed back by the API alongside the indicator values themselves.
Properties
Functions
Link copied to clipboard
Returns the API's error message.
Link copied to clipboard
Returns the indicator's MACD/signal/histogram readings.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
Parses a raw API response into a MACDResponse.