Builder

Constructors

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

Properties

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

Functions

Link copied to clipboard
Builds the configured STOCHRequest.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the response format.
Link copied to clipboard
public STOCHRequest.Builder fastKPeriod(int fastKPeriod)
Sets the look-back period used for the raw (fast) %K calculation.
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 to smooth slow %D.
Link copied to clipboard
public STOCHRequest.Builder slowDPeriod(int slowDPeriod)
Sets the smoothing period applied to slow %K to produce slow %D.
Link copied to clipboard
Sets the moving-average type used to smooth slow %K.
Link copied to clipboard
public STOCHRequest.Builder slowKPeriod(int slowKPeriod)
Sets the smoothing period applied to fast %K to produce slow %K.