Hi i'm using get_MACD function and i use this function to get candles
candles = bot.get_klines(symbol="BTCUSDT", interval=bot.KLINE_INTERVAL_1MINUTE)
and this is my candles output:
[[unixtime, open, high, low, close, volume], ...]
and i get this error:
TypeError: cannot perform reduce with flexible type
Hi i'm using get_MACD function and i use this function to get candles candles = bot.get_klines(symbol="BTCUSDT", interval=bot.KLINE_INTERVAL_1MINUTE) and this is my candles output: [[unixtime, open, high, low, close, volume], ...] and i get this error: TypeError: cannot perform reduce with flexible type