AROONResponse
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.aroon.AROONResponse
Response for the Aroon indicator (AROON), which uses two lines, Aroon-Up and Aroon-Down, to identify how strongly and how recently price has trended toward a new high or low.
AROON does not extend one of the package's shared response bases: its two-line reading needs AROONIndicatorUnit 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 AROONResponse.
Link copied to clipboard
Metadata describing the request that produced an AROONResponse, 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 Aroon-Up/Aroon-Down readings.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
Parses a raw API response into an AROONResponse.