aperson 0 Report post Posted March 22, 2020 I'm just trying to fetch the exponential moving average for a specific currency and timeframe from the api. Is this mentioned somewhere in the docs? I couldn't find it thanks.. Share this post Link to post
Physicsman 26 Report post Posted March 23, 2020 Hello, Chart indicators are not an object or service that is requested from the API. They are calculated based on the price data using the formula specific to the indicator. A couple of places that provide the formula to calculate the EMA: https://www.investopedia.com/terms/e/ema.asp https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average Kind Regards, PM Share this post Link to post