Ran tests from 2005-present using daily historical data. Initially I used the Excel solver with a max drawdown setting of 20% and then 15%, telling it to maximize returns. Then I had it minimize drawdown (it was able to reach a low of 13.7%). The highest ratio of annualized return divided by max drawdown is produced with about a 20/20/60 portfolio split:
Of course, this is a static portfolio. I coded a dynamic portfolio strategy in C# using the same data and then ran every allocation of the 3 assets with a 5% step (like 25/35/40, etc). If an asset was 3% over its target allocation some was sold and invested into the others to rebalance. Here is the 20/20/60:
The best dynamic strategy is actually 25/20/55 with a 8.22% annualized return and 12.9% max drawdown (so it outperforms the static portfolio - the return is almost as good as 100% SPY but the % max drawdown is less than 1/4 - positive alpha!).
So that is a solid foundation. Now, I want to 2-3x leverage that. The harder part is doing the allocations right for options or futures.
Options:
SPY, GLD, and TLT all have Jan 2022 call options with a 1.00 delta. The idea is to roll annually so that DTE is always between 1-2 years. I *think* what I'd want to do to more or less replicate the results above is to have total delta be about a 1:1:3 ratio (is that right?). The other method is to have 1:1:3 leverage ratios. I'm not exactly sure.
Futures:
ES/GC/ZB mix should replicate the behavior. I am not rich so I guess MES/MGC/ZB since I don't plan to use FOPs, in which case the closest I can get is 3:3:1 (treasury has no micro so 1 ZB really makes this like 3:3:10). That is around 250k of assets on a 40k account, and periodic rebalancing like I did with the ETFs is not possible here unless there is a huge move in relative prices. The margin might be only about 3500, but that's already at 6x leverage compared to using ETFs (dangerous even with a max drawdown of 13-15%). Is that a comparable asset balance in terms of % movements? Based on spreads/liquidity, it looks like rolling every 3 months would be the plan for this one.
Summary:
If I want to maintain a dynamic allocation of about 20/20/60, what are the pros/cons of:
(1) Borrow the ETFs on margin (about 3.4% rate currently), to a leverage level of 1.5-1.7. With the expected max drawdown (say 15%) of the portfolio, it is still possible to dynamically rebalance within Reg T margin.
(2) Use call options with some ratio that replicates the desired portfolio balance.
(3) Use futures to replicate the desired portfolio balance.
And for 2 and 3, how would I balance it properly?
Of course, this is a static portfolio. I coded a dynamic portfolio strategy in C# using the same data and then ran every allocation of the 3 assets with a 5% step (like 25/35/40, etc). If an asset was 3% over its target allocation some was sold and invested into the others to rebalance. Here is the 20/20/60:
The best dynamic strategy is actually 25/20/55 with a 8.22% annualized return and 12.9% max drawdown (so it outperforms the static portfolio - the return is almost as good as 100% SPY but the % max drawdown is less than 1/4 - positive alpha!).
So that is a solid foundation. Now, I want to 2-3x leverage that. The harder part is doing the allocations right for options or futures.
Options:
SPY, GLD, and TLT all have Jan 2022 call options with a 1.00 delta. The idea is to roll annually so that DTE is always between 1-2 years. I *think* what I'd want to do to more or less replicate the results above is to have total delta be about a 1:1:3 ratio (is that right?). The other method is to have 1:1:3 leverage ratios. I'm not exactly sure.
Futures:
ES/GC/ZB mix should replicate the behavior. I am not rich so I guess MES/MGC/ZB since I don't plan to use FOPs, in which case the closest I can get is 3:3:1 (treasury has no micro so 1 ZB really makes this like 3:3:10). That is around 250k of assets on a 40k account, and periodic rebalancing like I did with the ETFs is not possible here unless there is a huge move in relative prices. The margin might be only about 3500, but that's already at 6x leverage compared to using ETFs (dangerous even with a max drawdown of 13-15%). Is that a comparable asset balance in terms of % movements? Based on spreads/liquidity, it looks like rolling every 3 months would be the plan for this one.
Summary:
If I want to maintain a dynamic allocation of about 20/20/60, what are the pros/cons of:
(1) Borrow the ETFs on margin (about 3.4% rate currently), to a leverage level of 1.5-1.7. With the expected max drawdown (say 15%) of the portfolio, it is still possible to dynamically rebalance within Reg T margin.
(2) Use call options with some ratio that replicates the desired portfolio balance.
(3) Use futures to replicate the desired portfolio balance.
And for 2 and 3, how would I balance it properly?
Last edited: