Skip to content
B

차트 분석, 전문가 관점을 받아보세요

무료로 시작하기

Risk Management

Ease of Recovery (EOR) Problem

Ease of Recovery (EOR) Problem

In multi-timeframe trading, a long-term position must move roughly 5x further to offset a short-term loss. Because short-term losses occur far more frequently than long-term gains, the average loss rate exceeds the average win rate, leading to permanent account erosion.

Key Takeaways

Advanced Money Management Systems

1. Overview

Money management is the most critical yet frequently overlooked domain in trading. Most traders devote their attention to entry signals and technical analysis, but what truly determines long-term profitability is the answer to "how much to risk per trade" — in other words, money management. Advanced money management systems go far beyond simply limiting losses. They provide a systematic framework that harnesses the power of compounding to maximize returns while ensuring the survival of the trading system.

This chapter covers the mathematical principles of dynamic sizing, the fundamental differences between geometric and linear expectancy, and practical hybrid approaches — including the Geolinear Money Management System (GMMS) — that can be deployed in live trading. The central insight is that "even a profitable strategy can go bankrupt with improper sizing", and our goal is to understand this mathematically and design structures that prevent it.

Why is money management more important than technical analysis? A superior strategy with a 60% win rate can still lead to ruin if position sizes are excessive. Conversely, an average strategy with only a 40% win rate can generate consistent profits when proper money management is applied. If technical analysis determines "when and where" to enter, money management determines "survival and growth."

2. Core Rules and Principles

2.1 Asymmetry Effect in Dynamic Sizing

Fundamental Concept:

Dynamic sizing refers to adjusting position size in proportion to the current account balance. For example, if you set "10% of the account as risk per trade," the absolute dollar amount at risk grows as the account grows and shrinks as the account shrinks. While this approach captures the benefits of compounding, it introduces an asymmetry phenomenon where equal numbers of wins and losses do not return the account to its starting balance.

Why Asymmetry Occurs:

  • After a 10% loss, an 11.1% gain is required to recover to the original balance
  • After a 20% loss, a 25% gain is needed; after a 50% loss, a 100% gain is needed
  • When this compounds repeatedly, mean reversion bias and loss acceleration bias operate simultaneously
LossGain Required to Recover
10%11.1%
20%25.0%
30%42.9%
50%100.0%
70%233.3%
90%900.0%

Mathematical Formulas:

Return Ratio = (Reward Ratio)^W × (Risk Ratio)^L
Geometric Expectancy = Return Ratio^(1/T)

Where:

  • Reward Ratio = 1 + (%risk × R-multiple), i.e., the capital multiplier per winning trade
  • Risk Ratio = 1 - %risk, i.e., the capital multiplier per losing trade
  • T = Total number of trades (W + L)

Example Calculation:

  • R/r = 2:1, %risk = 10%, 75 trades (37 wins, 38 losses)
  • Reward Ratio = 1 + (0.10 × 2) = 1.2
  • Risk Ratio = 1 - 0.10 = 0.9
  • Return Ratio = (1.2)^37 × (0.9)^38 = 0.7156
  • Geometric Expectancy = 0.7156^(1/75) = 0.99554 (< 1)

What This Means: A system that has a positive linear expectancy (49.3% win rate with R/r of 2:1) actually loses an average of 0.045% of capital per trade when dynamic sizing is applied. After 75 trades, the account suffers approximately a 28.4% capital loss.

Practical Warning: The asymmetry effect escalates dramatically as the risk percentage increases. At low risk levels of 1–2%, the asymmetry is negligible, but at 10% or above, it can transform a winning system into a losing one. In highly volatile markets like cryptocurrency, combining high leverage with dynamic sizing makes this effect potentially catastrophic.

2.2 Geometric vs. Linear Expectancy

The most important distinction in money management is understanding the difference in expectancy that applies to fixed sizing versus dynamic sizing.

Linear Expectancy (Applies to Fixed Sizing):

Linear Expectancy = (R × Win Rate) - (r × Loss Rate)

With fixed sizing, the same dollar amount is risked on every trade, so individual trade expectancies can be summed directly. Increasing trade size increases expectancy proportionally.

Geometric Expectancy (Applies to Dynamic Sizing):

Geometric Expectancy = (Return Ratio)^(1/T)

With dynamic sizing, each trade connects multiplicatively, so the geometric mean applies. The arithmetic mean and geometric mean are fundamentally different — the geometric mean is always less than or equal to the arithmetic mean.

Key Differences Between the Two:

