Open DJones1309 opened 4 months 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'
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?