DEMAResponse

Response for the double exponential moving average (DEMA), which combines a single and a double EMA of a price series to reduce the lag a plain EMA carries.

Author

Sylvester Sefa-Yeboah

Since

1.5.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 DEMAResponse of(Map<String, Object> stringObjectMap)
Parses a raw API response into a DEMAResponse.
Link copied to clipboard
public String toString()