CharacteristicLinear Expectancy (Fixed Sizing)Geometric Expectancy (Dynamic Sizing)
Mathematical StructureAdditiveMultiplicative
Effect of Increasing Trade SizeExpectancy increases proportionallyExpectancy can decrease
Impact of VarianceNo effect on expectancyHigher variance reduces expectancy
Risk of RuinLimitedTheoretically present
Compounding EffectNoneBidirectional (amplifies both gains and losses)

The Most Dangerous Trap:

You can turn a winning system into a losing system simply by increasing trade size. Even when linear expectancy is positive, raising the risk percentage too high under dynamic sizing can push the geometric expectancy below 1.0 — creating the paradox where every additional trade erodes capital.

Practical Implication: One of the primary reasons a system that shows excellent returns in backtesting fails in live trading is precisely this. If the backtest presents results based on linear expectancy, there will be a significant divergence from the dynamic sizing environment of live trading. You must always convert to geometric expectancy for validation.

2.3 Minimum Win Rate for Dynamic Sizing

For a system to be profitable under dynamic sizing (geometric expectancy > 1), it must meet a specific minimum win rate. This minimum win rate is a function of the R/r ratio and the risk percentage.

Formula:

W = -L × (ln(Risk Ratio) / ln(Reward Ratio))
Minimum Win Rate = W / (W + L) × 100%

Where:

  • W = Minimum number of wins required for breakeven
  • L = Number of losses
  • ln = Natural logarithm
  • Risk Ratio = 1 - %risk (capital remaining after a loss)
  • Reward Ratio = 1 + (%risk × R-multiple) (capital multiplier after a win)

Worked Examples:

Case A: R/r = 2:1, %risk = 10%, L = 49

  • Reward Ratio = 1.2, Risk Ratio = 0.9
  • W = -49 × (ln 0.9 / ln 1.2) = -49 × (-0.1054 / 0.1823) = 28.31 wins required
  • Minimum Win Rate = 28.31 / (28.31 + 49) × 100% = 36.6%

Case B: R/r = 2:1, %risk = 20%, L = 49

  • Reward Ratio = 1.4, Risk Ratio = 0.8
  • W = -49 × (ln 0.8 / ln 1.4) = -49 × (-0.2231 / 0.3365) = 32.49 wins required
  • Minimum Win Rate = 32.49 / (32.49 + 49) × 100% = 39.9%

Comparison — Minimum Win Rate Under Linear Expectancy:

  • For R/r = 2:1, the linear expectancy breakeven win rate = 33.3%
  • Case A dynamic sizing minimum win rate = 36.6% (+3.3 percentage points)
  • Case B dynamic sizing minimum win rate = 39.9% (+6.6 percentage points)

Key Insights:

  • As the risk percentage increases, the minimum win rate under dynamic sizing rises further above the linear baseline
  • This gap represents the "cost" of the asymmetry effect
  • Keeping the risk percentage low allows you to safely capture the benefits of dynamic sizing

Practical Tip: Maintaining risk at 1–2% per trade makes the difference between linear and geometric expectancy nearly negligible. This is the mathematical basis for the widely cited "1–2% risk per trade" rule. In cryptocurrency markets, many traders recommend an even lower range of 0.5–1% to account for elevated volatility.

2.4 The Expectancy Box Problem

The Core Issue:

When fixed exit criteria are used for both take-profit and stop-loss — for example, "stop-loss at -2%, take-profit at +4%" — the average R/r ratio becomes effectively locked at 2:1. In this scenario, the system's profitability depends entirely on the win rate, which is a variable determined by the market and therefore beyond the trader's control. This creates a structurally vulnerable system.

This is called the Expectancy Box — a phenomenon where a trader becomes trapped within self-imposed exit parameters, losing the flexibility needed to adapt to changing market conditions.

Structure of the Expectancy Box:

Fixed R/r Setting → Minimum Win Rate Determined → Win Rate Not Met → Losing System
                                                 → Win Rate Met → Profitable System (but win rate is uncontrollable)

Solutions:

  1. Use Stochastic Exit Mechanisms

    • Combine trailing stops, ATR-based dynamic stop-losses, and time-based exits
    • Design exits so that the R/r ratio varies from trade to trade
    • Create a structure that allows some trades to capture outsized gains (5R, 10R)
  2. Intentionally Increase R/r Variability

    • Replace fixed take-profits with trend-following exits
    • Place stop-losses at structural levels (support/resistance, swing points)
    • This produces diverse exit scenarios that break out of the expectancy box
  3. Multi-Exit Strategies

    • Close a portion of the position at 1R, trail the remainder
    • Secure baseline profits while keeping the door open for larger gains

