Builder

Constructors

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

Properties

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

Functions

Link copied to clipboard
Builds the configured BBANDSRequest.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the response format.
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 moving-average type used for the middle band.
Link copied to clipboard
public BBANDSRequest.Builder nbdevdn(int nbdevdn)
Sets the number of standard deviations below the middle band.
Link copied to clipboard
public BBANDSRequest.Builder nbdevup(int nbdevup)
Sets the number of standard deviations above the middle band.
Link copied to clipboard
Sets the price series field the bands are computed from.
Link copied to clipboard
public BBANDSRequest.Builder timePeriod(int timePeriod)
Sets the number of data points in the middle moving average.