STOCHRSIResponse
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.stochrsi.STOCHRSIResponse
Response for the stochastic relative strength index (STOCHRSI), which applies the stochastic oscillator's %K/%D calculation to RSI values instead of price, producing a more sensitive overbought/oversold reading than RSI alone.
STOCHRSI does not extend one of the package's shared response bases: its two-line reading needs STOCHRSIIndicatorUnit rather than the single-value SimpleIndicatorUnit the shared bases use.
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Types
Link copied to clipboard
Metadata describing the request that produced a STOCHRSIResponse, echoed back by the API alongside the indicator values themselves.
Link copied to clipboard
Parser for STOCHRSIResponse.
Properties
Functions
Link copied to clipboard
Returns the API's error message.
Link copied to clipboard
Returns the indicator's %K/%D readings.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
Parses a raw API response into a STOCHRSIResponse.