Vol-targeted base leverage with 3 drawdown zones. Aggressive when healthy, cautious in mild DD, then waits for momentum confirmation before re-leveraging from deep DD. No daily loss cap.
Step 1: Vol-Targeted Base
base = min(1.5 / realized_vol_14d, 3.5)
→ Low vol = higher base leverage (up to 3.5x)
→ High vol = lower base leverage (auto-scales down)
Same 3-zone structure as V3 but with tighter parameters and a daily loss floor of -12%.
Key Differences vs V3
Param
V5
V3
dd_mild_mult
0.25
0.4
dd_deep
-0.15
-0.20
hard_cap
5.5
6.5
daily_loss_cap
-12%
None
Daily Loss Floor
if return < 0 AND leverage × return < -12%:
leverage = -12% / return (cap loss at -12%)
Concept
8 independent signals multiplicatively combined. Leverage stays high only when ALL signals agree. 24 parameters.
The 8 Signals
1. DD ZoneNormal/Cautious/Deep zones with cautious decay
2. Momentum ConsensusLong EMA + Short EMA direction
3. Equity HeatReduces after parabolic 5d gains >20%
4. DD VelocityReduces if DD worsening >3%/3d
5. Loss StreakExponential reduction after 3+ losing days
6. Time DecaySlowly reduces after 15+ days in DD
7. Vol Spike3d/7d vol ratio filter
8. Soft FloorAsymptotic reduction near -8% daily loss
Concept
Only 7 parameters. Three zones (Offense/Caution/Defense) with vol-targeting and a hard -6% daily loss floor.
The 3 Zones
Zone
Condition
Leverage
OFFENSE
DD > -9%
Vol-targeted up to 7x
CAUTION
-9% ≥ DD > -12%
Fixed 2.0x
DEFENSE
DD ≤ -12%
Fixed 0.5x
Daily Loss Floor
if return < 0 AND leverage × return < -6%:
leverage = -6% / return
→ Hard -6% daily loss cap in ALL conditions
Parameters (7)
Param
Value
tv
3.0
cap
7.0
mild
-0.09
deep
-0.12
mid
2.0
ddl
0.5
flr
-0.06
Objective
Turn $10K into $1M+ in one year. Three non-negotiable criteria:
Make a lot of money if the base strategy has a good year
Limit losses if the base strategy fails
Average drawdowns should not be very large
Revised Verdict
V6 core + V8 circuit breaker hybrid
V6 is statistically superior on every robustness metric (0% fragile params, 100% MC hit rate, higher OOS Sharpe). V8 has a hard -6% daily floor guarantee. Recommendation: Run V6 primary, add V8's -6% daily loss cap as emergency circuit breaker.