Builder

Constructors

Link copied to clipboard
public void MACDEXTRequest.Builder()
Creates a builder pre-set to MACDEXT.

Properties

Link copied to clipboard
The Alpha Vantage function code identifying which indicator to request.

Functions

Link copied to clipboard
Builds the configured MACDEXTRequest.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the response format.
Link copied to clipboard
Sets the moving-average type used for the fast component.
Link copied to clipboard
public MACDEXTRequest.Builder fastPeriod(int fastPeriod)
Sets the number of data points in the fast moving average.
Link copied to clipboard
public T forSymbol(String symbol)
Sets the symbol to query.
Link copied to clipboard
public T function(Function function)
Sets the indicator function to request.
Link copied to clipboard
public T interval(Interval interval)
Sets the time interval between data points.
Link copied to clipboard
Sets the price series field MACD is computed from.
Link copied to clipboard
Sets the moving-average type used for the signal line.
Link copied to clipboard
public MACDEXTRequest.Builder signalPeriod(int signalPeriod)
Sets the number of data points in the signal line's moving average.
Link copied to clipboard
Sets the moving-average type used for the slow component.
Link copied to clipboard
public MACDEXTRequest.Builder slowPeriod(int slowPeriod)
Sets the number of data points in the slow moving average.