Builder

Constructors

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

Properties

Link copied to clipboard
The Alpha Vantage function code identifying which indicator to request.
Link copied to clipboard
public int timePeriod1
The first, shortest look-back period; defaults to 7.
Link copied to clipboard
public int timePeriod2
The second, medium look-back period; defaults to 14.
Link copied to clipboard
public int timePeriod3
The third, longest look-back period; defaults to 28.

Functions

Link copied to clipboard
Builds the configured ULTOSCRequest.
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
public ULTOSCRequest.Builder timePeriod1(int period)
Sets the first, shortest look-back period.
Link copied to clipboard
public ULTOSCRequest.Builder timePeriod2(int period)
Sets the second, medium look-back period.
Link copied to clipboard
public ULTOSCRequest.Builder timePeriod3(int period)
Sets the third, longest look-back period.