kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
https://kieran-mackle.github.io/AutoTrader/
GNU General Public License v3.0
937 stars 216 forks source link

'Index' object has no attribute 'tzinfo', and so on ~ #81

Closed ahmadekoekkoek closed 1 year ago

ahmadekoekkoek commented 1 year ago

I encountered numerous issues while attempting to run the main runfile.py Based on the error messages, it seems that the problems lie within the module, which results in the failure to execute when calling the methods at.run(). I would greatly appreciate your guidance in resolving these issues. Thank you.

RunfileERROR

byteboon commented 1 year ago

So make your date range within the last 730 days...

at.backtest(start = '1/1/2022', end = '1/4/2023')