HTPHASORResponse
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.htphasor.HTPHASORResponse
Response for the Hilbert transform phasor components (HT_PHASOR), which decomposes the price series into in-phase and quadrature components using the Hilbert transform.
HT_PHASOR does not extend one of the package's shared response bases: its two-component reading needs HTPHASORIndicatorUnit rather than the single-value SimpleIndicatorUnit the shared bases use.
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Types
Link copied to clipboard
Parser for HTPHASORResponse.
Link copied to clipboard
Metadata describing the request that produced an HTPHASORResponse, 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 phase/quadrature readings.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
Parses a raw API response into an HTPHASORResponse.