
Scaling risk by distance-to-failure genuinely adds returns
Searching for new price-action patterns has hit a wall, as my previous research confirms that the potential for finding "better" entry signals is…
Searching for new price-action patterns has hit a wall, as my previous research confirms that the potential for finding “better” entry signals is largely exhausted. Instead of chasing new strategies, I have shifted focus to a more structural approach: dynamic risk management based on prop-firm constraints. By adjusting lot sizes based on how close the account equity is to a “floor” (the -10% drawdown limit), I can optimize the probability of passing evaluations and securing consistent withdrawals. The core idea is to treat the prop-firm’s drawdown limit as an absorbing barrier. In this game, keeping the account alive is the primary objective. By using state-dependent scaling, I can deploy more risk in the “safe zone” while conserving capital when the account approaches the danger zone. This approach consistently outperforms any fixed-leverage strategy, even if the underlying trading performance remains the same.
Comparison: Fixed vs. Dynamic Risk Scaling
I tested these strategies using a block-bootstrap Monte Carlo simulation (2861 days of historical data, 750-day funded periods, bi-weekly withdrawals). The following table compares the baseline (fixed risk multiplier k=1.0) against the new dynamic floor-aware model (floorDef).
| Strategy | Total Withdrawal (%) | Failure Rate (%) | Avg. Lifespan (Days) |
|---|---|---|---|
| Fixed (k=1.0) | 27.1% | 9.8% | 733 |
| Dynamic (k=1.5) | 34.6% | 5.9% | 733 |
| Dynamic (k=1.5, High-Safety) | 30.3% | 0.1% | 733 |
| Note: The “Dynamic k=1.5” configuration provides a 28% increase in total withdrawals while simultaneously cutting the failure rate significantly compared to the baseline. |
Key Takeaways from the Data
- Efficiency in Challenges: When testing for initial prop-firm challenges, the dynamic model with a multiplier of k=2.5 achieved a 75.3% pass rate with an average duration of 47 days. In contrast, the fixed k=1.0 model had a 63.5% pass rate and took 117 days to reach the target. In other words, this method allows for faster qualification without increasing the risk of disqualification.
- Superiority in Funded Accounts: A fixed multiplier of k=1.5 yields similar withdrawal results to my dynamic model but carries a 40.7% failure rate, which is roughly seven times higher than the dynamic counterpart. The dynamic approach effectively controls the “tail risk” of hitting the drawdown limit.
- The Safety-First Configuration: For those prioritizing account longevity, the “High-Safety” variant (k=1.5, gamma 2.0, kmin 0.2) reduces the risk of failure to nearly 0.1% while still exceeding the withdrawal performance of the current fixed-risk system.
Refined Understanding
It is important to note that these improvements come from structural risk shaping rather than just increasing leverage. While early simulations suggested even higher gains, a follow-up audit revealed that some of the initial “0% failure” claims were sensitive to minor market fluctuations. However, the conclusion holds firm: the dynamic, barrier-aware scaling of risk is a genuine enhancement. My next step is to integrate this logic into the core EA (CoreSystemV14). The goal is to replace the static leverage settings with a function that automatically scales down exposure as the equity approaches the -10% drawdown threshold. Combined with intraday risk-mitigation measures, this should provide a robust framework for managing prop-firm capital.
How this connects
This verification builds on earlier ones (what failed before and what I tried this time, comparisons between approaches).