- Does martingale actually work?
- The mathematics is correct under unlimited capital, which is why it produces long stretches of reliable gains. Under finite capital the expected outcome is ruin, because the required position size grows geometrically while the account does not. The strategy works every time until the sequence outlasts the balance, and then it takes all of it.
- How do I tell if an EA uses martingale?
- Look at the inputs for a multiplier, recovery factor or lot progression with a default above 1.0, usually beside a maximum levels cap and often with no stop-loss. In the Strategy Tester's trade list, volume rising through a losing run and resetting after a win is conclusive regardless of what the description says.
- Is a soft martingale with a 1.3 multiplier safer?
- It survives a longer run before failing, which is a real difference, but the shape is unchanged: size still grows geometrically and the loss still lands in one sequence. It buys length, not a different outcome, and it is best evaluated by the size of the capped sequence rather than by the multiplier.
- Do any EAs on mt5depot use martingale?
- No. Every listing here states its position handling explicitly — one position per leg, fixed lot, fixed stop and target, no grid, no martingale and no averaging down — and publishes its worst losing streak next to its drawdown so the two can be read together.