Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Remalancing ETFs yearly

I want to buy 3 ETFs at the start of the year with some allocation of 25% each plus 25% cash and then rebalance at the start of next year with maybe new allocation. Any suggestions of an algorithm I can modify? I could not find anything. Thanks.

2 responses

This is a basic algorithm you could even use the algo builder from Quantopian:

https://www.quantopian.com/algobuilder

Cool! Thanks.