KAMAResponse

Response for the Kaufman adaptive moving average (KAMA), a moving average that automatically adjusts its own smoothing speed based on recent price volatility and trendiness.

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