Risk of Ruin คืออะไร? It's the probability that your trading account hits a predefined "ruin" level (often a drawdown threshold or margin stop-out) before your strategy's edge can play out. You can estimate it roughly by combining win rate, payoff, and-most importantly-position sizing per trade to see how likely you are to "ล้างพอร์ต".
Practical Snapshot: What to remember
- Risk of Ruin is about the chance of hitting a failure threshold, not "how good" a strategy looks on average.
- Position size dominates: small changes in % risk per trade can change ruin probability dramatically.
- Edge without risk control can still blow up due to variance and losing streaks.
- Define "ruin" explicitly (e.g., -30%, -50%, margin call) before you try to คำนวณ Risk of Ruin.
- Use quick approximations for screening, then sanity-check with a small Monte Carlo sketch.
- Stop chasing a perfect เครื่องคำนวณ Risk of Ruin; focus on inputs you can trust (risk %, win rate range, R multiple distribution).
Common Misconceptions About Risk of Ruin
Myth 1: "If my backtest expectancy is positive, I can't go bust." A positive expectancy only describes the long-run average. Ruin happens in the short-to-medium run when variance and leverage push you into a forced stop (margin call) or a psychologically untradeable drawdown.
Myth 2: "Risk of Ruin is a single universal number." It depends on your definition of ruin (threshold), your bet sizing, and the distribution of outcomes. Two traders with the same strategy can have very different ruin risk if one risks 0.5% per trade and the other risks 5%.
Myth 3: "A เครื่องคำนวณ Risk of Ruin will give a precise answer." Most calculators assume simplified distributions (fixed win rate, fixed payoff, independent trades). If your strategy has regime shifts, fat tails, or correlated losses, treat outputs as a rough range, not a promise.
Defining Risk of Ruin: mathematical and intuitive views
- Intuitive: "What is the chance I hit my failure line before I recover?" The failure line might be a margin stop-out, a max drawdown rule, or a level where you stop trading.
- Operational: You pick a ruin threshold (e.g., equity drops to 60% of start) and a trade sizing rule (e.g., 1% risk per trade).
- Mechanics: A sequence of losses reduces equity; if your sizing is proportional, future losses are smaller in money terms but compounding still makes recovery harder after deep drawdowns.
- Path-dependent: Two equity curves can end with the same profit, but only one might survive the worst drawdown path.
- Forex-specific reality check: "Ruin" often arrives earlier than your chosen threshold because leverage and margin requirements can force liquidation.
Key drivers: position sizing, edge, variance, and drawdown
Risk of Ruin is most useful in these common scenarios (especially for บริหารความเสี่ยง เทรด Forex ไม่ล้างพอร์ต):
- Scaling up too early: Increasing lot size after a short winning period, before the strategy's variance is understood.
- High leverage + tight margin: You may "die" by margin rules even if the long-run edge is positive.
- Strategies with clustered losses: Trend-following and breakout systems can have long losing streaks; assuming independence understates risk.
- Martingale / averaging down: Position size grows as you lose, making ruin probability explode.
- Fixed-lot sizing on shrinking equity: The same lot becomes a larger % risk as equity falls, accelerating the drawdown spiral.
| Concept | What it answers | What it can miss |
|---|---|---|
| Expectancy | Average profit per trade over the long run | Path risk and survivability through losing streaks |
| Max drawdown (historical) | Worst observed peak-to-trough drop | Future tail events; depends on sample window |
| Risk of Ruin | Chance of hitting a failure threshold | Highly sensitive to assumptions about distribution and dependence |
Simple analytical estimates and formulas to approximate ruin probability
For a quick, practical approximation, many traders start with a simplified model: each trade is an independent Bernoulli outcome with fixed win probability and fixed win/loss size in "R" (reward-to-risk). This is not fully realistic, but it's useful for screening obviously dangerous sizing.
One simple formula (equal-sized wins/losses):
If each trade wins +1R with probability p and loses −1R with probability q = 1 − p, and you define ruin as losing N net losses (in R units) before reaching a far-away goal, a rough upper-bound style approximation often used for intuition is:
RoR ≈ (q / p)^N
- Pros (why it's useful):
- Fast mental math to detect "blow-up sizing" early.
- Shows the exponential effect of increasing N (more buffer) or improving p (edge).
- Easy to map N from your drawdown limit and risk per trade: N ≈ (ruin_drawdown%) / (risk% per trade) (only a rough mapping).
- Limits (where people get misled):
- Real payoff isn't fixed; R varies and tails matter.
- Trades are often dependent (news, volatility regimes), which increases streak risk.
- Forex margin and slippage can create "gap losses" larger than planned R.
If you want to คำนวณ Risk of Ruin with asymmetric payoff (average win ≠ average loss), use a calculator or a simulation-but treat the result as a range and stress-test the inputs (worse win rate, bigger loss tail).
Practical checks: quick Monte Carlo sketch and rule-of-thumb calculations

- Input overconfidence: Plugging a best-case win rate from a short backtest into a เครื่องคำนวณ Risk of Ruin. Prevent it by running at least three scenarios: optimistic / base / pessimistic.
- Ignoring streaks: Using only expectancy and forgetting that even good systems can see long losing runs. Prevent it by checking "max consecutive losses" in your sample and adding a buffer.
- Ruin threshold mismatch: Setting ruin at −80% while your broker margin call happens much earlier. Prevent it by defining ruin as the first level where you are forced to stop (rules or margin).
- Assuming fixed risk% but breaking it in practice: Revenge trading, widening stops, adding positions. Prevent it by precommitting to a maximum daily/weekly loss.
- Not modeling fat tails: News spikes, gaps, liquidity holes. Prevent it by adding a "shock loss" event in your mental model (e.g., occasional −2R to −5R outcomes) and seeing if your plan still survives.
Tactical risk controls that materially lower the chance of wiping out
Use these controls before you look for any คอร์สบริหารความเสี่ยงการเทรด; they are simple enough to implement immediately and directly reduce ruin probability.
- Hard cap on risk per trade: Keep risk per trade small and stable (percentage-of-equity sizing). Avoid fixed-lot sizing when equity changes.
- Max loss "circuit breakers":
- Daily stop (e.g., stop trading after X consecutive losses or Y% drawdown).
- Weekly stop (pause, review, reduce size).
- Leverage and margin buffer: Maintain a buffer so normal volatility doesn't trigger liquidation. If your "ruin" is margin call, your real risk is higher than your stop-loss math.
- Anti-martingale rule: Never increase risk because you are down. Scale up only after equity highs and only in small steps.
- Stress-test sizing: Recompute with worse inputs (lower p, lower payoff, larger loss tails). If it looks fragile, it is fragile.
Mini example (rough estimate): Suppose you risk 1% per trade and you define "ruin" as −30% equity. Then your buffer in "loss units" is roughly N ≈ 30. If your win rate is p = 0.55 (so q = 0.45) and outcomes are roughly symmetric (+1R/−1R), then:
RoR ≈ (0.45 / 0.55)^30
This won't be a precise real-world probability, but it immediately tells you directionally: increasing risk per trade (making N smaller) or having a lower p makes ruin risk rise exponentially.
Common Concerns and Short Answers
Is Risk of Ruin the same as max drawdown?
No. Max drawdown describes what happened in a sample; Risk of Ruin estimates the chance of hitting a failure level in the future under assumptions about your process.
What should I use as the "ruin" threshold in Forex?

Use the first level that forces you to stop: broker margin rules, your own max drawdown rule, or a level where you would realistically halt trading.
Can I trust a เครื่องคำนวณ Risk of Ruin from a website?
Use it for rough screening only. If it doesn't let you vary win rate, payoff distribution, and tail losses, treat the output as optimistic.
How do I quickly คำนวณ Risk of Ruin without coding?
Start with a rough buffer N ≈ drawdown_limit% / risk% per trade, then apply a simple approximation like (q/p)^N for symmetric outcomes as a sanity check.
Why does my strategy still "ล้างพอร์ต" even with a small edge?
Because variance plus excessive position sizing can push you into a margin event or deep drawdown before the edge materializes.
What is the fastest way to reduce ruin risk while keeping returns reasonable?
Reduce risk per trade and add a daily/weekly stop. Those two changes usually matter more than finding a slightly better entry.



