Homeใ€€>ใ€€EA & MT5 Knowledge Baseใ€€>ใ€€Handling Drawdown

DrawdownRisk ManagementBeginner

Handling Drawdown โ€” Surviving Losing Streaks and Staying in the Game

Last updated: 2026-05-20 | Estimated reading time: 12 min

No matter how good an EA is, drawdowns โ€” temporary declines in account equity โ€” are unavoidable. Many traders who fail with EAs don't have a flawed strategy; they simply can't endure the drawdown and shut the EA down at the worst possible moment. This article explains how to deal with drawdowns in a rational, disciplined way.

What Is Drawdown?

Drawdown (DD) is the decline in account balance from a recent peak. For example, if your balance drops from ยฅ100,000 to ยฅ80,000, your drawdown is 20%.

Drawdown is not a sign that an EA is broken โ€” it is an unavoidable cost of generating profits in the market. Even a positive-edge EA doesn't produce wins and losses in a tidy alternating sequence; there will always be periods where losses cluster into a streak. What matters is whether you can experience that period as something "within expectations."

The maximum drawdown in a backtest is simply the worst figure seen in historical data. In live trading, assume that drawdowns exceeding that level are possible.

Recovery Requires More Gain Than the Loss Itself

One thing people often overlook about drawdown is that the percentage lost and the percentage needed to recover are not equal. To restore an account that has dropped 20%, you don't need 20% โ€” you need 25%.

The deeper the drawdown, the more sharply this gap widens. That's why a severe drawdown can't be brushed off with "it'll come back eventually." Keeping drawdowns shallow in the first place is the most important form of money management.

DrawdownGain needed to recover
10%~11%
20%25%
30%~43%
50%100%
70%~233%
Recovering from a 50% drawdown requires doubling your account. This illustrates just how critical it is to keep drawdowns shallow.

What Not to Do During a Losing Streak

โœ—

Increase lot size to "win it back"

Raising your lot size during a losing streak is the surest way to destroy an account. Increasing risk when losses are already piling up can turn a drawdown into a fatal wound.

โœ—

Change EA parameters mid-operation

Making changes during a drawdown invalidates all the data from your validation period up to that point. If you want to make changes, stop the EA first and redo the backtesting and forward testing from scratch.

โœ—

Stop the EA at the worst possible moment

If you stop the EA at the bottom of a drawdown, you'll miss the subsequent recovery. Only stop based on pre-defined rules โ€” not emotion.

โœ—

Constantly switching to another "promising EA"

If you switch EAs every time one draws down, you end up experiencing only the worst period of each EA in sequence. Once you've validated and adopted an EA, stick with it for the predetermined period.

How to Distinguish a Normal DD from an Abnormal One

Not every drawdown calls for alarm. The key question is whether it is "within expectations" or "beyond expectations."

If the drawdown is within the range of the maximum DD seen in your backtest or forward test, it is a normal fluctuation. On the other hand, if it significantly exceeds the historical maximum, or if the trade behavior is clearly different from the backtest, you should suspect a change in market conditions or an EA malfunction.

ConditionAssessment
DD within BT maxNormal. Continue โ€” this is an expected fluctuation.
DD is 1.0โ€“1.5ร— BT maxWatch closely. Keep records and continue with caution.
DD exceeds 1.5ร— BT maxInvestigate. Switch to demo and find the cause.
Trade behavior clearly differs from BTAbnormal. Stop the EA and check for malfunctions.

How to Set a Stop-Trading Line

To avoid making emotional decisions during a drawdown, set a specific numeric threshold before you start operating โ€” "if it drops this far, I stop" โ€” and write it down. Having this rule in place means no second-guessing when the moment comes.

A common guideline is to set the stop line at roughly 1.5ร— the maximum drawdown from your backtest. Many EAs include parameters like MaxMonthlyDD (automatic stop when monthly DD % exceeds a threshold) that can automate this for you.

1

Set the stop line as a specific number

Decide before you start: "Stop if relative DD reaches X%." Write it down and commit to it.

2

Configure automatic stop parameters

Enable EA-side safety features such as DailyLossLimitPct and MaxMonthlyDD.

3

Investigate before resuming after a stop

After stopping, don't restart on emotion. Confirm the cause through walk-forward or forward testing before making any decision.

Setting a stop line is not giving up on an EA. Precisely because you have a rule that says "step back if things deteriorate beyond expectations," you can calmly endure a drawdown that is within expectations.

๐Ÿ’ฐ Money Management to Keep Drawdowns Shallow

Money management is your best weapon against deep drawdowns. Review the basics of risk % and lot calculation.

Read Risk & Money Management โ†’

Frequently Asked Questions

Q: Should I stop the EA when a drawdown occurs?

If the drawdown is within the range of the maximum DD from your backtest or forward test, there is no need to stop. That is a normal, expected fluctuation. Only stop if the drawdown significantly exceeds the historical maximum, or if the trade behavior is clearly different from the backtest.

Q: Why does recovering from a 20% loss require a 25% gain?

Because the reduced balance becomes the new baseline for calculation. A 20% drop from ยฅ100,000 gives you ยฅ80,000. To get back to ยฅ100,000, you need ยฅ20,000 โ€” which is 25% of ยฅ80,000. The deeper the drop, the more sharply this gap widens.

Q: Is it a good idea to reduce lot size during a losing streak?

If you're using automatic risk % (compounding), lot size already decreases automatically as your balance drops โ€” no manual intervention needed. The one thing to absolutely avoid is raising lot size during a losing streak to win back losses; that's the fastest way to destroy an account.

Q: Where should I set my stop-trading line?

A common guideline is approximately 1.5ร— the maximum drawdown from your backtest. For example, if BT max DD is 20%, set your stop line at a relative DD of 30%. Decide on the number before you start trading, and automate it using parameters like MaxMonthlyDD to remove any temptation to second-guess.

Q: Can drawdown be eliminated entirely?

No. Drawdown is an unavoidable cost of generating profits in the market. You can't eliminate it, but you can keep it shallow through good money management (low risk %) combined with a portfolio of low-correlation EAs.