Practical Warning: Many novice traders adopt a rule like "only enter trades with R/r of 3:1 or better," but when this is combined with fixed exits, it easily creates an expectancy box. What matters more than the R/r ratio is the flexibility of the exit mechanism.

2.5 Proportional Sizing Technique

Proportional sizing is a practical technique that combines the strengths of both fixed and dynamic sizing. For the majority of trades, it applies stable fixed sizing, but for trades that require an abnormally large stop-loss, it proportionally reduces position size to control risk.

Structure:

  • Below the Threshold: Fixed lot sizing → Stable, consistent position sizes
  • Above the Threshold: Ratio-based sizing → Automatically reduced position size to cap maximum risk

Setup Steps:

  1. Measure the average stop-loss size from backtesting
    • Record the stop-loss size (pips, %, dollars, etc.) across a sample of at least 100 trades
  2. Calculate the threshold
    Threshold = Average Stop-Loss Size + (2 × Standard Deviation)
    
    • Statistically, approximately 95% of all stop-losses will fall below this threshold
  3. Determine trade size
    • Below threshold: Fixed lot sizing (e.g., always 0.5 BTC)
    • Above threshold: Position Size = Risk Amount ÷ Actual Stop-Loss Size
    • This ensures that maximum risk is automatically capped even on trades with unusually large stop-losses

Goals:

  • 90–95% of all stop-losses fall below the threshold
  • The majority of trades execute with less than 1% account risk
  • Excessive losses are prevented even during abnormal volatility (news events, flash crashes)

Example:

  • Average stop-loss size: $150, Standard deviation: $50
  • Threshold = 150 + (2 × 50) = $250
  • Account balance $10,000, risk 1% = $100
  • Stop-loss size $200 (below threshold) → Fixed lot sizing applied
  • Stop-loss size $400 (above threshold) → Position size = 100 ÷ 400 = 0.25 lots

2.6 Geolinear Money Management System (GMMS)

GMMS is a hybrid system that combines fixed sizing (linear) and dynamic sizing (geometric) in a layered structure. It minimizes the asymmetry effect while capturing the advantages of compounding.

Two-Tier Structure:

Tier 1 — Lower Tier: Fixed Sizing

  • For a designated number of trades (e.g., 20–30 trades), all trades are executed using fixed sizing
  • Eliminates the asymmetry effect, preserving the opportunity to recover profitability during drawdown periods
  • Linear expectancy applies within this tier, so a positive-expectancy system reliably generates profits

Tier 2 — Upper Tier: Recalculated Fixed Sizing

  • Once the designated number of trades in Tier 1 is completed, trade size is recalculated based on the current capital
  • A new fixed size is established and Tier 1 begins again
  • This process applies discrete compounding

Advantages of GMMS:

AspectPure Dynamic SizingGMMS
Asymmetry EffectActs on every tradeActs only at recalculation points
Compounding EffectContinuous (bidirectional)Discrete (primarily growth-oriented)
Drawdown RecoveryDifficultRelatively easier
Execution ComplexityCalculation required per tradeOnly at recalculation intervals

WCS Principle (Worst Case Scenario):

  • When designing GMMS, always assume the worst-case scenario
  • Set the fixed size so that the system survives even if the maximum consecutive losing streak occurs within a single Tier 1 cycle
  • Example: Assume a maximum of 10 consecutive losses within a 20-trade cycle, and set position size so that at least 80% of account equity is preserved after those 10 losses

Practical Application: The GMMS recalculation interval depends on your trading frequency. Day traders typically recalculate weekly, while swing traders recalculate monthly. When capital has decreased at the recalculation point, position sizes must be reduced accordingly — this is the core of risk control through the "quasi-dynamic" effect.

2.7 The Ease of Recovery Problem

The Structural Trap of Multi-Timeframe Trading:

Trading across multiple timeframes simultaneously (e.g., 15-minute + 4-hour + daily) appears to offer diversification, but from a money management perspective, it creates serious structural problems.

  • Asymmetric Recovery Structure: To offset short-term trading losses with long-term trading profits, the long-term trades must capture price moves 5× larger or more relative to the short-term trades
  • Frequency Imbalance: Short-term loss frequency > Long-term profit frequency → Losses accumulate first
  • The Averaging Trap: Average loss rate > Average profit rate, causing gradual account erosion

