An anti-Martingale strategy increases position risk after gains and reduces or resets it after losses, creating path-dependent exposure without guaranteeing an edge.
An anti-Martingale strategy is a position-sizing rule that increases exposure after gains and reduces or resets exposure after losses. It is the directional opposite of a Martingale Strategy, which increases exposure after losses in an attempt to recover them.
Anti-Martingale sizing can limit the amount risked immediately after a loss, but it does not create a profitable trading signal. Results still depend on entry and exit rules, market path, transaction costs, leverage, liquidity, and the size limits built into the strategy.
A simple version starts with base risk (R_0), multiplies it after each consecutive winning trade, and resets after a loss:
where:
After a loss, the rule may reset (w_n) to zero, reduce it by one step, or apply another pre-defined schedule. Those choices materially change drawdown and return behavior.
Assume a trader begins with a $10,000 account, risks $100 on the first trade, doubles the next risk after each win, caps risk at $400, and resets to $100 after any loss. For simplicity, each win earns the amount risked and each loss loses the amount risked.
| Trade | Starting risk | Result | Profit or loss | Next risk |
|---|---|---|---|---|
| 1 | $100 | Win | +$100 | $200 |
| 2 | $200 | Win | +$200 | $400 |
| 3 | $400 | Loss | -$400 | $100 |
| 4 | $100 | Win | +$100 | $200 |
After four trades, the net result is $0 before commissions, spreads, slippage, financing, and taxes. The trader won three of four trades but did not make money because the largest position occurred on the loss.
This example does not show that anti-Martingale sizing always fails. It shows why win rate alone is inadequate: the order of wins and losses and the size attached to each outcome drive the result.
| Method | Response after a loss | Response after a win | Primary risk |
|---|---|---|---|
| Anti-Martingale | Reduce or reset exposure | Increase exposure | A larger late loss can erase a winning sequence |
| Martingale | Increase exposure | Reset or reduce exposure | Loss streak can cause explosive capital and margin demand |
| Fixed dollar | Keep dollar risk constant | Keep dollar risk constant | Risk percentage changes as account equity changes |
| Fixed fractional | Recalculate a fixed percentage of equity | Recalculate a fixed percentage of equity | Exposure still compounds with equity and volatility |
| Signal-based sizing | Size from forecast, volatility, or portfolio risk | Depends on signal and limits | Model error and unstable correlations |
An anti-Martingale rule can be combined with other methods. For example, a strategy might increase a position only after both a profitable move and a fresh signal, while still capping total portfolio risk.
Two sequences with the same number of wins and losses can produce different results because different amounts are attached to each trade. Transaction costs can widen the difference, especially if the rule requires frequent resizing.
Exposure may also rise when recent performance has already increased confidence and market risk. If volatility expands, doubling units can more than double dollar risk. A robust implementation therefore sizes from the actual stop distance or estimated loss distribution rather than counting units alone.
Backtest the complete strategy, not the sizing rule in isolation. Specify the signal, entry, exit, initial risk, multiplier, maximum risk, reset trigger, stop logic, maximum open exposure, and treatment of overlapping positions.
Then evaluate net returns alongside maximum drawdown, worst loss sequence, risk of forced liquidation, turnover, slippage, financing, and out-of-sample performance. Stress tests should include gaps, volatility spikes, correlated losses, and execution at worse-than-expected prices.
Investor.gov’s day-trading overview and FINRA’s day-trading risk overview provide broader warnings about active-trading losses, costs, and capital risk. They do not validate or endorse anti-Martingale sizing.
This article explains a trading concept and does not recommend a strategy, security, leverage level, or position size. A sizing rule should be evaluated against the user’s own documented risk limits and applicable account constraints.