Hi There,

I've found other forum posts describing how to use SetHoldings for rebalancing a portfolio on a given date, weekly, monthly, etc. However, I am having trouble finding an example using the Algorithm Framework, only executing trades/rebalancing on a monthly basis when implementing a custom PortfolioConstructionModel. Do I need to keep track of the timespan somehow in my main algorithm file in Initialize()? Is there someway to add this logic to the PortfolioConstructionModel itself? Thank you!

Author