OBVResponse

Response for on balance volume (OBV), a cumulative running total of traded volume that adds a period's volume when price closes up and subtracts it when price closes down.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Types

Functions

Link copied to clipboard
Returns the API's error message.
Link copied to clipboard
Returns the indicator's values.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
public static SimpleTechnicalIndicatorResponse of(Map<String, Object> stringObjectMap)
Parses a raw API response into an OBVResponse.
Link copied to clipboard
public String toString()