追溯(最近一次呼叫最近):<module>中的文件“ x”,第31行

时间:2019-02-21 18:27:09

标签: python-3.x pandas traceback binance

我用python创建了一个简单的币安交易机器人。它工作1-2分钟,然后停止

这是错误代码:

Traceback (most recent call last):
  File "d:/py/GVT.py", line 31, in <module>
ema = e5[23]

e5 = ta.trend.ema_indicator(df.Close, 1, fillna=False)
ema = e5[23]
  • 我使用client.get_historical_klines(symbol , Client.KLINE_INTERVAL)
  • 熊猫
  • line 30 e5 = ta.trend.ema_indicator(df.Close, 1, fillna=False) line 31 ema = e5[23]

0 个答案:

没有答案