Meta Data
Metadata describing the request that produced a STOCHResponse, echoed back by the API alongside the indicator values themselves.
Constructors
Link copied to clipboard
public void STOCHResponse.MetaData(String symbol, String indicator, String lastRefreshed, String interval, double fastKPeriod, double slowKPeriod, double slowKMaType, double slowDPeriod, double slowDMaType, String timeZone)
Creates a populated metadata instance.
Creates an empty metadata instance, used for failed responses.
Properties
Link copied to clipboard
public double fastKPeriod
The requested raw %K look-back period.
Link copied to clipboard
The timestamp of the most recent data point.
Link copied to clipboard
public double slowDMaType
The requested moving-average type used to smooth slow %D, as its wire value.
Link copied to clipboard
public double slowDPeriod
The requested slow %D smoothing period.
Link copied to clipboard
public double slowKMaType
The requested moving-average type used to smooth slow %K, as its wire value.
Link copied to clipboard
public double slowKPeriod
The requested slow %K smoothing period.
Functions
Link copied to clipboard
Returns the requested raw %K look-back period.
Link copied to clipboard
Returns the indicator's name, as reported by the API.
Link copied to clipboard
Returns the requested time interval between data points.
Link copied to clipboard
Returns the timestamp of the most recent data point.
Link copied to clipboard
Returns the requested slow %D moving-average type's wire value.
Link copied to clipboard
Returns the requested slow %D smoothing period.
Link copied to clipboard
Returns the requested slow %K moving-average type's wire value.
Link copied to clipboard
Returns the requested slow %K smoothing period.
Link copied to clipboard
Returns the time zone the response's timestamps are expressed in.