nicknochnack / MLTradingBot

708 stars 280 forks source link

Backtesting Error #22

Open satorugojo3795 opened 1 week ago

satorugojo3795 commented 1 week ago

I am getting an error while performing backtesting

Creating tearsheet... 2024-06-27 02:07:09,561: root: ERROR: Not enough data to create a tearsheet, at least 2 days of data are required. Skipping

image

I am passing the same dates as the start and end dates and tried with other date combinations as well but somehow this still is not working

The following is my code for backtesting image

Any help will be appreciated. Thanks