Mechanism Behind This Problem:

15-min trades: 5 trades per day possible, average R = 20 pips
Daily trades: 1 trade per week possible, average R = 100 pips

3 losses on 15-min (-1R each) → Need 1 daily win (+1R) to offset
→ Daily R is 5× the 15-min R → Appears offsettable
→ But daily trade frequency is far lower → Timing mismatch occurs
→ Result: Short-term losses accumulate first, eroding the account

Solutions:

  1. Trade within a single timeframe: Choose one timeframe and apply consistent sizing within it

  2. EOR Testing via the Median Method:

    • Compare the median trade results for each timeframe
    • Measure ease of recovery using the ratio of median loss to median profit
    • The EOR (Ease of Recovery) ratio must be 1.0 or above for sustainability
  3. If you must use multiple timeframes:

    • Assign an independent capital pool to each timeframe
    • Prohibit capital transfers between pools
    • Manage the geometric expectancy of each pool independently

3. Verification Methods

3.1 Verifying the Asymmetry Effect

Step-by-Step Verification Process:

  1. Generate a trade series with equal numbers of wins and losses at the same R/r ratio
  2. Calculate the return ratio: (1 + %R)^W × (1 - %r)^L
  3. Check whether the final result is below 1.0 (below 1.0 = capital loss)
  4. Gradually increase the risk percentage and observe how the asymmetry effect accelerates

Verification Table:

%RiskReward RatioRisk RatioReturn Ratio (10W 10L)Capital Change
1%1.020.991.001+0.1%
5%1.100.950.983-1.7%
10%1.200.900.928-7.2%
20%1.400.800.742-25.8%

This table demonstrates how dramatically the asymmetry effect escalates as the risk percentage increases, even with R/r = 2:1 and an equal number of wins and losses.

3.2 Verifying Geometric Expectancy Calculations

Linear Expectancy:

E_linear = (Average Win × Win Rate) - (Average Loss × Loss Rate)

Geometric Expectancy:

E_geometric = (Return Ratio)^(1/Total Trades) - 1

Verification Method: Calculate both expectancies for the same backtest results and compare the difference. The larger the divergence, the more caution is required when applying dynamic sizing.

3.3 Reverse-Engineering the Minimum Win Rate

Applying the Formula:

Required_Wins = -Losses × (ln(Risk Ratio) / ln(Reward Ratio))
Min_Win_Rate = Required_Wins / (Required_Wins + Losses) × 100%

Verification Checkpoints:

  • Confirm that your strategy's actual win rate is sufficiently above the calculated minimum win rate
  • Safety Margin: Maintaining a buffer of at least 5–10 percentage points above the minimum win rate is recommended
  • If the actual win rate approaches the minimum, either reduce the risk percentage or increase the R/r ratio

4. Common Mistakes and Pitfalls

4.1 The Blind Spot of Increasing Trade Size

  • Mistake: "The strategy is profitable, so increasing trade size will generate more profit" — simplistic thinking
  • Reality: Under dynamic sizing, increasing the risk percentage can actually reduce geometric expectancy, and beyond a certain threshold, positive expectancy flips to negative
  • Solution: Calculate the optimal risk percentage using the geometric expectancy formula and never exceed 50% of the optimal value (the Half-Kelly principle)

4.2 The Fixed R/r Ratio Trap

  • Mistake: Applying an identical fixed R/r ratio to every trade (e.g., always 2:1)
  • Problem: Becomes trapped in an expectancy box where win rate is the only variable; unable to adapt to changing market conditions
  • Solution: Introduce stochastic exit mechanisms; combine trailing stops with structural exits

4.3 The Danger of Multi-Timeframe Trading

  • Mistake: Trading across multiple timeframes simultaneously under the guise of "diversification"
  • Problem: High-frequency losses from short-term trades structurally overwhelm low-frequency profits from longer-term trades
  • Solution: Concentrate on a single timeframe, or operate independent capital pools per timeframe and conduct EOR testing

4.4 Overconfidence in Compounding

  • Mistake: Emphasizing the "magic of compounding" and blindly applying dynamic sizing
  • Reality: Compounding works bidirectionally — on losses as well as gains. Due to the asymmetry effect, loss acceleration can outpace profit acceleration
  • Solution: Use hybrid approaches like GMMS to selectively capture only the positive aspects of compounding

4.5 The Backtest-to-Live Divergence

  • Mistake: Verifying only linear expectancy in backtests, then applying dynamic sizing in live trading
  • Problem: Significant divergence between the linear equity curve of the backtest and the geometric equity curve of live execution
  • Solution: Always include dynamic sizing simulations in backtests and evaluate using geometric expectancy

