You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stocks_df, indicator_df and weights_df all have daily data in them. Changing the line from bt.algos.RunDaily() to bt.algos.RunYearly gives me the same results when I was expecting the rebalancing frequency to change.
I tried working around this by passing in a set of dates corresponding to the time period I want to rebalance on
[Did not mean to close this adding my comment, so reopening]
So I have the following code:
Stocks_df, indicator_df and weights_df all have daily data in them. Changing the line from bt.algos.RunDaily() to bt.algos.RunYearly gives me the same results when I was expecting the rebalancing frequency to change.
I tried working around this by passing in a set of dates corresponding to the time period I want to rebalance on
This throws an error here because it's checking if the date is in a list containing one element, which is a pd.datetimeindex I believe.
Originally posted by @aelkholy in #387 (comment)
The text was updated successfully, but these errors were encountered: