Hi All,
I wanted to share a very simple factor timing system using the Sharpe Ratio as a decision for rebalancing weights. I took the idea from the following source:
http://www.rotationinvest.com/blog/etf-rotation-strategy-using-sharpe-ratio
In the algorithm, we essentially start out with an equal-weighted portfolio of SPY, GLD, EFA, and TMF. We rebalance every period (defined in initialize) and allocate x amount to the top-performing ETF (defined in initialize) and then split the rest amongst the other constituents.
Any feedback is welcome!
Cheers.