breadacker

Results 2 comments of breadacker

class CandlestickInterval: MIN1 = "1m" MIN3 = "3m" MIN5 = "5m" MIN15 = "15m" MIN30 = "30m" HOUR1 = "1h" HOUR2 = "2h" HOUR4 = "4h" HOUR6 = "6h" HOUR8...

That's because u re trying to merge numpy arrays. Check the params of get_multi_scale and get_signal. #get signal that is confirmed across multiple time scales. def get_multi_scale_signal(client, _market="BTCUSDT", _periods=["1m"]): signals...