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 215 forks source link

ETA for Documentation Update? #109

Open DJones1309 opened 1 month ago

DJones1309 commented 1 month ago

Is your feature request related to a problem? Please describe. I've done extensive testing and troubleshooting with Autotrader, including implementing a custom DataStream to supply my own historical data to autotrader. I've made very limited progress (in some troubleshooting trials, I've received no errors; but in backtests, I get reports that no trades were executed); still, I have been unable to run any of the demo code. So without updated documentation, and demo examples that I can't follow, I am forced to debug backtrace after backtrace, and even my line-by-line review of the code gets me nowhere.

Describe the solution you'd like Is there an eta to update https://autotrader.readthedocs.io/en/stable/ from v0.7.0 to current code version v1.1.2?

cjhqyz commented 1 month ago

I also encountered an issue with historical data. The documentation does not describe the requirements for data headers and data types. Error when updating strategy: '<' not supported between instances of 'int' and 'datetime.datetime'