How to calculate EMA on Binance?

Hello guys.


I would like to write a python function to calculate EMA of each coin at different time period. Just like what we see on Binance.

However, I check the API but didn’t find any of it to calculate EMA. I would like to now how API is calculated on Binance.

Could you please help me? Thank you so much!

Well as far as I know there isn’t an option for calculating indicators on binance API. If you are using Python I would recommend using TA-Lib or Tulipy (pip install TA-Lib or pip install newtulipy). You can find their documentations at http://mrjbq7.github.io/ta-lib/doc_index.html and https://tulipindicators.org/. Feel free to ask questions!

1 Like