0
关注
33
关注者

ta库源码中的问题

创建于: 2022-04-29 09:32:48, 更新于:
comments   1
hits   574

ta库中boll 的 n += S[k] 报 Traceback (most recent call last): File “E:/FMZ/binance-futures-connector-python-main/MyFmz.py”, line 707, in boll = TA.BOLL(r, 22, 2) File “E:/FMZ/binance-futures-connector-python-main/MyFmz.py”, line 193, in BOLL n += S[k] TypeError: unsupported operand type(s) for +=: ‘float’ and ‘list’

请梦总指导下怎么处理

更多内容
全部留言
avatar of 陈皮
陈皮
S[k]是列表,不可以这样相加的
2022-04-29 19:14:10