pandas_ta EMA 50 returning None despite being used with 200 values
I use the following code to access the Binance API, pull the last 200 klines for BTC/USDT and then attempt to produce the EMA 50 as a column in a dataframe:
I use the following code to access the Binance API, pull the last 200 klines for BTC/USDT and then attempt to produce the EMA 50 as a column in a dataframe: