Hello,
I'm trying to get going with the Research Platform (Notebook). To get started, I'm trying a pretty simple algorithm of just buying or selling monthly, but on different dates of the month. I got the algorithm running just fine in the normal backtester. Now trying to get it running in the notebook.
Getting an error when trying to run it:
ValueError: initial_dates must be of length window
Any ideas what that could be?