Here is a solution to this:MachineGhost wrote:How does one align the whole portfolio to a target after scaling each asset's volatility to a 1% daily target? It seems like this would be easy to do after the new weights and equity curve are generated, but not before a rebalancing.Stefan wrote: 1. Risk Moderation achievable by :
a. Using a risk parity allocation formula based on volatility weights
b. Managing the whole portfolio volatility to a target.
Do not scale each asset to 1% volatility. Instead do this:
1. Allocate to each of the PP 3 assets (Stocks, Bonds & Gold) based on the simple formula I provided - i.e. inversely proportional to the asset volatility. Use trailing N days volatility of log of returns. Cash = 0 at this step.
2. You do not have to generate the equity curve to find the portfolio volatility after this allocation step. Instead, estimate the portfolio variance resulting from this allocation:
Variance(P) = Sum(1 <=i,j <=3, weight(i) * weight(j) * Covariance(i,j));
The estimated portfolio volatility based on the preliminary weights will be thus Sigma(P) = sqrt(Variance(P));
3. Compare Sigma(P) with your self imposed TargetSigma. If Sigma(P) > TargetSigma, reduce the portfolio by reducing all weights proportionally based on the Target Sigma/Sigma(P) ratio. This determines the size of your cash component.
The portfolio is exactly the AWP - 4 quadrants asset classes you have shown here.MachineGhost wrote:So essentially TA is required here. Momo is not enough.Stefan wrote: 2. Risk Containment achievable by:
a. Asset classes trend. Capturing most of the trend upside and avoiding most of the trend downside.
b. Minimizing exposure gradually in times of market turbulence.
I assume your portfolio involves more than the standard four PP assets? The momo would do better if more assets than the standard three were included. I suspect the same applies to yours.Here is an AWP example which makes use of most of these techniques (vs PRPFX as a benchmark):
The CAGR is 11.23% and MaxDD -6%
Also, I wouldn't say TA, I would say TF (as in trend following).