Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "backtest.py", line 37, in <module>
  3. Main()
  4. File "backtest.py", line 34, in Main
  5. PlotResults(plotData)
  6. File "backtest.py", line 9, in PlotResults
  7. splot = StrategyPlot(plotData, 2)
  8. File "/Users/martinium/Development/Python/oandapybot/util/plot.py", line 17, in __init__
  9. self.SetXLimits(time[0], time[-0])
  10. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement