BBANDSResponse

public class BBANDSResponse

Response for Bollinger Bands (BBANDS), an upper and lower volatility band plotted a configurable number of standard deviations above and below a moving average of a price series.

BBANDS does not extend one of the package's shared response bases: its three-band reading needs BBANDSIndicatorUnit rather than the single-value SimpleTechnicalIndicatorUnit the shared bases use.

Author

Sylvester Sefa-Yeboah

Since

1.1.0

Types

Link copied to clipboard
Parser for BBANDSResponse.
Link copied to clipboard
public class MetaData
Metadata describing the request that produced a BBANDSResponse, echoed back by the API alongside the indicator values themselves.

Properties

Link copied to clipboard
The API's error message, or null if the request succeeded.
Link copied to clipboard
The indicator's upper/middle/lower band readings, one unit per date in the requested series.
Link copied to clipboard
The response's metadata, echoing the request's parameters.

Functions

Link copied to clipboard
Returns the API's error message.
Link copied to clipboard
Returns the indicator's upper/middle/lower band readings.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
public static BBANDSResponse of(Map<String, Object> stringObjectMap)
Parses a raw API response into a BBANDSResponse.
Link copied to clipboard
public String toString()