MACDEXTResponse. MetaData
public void MACDEXTResponse.MetaData(String symbol, String indicator, String lastRefreshed, String interval, double fastPeriod, double slowPeriod, double signalPeriod, double fastMaType, double slowMaType, double signalMaType, String seriesType, String timeZone)
Creates a populated metadata instance.
Parameters
symbol
the requested symbol
indicator
the indicator's name, as reported by the API
last Refreshed
the timestamp of the most recent data point
interval
the requested time interval between data points
fast Period
the requested number of data points in the fast moving average
slow Period
the requested number of data points in the slow moving average
signal Period
the requested number of data points in the signal line's moving average
fast Ma Type
the requested fast component's moving-average type wire value
slow Ma Type
the requested slow component's moving-average type wire value
signal Ma Type
the requested signal line's moving-average type wire value
series Type
the requested price series field MACD is computed from
time Zone
the time zone the response's timestamps are expressed in
Creates an empty metadata instance, used for failed responses.