2026-03-18 · updated 2026-08-29 · 11 min read martingale

Martingale in Crypto: When It Works and When It Kills Your Account

short answer

Martingale doubles position size after each loss so one win recovers everything. It produces a long run of small wins followed by a single catastrophic loss, because required capital grows exponentially while account size does not. In leveraged crypto, liquidation usually arrives before the doubling sequence completes.

Martingale is seductive because the equity curve looks extraordinary right up until the moment it goes vertical downward. That shape is not bad luck — it is what the strategy is mathematically guaranteed to produce. This article covers the arithmetic, why crypto makes it worse than in the casino it came from, and the bounded variants that keep the useful part.

What is the martingale strategy?

Martingale comes from 18th-century gambling. On an even-money bet, double your stake after every loss. The first win recovers all previous losses plus one unit of profit.

The mathematics is sound in one narrow sense: given unlimited capital and no bet ceiling, the sequence wins eventually with probability 1. Both conditions are false everywhere they are applied.

In trading, the analogue is doubling position size after each losing trade, or adding progressively larger amounts to a losing position so the average entry improves and a smaller retrace returns you to break-even.

The arithmetic of exponential growth

Starting at 1 unit and doubling:

Loss #This tradeCumulative committed
111
347
51631
764127
105121,023
1516,38432,767

Ten consecutive losses require 1,023 units. If your base size is 1% of a $10,000 account, that is $102,300 of committed capital — ten times the account. The sequence does not fail because you were unlucky. It fails because it was always going to require more capital than exists.

Ten in a row is not rare

At a 50% win rate, ten consecutive losses have roughly a 1-in-1,024 chance per sequence. Over a few thousand trades it is close to inevitable. And crypto win rates are not independent coin flips — losses cluster, because a trending market produces consecutive losses for a mean-reversion system by construction. The real probability of a long streak is meaningfully higher than the naive calculation suggests.

Why crypto makes it worse

Leverage truncates the sequence. This is the decisive difference from the casino. In a casino a losing streak costs money. In leveraged perps it costs the position: each addition moves the liquidation price closer to spot, so the sequence terminates at liquidation rather than at recovery. You do not get to place the bet that would have won.

Trends persist. Martingale assumes mean reversion. Crypto trends for extended periods, and an extended one-way move is exactly the condition that produces the terminal streak. Traders who ran martingale successfully through a range and then met a sustained trend are the standard case.

Funding accumulates. A deepening position on the crowded side pays funding every interval on a growing notional. The bleed compounds alongside the drawdown. See the four kinds of liquidation.

The equity curve is deceptive. Months of small consistent wins read as a working strategy and invite size increases — right up to the sequence that ends it. The curve looks best immediately before it fails.

Martingale versus DCA — a distinction worth being precise about

These are conflated constantly and they are different in one decisive respect.

MartingaleStructured DCA
SizingExponential (2x each step)Fixed or mildly increasing
DepthUnbounded in principleFixed and known in advance
Total exposureUnknown until it endsComputable before entry
InvalidationOften noneDefined stop
Worst caseAccountBounded, known

The distinction is not the multiplier. It is whether the worst case is computable before you enter. Structured DCA with four rungs at 1.2x and a stop below the last one has a maximum loss you can state as a number. Martingale's maximum loss is whatever the streak turns out to be. How to structure a DCA ladder properly.

Bounded variants worth considering

The useful part of the idea — improving average entry when a level holds — survives if you remove the unbounded part.

Cap the depth. Three or four rungs, never more, decided before entry. If the level fails after the last rung, take the loss.

Use a sub-2x multiplier. 1.2x to 1.5x still improves the average entry meaningfully while growing exposure far more slowly. The full 2x is what makes the arithmetic explosive.

Keep a hard invalidation. A stop below the final rung, sized so that reaching it is a survivable loss. Non-negotiable — this is what converts martingale into a bounded strategy.

Compute total exposure first. Before entry, sum every rung and compute the liquidation price at full depth. If that number is uncomfortable, the base size is wrong.

Watch the venue minimum. On exchanges with a notional floor — Hyperliquid rejects reduce-only limits under about $10 — a laddered position's smallest legs can silently fail to place, leaving actual exposure different from configured exposure.

When averaging is defensible at all

Adding to a losing position is not automatically wrong. It is defensible when the thesis is explicitly range-bound, the instrument is liquid, leverage is low enough that full ladder depth stays far from liquidation, total exposure is computed in advance, and a genuine invalidation exists.

It is indefensible when used to avoid accepting a loss, when depth is decided in the moment, when the market is trending, or when the position is already the largest in the account.

The tell is simple and worth being honest about: if you cannot state your maximum loss as a number before entering, you are not running a strategy.

Configuring this safely

If you automate averaging, the parameters that bound it are the ladder depth, the size multiplier, the price step between rungs, and the stop below the final rung. TradeFloor exposes all four explicitly and computes total committed exposure and the liquidation price at full depth before the configuration can be saved — because the failure mode here is not a bad trade, it is a configuration whose worst case was never calculated.

Frequently asked questions

Does the martingale strategy work in crypto?

It works repeatedly and then fails once, terminally. Doubling after losses produces a long run of small wins because most streaks are short, but required capital doubles each step — ten consecutive losses need 1,023 units of base size. In leveraged perps liquidation usually arrives before the sequence can recover.

How many losses can a martingale strategy survive?

Fewer than most people assume, because capital requirements grow exponentially. At 1% base size on a $10,000 account, ten consecutive losses would require $102,300 — ten times the account. In leveraged trading the practical limit is lower still, since each addition moves the liquidation price closer and the sequence terminates there.

What is the difference between martingale and DCA?

Martingale sizes exponentially with no predetermined depth, so total exposure is unknown until the sequence ends. Structured DCA uses fixed or mildly increasing sizing with a depth decided in advance and a stop below the last rung, so maximum loss is computable before entry. The distinction is whether the worst case is a number you can state.

Is martingale ever safe to use?

Only in a bounded form that is no longer really martingale: three or four rungs decided in advance, a multiplier of 1.2x–1.5x rather than 2x, a hard stop below the final rung, and total exposure plus liquidation price at full depth computed before entry. The unbounded version is not survivable in leveraged markets.

Why does my martingale bot show consistent profits?

Because most losing streaks are short, so the strategy wins its way through them and the equity curve looks excellent — right up to the streak that does not end. The curve looks best immediately before it fails, which is exactly when traders tend to increase size. Judge it by maximum committed exposure, not by the curve.

What market conditions kill a martingale strategy?

Sustained one-way trends. Martingale implicitly assumes mean reversion, so an extended directional move produces the consecutive losses that end the sequence. Traders who run it successfully through a range and then meet a persistent trend are the standard failure case.

// questions or corrections · [email protected] · more essays · /blog