while True: api.wait_update() if api.is_changing(klines.iloc[-1], "datetime"): rsi6 = RSI(klines, 6) rsi12 = RSI(klines, 12) rsi24 = RSI(klines, 24) if rsi6 > rsi12 > rsi24:(就是这里报错)
ldy283396642 已回答的问题 2023年6月23日
while True: api.wait_update() if api.is_changing(klines.iloc[-1], "datetime"): rsi6 = RSI(klines, 6) rsi12 = RSI(klines, 12) rsi24 = RSI(klines, 24) if rsi6 > rsi12 > rsi24:(就是这里报错)