5. Practical Application Tips

5.1 System Design Steps

Step 1: Backtest Analysis

Average Stop-Loss Size = Σ(Each Trade's Stop-Loss Size) / Total Trades
Standard Deviation = √(Σ(Stop-Loss Size - Average)² / Total Trades)
Threshold = Average Stop-Loss Size + (2 × Standard Deviation)

A minimum sample of 100 trades is needed to produce statistically meaningful figures. For cryptocurrency markets, segmenting the analysis by market regime (bull/bear/range) yields more accurate results.

Step 2: Proportional Sizing Configuration

  • Adjust so that 90–95% of trades fall below the threshold
  • Trades exceeding the threshold automatically reduce position size to cap risk at 1%
  • Building a real-time calculation environment using spreadsheets or automation tools minimizes execution errors

Step 3: GMMS Implementation

  • Execute 20–30 trades using fixed sizing (adjust based on trading frequency)
  • After completing the cycle, recalculate trade size based on current capital
  • If capital has decreased at the recalculation point, position sizes must be reduced

5.2 Real-Time Monitoring

Key Monitoring Metrics:

MetricMeasurement FrequencyAlert Threshold
Geometric ExpectancyEvery 50 tradesFalls below 1.0
Actual Win Rate vs. Minimum Win RateWeeklyLess than Minimum Win Rate + 5pp
Current DrawdownDailyReaches 70% of maximum allowable drawdown
Average Loss Rate / Average Profit RateMonthlyRatio exceeds 1.0
Consecutive Losing StreakEvery tradeReaches 70% of WCS assumption

5.3 Risk Management Protocol

Daily Checklist:

  1. Does the current position size match the calculated optimal size?
  2. Is total risk exposure (all open positions combined) within the defined limit (typically 5–6% of total capital)?
  3. Has the maximum daily loss limit been set for today?
  4. Has the drawdown remained within the allowable threshold?

Monthly Review:

  1. Recalculate geometric expectancy and verify the trend
  2. Update the minimum win rate (reflecting changes in market volatility)
  3. Readjust the proportional sizing threshold (based on the most recent 100 trades)
  4. Review whether the GMMS recalculation interval remains appropriate
  5. Compare overall money management system performance against expectations

5.4 Optimization Strategies

Dynamic Adjustments:

  • Volatility-Based Risk Adjustment: When ATR exceeds 1.5× its normal level, reduce the risk percentage by 50%
  • Win Rate-Based R/r Adjustment: If the win rate over the last 50 trades is trending downward, raise the R/r target or reduce trading frequency
  • Drawdown-Based Position Reduction: At 50% of maximum drawdown, cut position size in half; at 70%, halt trading and review the system

Portfolio Level:

  • When operating multiple strategies, analyze inter-strategy correlation and avoid concentrating capital in highly correlated strategies simultaneously
  • Calculate the portfolio's geometric expectancy from the combined equity curve rather than summing individual strategy geometric expectancies
  • Reduce capital allocation to underperforming strategies and reallocate to outperforming ones, executing these changes in alignment with the GMMS recalculation cycle

5.5 Integration with Other Indicators and Tools

  • ATR (Average True Range): Used for setting stop-loss sizes and calculating proportional sizing thresholds. ATR-based stops adapt to market volatility, which also helps mitigate the expectancy box problem.
  • Bollinger Bands: Can identify volatility expansion/contraction phases, providing a basis for dynamically adjusting the risk percentage.
  • RSI / Stochastic Oscillator: Win rates may differ when entering during overbought/oversold conditions. Calculating geometric expectancy separately for each condition enables more precise sizing.

Understanding and applying advanced money management systems is the essential component for achieving sustainable trading performance — going far beyond technical analysis alone. Balancing the power of compounding against the asymmetry effect is the key to successful trading. This requires both a deep understanding of the underlying mathematics and the systematic application of practical tools such as GMMS, proportional sizing, and stochastic exit mechanisms.

Related Concepts

ChartMentor

이 개념을 포함한 30일 코스

Ease of Recovery (EOR) Problem 포함 · 핵심 개념을 순서대로 익히고 실전 차트에 적용해보세요.

chartmentor.co.kr/briefguard

What if BG analyzes this pattern?

See how 'Ease of Recovery (EOR) Problem' is detected on real charts with BriefGuard analysis.

See Real Analysis