Meta Data
Metadata describing the request that produced a MACDResponse, echoed back by the API alongside the indicator values themselves.
Constructors
Link copied to clipboard
public void MACDResponse.MetaData(String symbol, String indicator, String lastRefreshed, String interval, double fastPeriod, double slowPeriod, double signalPeriod, String seriesType, String timeZone)
Creates a populated metadata instance.
Creates an empty metadata instance, used for failed responses.
Properties
Link copied to clipboard
public double fastPeriod
The requested number of data points in the fast EMA.
Link copied to clipboard
The timestamp of the most recent data point.
Link copied to clipboard
The requested price series field MACD is computed from.
Link copied to clipboard
public double signalPeriod
The requested number of data points in the signal line's EMA.
Link copied to clipboard
public double slowPeriod
The requested number of data points in the slow EMA.
Functions
Link copied to clipboard
Returns the requested number of data points in the fast EMA.
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 price series field MACD is computed from.
Link copied to clipboard
Returns the requested number of data points in the signal line's EMA.
Link copied to clipboard
Returns the requested number of data points in the slow EMA.
Link copied to clipboard
Returns the time zone the response's timestamps are expressed in.