TEMAResponse

Response for the triple exponential moving average (TEMA), which combines a single, double, and triple EMA of a price series to reduce lag further than DEMA does.

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