
Martingale and Grid EAs on Prop Firm Accounts: Why the Curve Lies
Key takeaways
- Martingale and grid do not reduce risk, they postpone it by increasing position size the more wrong the account already is.
- Many prop firms measure drawdown on equity, so a floating loss counts against you in real time even if the basket is never closed.
- Risk desks detect these EAs from lot progression and correlated open positions, not from the name of the software you bought.
- Many rulebooks catch the behaviour through exposure caps, consistency rules and catch-all clauses even when the word martingale never appears.
- A risk managed EA fixes position size and lets the loss float, a martingale fixes the loss it is willing to accept and lets size float.
- If the pattern is already in your trade history, deal with it before you request a payout rather than after.
Martingale and grid are loss deferral, not risk management
A martingale EA answers a losing trade by opening a larger one in the same direction, usually double the previous size, so a single winner clears the whole string. A grid EA does the same with geometry: orders at fixed intervals, adding exposure every time price moves against the open basket. Many robots combine both, and that combination fails fastest.
Both share the one property that matters to a prop firm: risk per idea is not fixed. It is a function of how wrong the system already is, so the more wrong it gets, the more it bets. That is the exact inverse of what a funded account rulebook enforces.
It is also why the screenshots look so good. The curve is a staircase of small wins with almost nothing in between, because losses are not realised, they are held open and averaged. Floating drawdown never shows up in a win rate. It shows up once, at the end.
- Averaging down, recovery mode and smart re-entry are the same mechanic wearing nicer names.
- The win rate stays high because the strategy refuses to book losers, not because it is right more often.
Prop firm math runs in the opposite direction
An evaluation is not a profit contest. It is a survival contest with a profit condition attached. Firms typically pair a profit target with a daily loss limit and a maximum drawdown, and the drawdown rule tends to end the account first. Many firms measure that drawdown on equity rather than closed balance, so an unrealised loss counts against you at its worst tick.
That detail is fatal for grid and martingale. The strategy's premise is that the open loss is temporary. The rulebook's premise is that it is real, right now. Which is correct over a long horizon does not matter: the account is judged against the rule, not the outcome. If the distinction is still fuzzy, read [daily loss versus max drawdown](/blog/daily-loss-vs-max-drawdown) first.
There is a second collision, and it arrives later. Many firms enforce a consistency or best day condition, and a martingale run produces the exact profile those rules filter for: a long tail of tiny wins and one outlier close worth many multiples of the average. An account can survive the drawdown rule and still stall at payout review. Terms vary between firms and get revised often, so check your own rulebook.
The doubling ladder, in numbers
The arithmetic is worth doing once by hand, because the shape is not intuitive. A ladder that opens at 0.10 lots and doubles on each adverse move is at 0.80 lots by the fourth entry and 6.40 by the seventh, with the basket carrying 12.70 lots. Two rungs later the newest order alone is 25.60 lots. One trending session that does not retrace is enough to get there.
The second half of the arithmetic is the part traders miss. A doubling ladder stays alive until it runs out of margin, and on a retail broker account margin is usually the binding constraint. On a prop account it is not. The drawdown rule bites long before a margin call would, so the firm stops the sequence while your own account would still have room. Traders who ran the same EA profitably outside a prop firm are not imagining it. They were playing under a constraint that let the recovery finish.
- Entry 1: 0.10 lots. Entry 4: 0.80. Entry 7: 6.40. Entry 9: 25.60.
- Each rung needs a smaller reversal to break even, and enlarges the loss if the reversal never comes.
How prop firms actually detect martingale and grid
Risk teams are not watching your chart. The practical method is a pattern query against trade history, and martingale is one of the easier signatures to query for: the evidence sits in the volume column of every ticket you opened.
None of these checks require the firm to identify your software. The behaviour is the fingerprint, so renaming the file or changing the magic number achieves nothing. A discretionary trader almost never scales into a loser at exactly double the previous size, on the same symbol, minutes apart. We covered the wider mechanics in [how prop firms detect rule violations](/blog/how-prop-firms-detect-rule-violations). Automation itself is not the issue: many firms permit expert advisors, and those that do are policing behaviour rather than tooling, as [are trading bots allowed on prop firms](/blog/are-trading-bots-allowed-prop-firms) explains.
- Lot progression: consecutive positions on one instrument and side, volume rising after each losing entry.
- Correlated basket: several positions on one pair, in a tight price band, same direction.
- Equity sitting below balance for long stretches, then snapping back in a single close.
- No stop loss, or one too wide to be reached before the drawdown limit is.
- Profit arriving as one simultaneous basket close rather than trade by trade.
The clauses that catch these EAs even when the word never appears
Many firms never write the word martingale into their terms. That does not make it safe. The prohibition is spread across clauses that catch the behaviour indirectly, and any one is enough.
The catch-all is the one traders discover late, because it is invoked at payout rather than at breach. An account can pass, trade for weeks, and only meet the clause when a withdrawal request triggers a manual read of the history. The money was never at risk in the market, it was at risk of never being approved. [Why prop firms deny payouts](/blog/why-prop-firms-deny-payouts) walks through that review.
Firms revise these documents often, so a clause that did not exist when you bought the robot may exist by the time you ask for the money. Ask a vendor how fast the software is updated when a firm changes a rule, and treat a vague answer as the answer.
- Prohibited strategy language about gambling, reckless exposure or reliance on leverage rather than an edge.
- Maximum lot size or exposure per instrument, which a doubling ladder breaches within a few entries.
- Consistency or best day rules, which punish the single outlier close that paid for everything.
- Risk clauses requiring a stop loss on every open position.
- Catch-all clauses letting the firm void trades or decline a payout for unsustainable risk.
How to audit an EA before it touches an evaluation
Most vendors will not tell you their robot martingales. Some do not think of it that way: internally it is called grid recovery, smart averaging, or a hedged basket. You do not need their answer. You can establish it yourself in an afternoon.
Test the settings file the vendor actually recommends, not a default preset. Recovery logic is often shipped switched off and enabled by the aggressive or challenge set, which is the one people reach for when an evaluation clock is short. Treat the tester as a floor, not a verdict: it shows the worst sequence inside the data you gave it, not the one that will end the account.
- Run it in the strategy tester over the most violent period you can find and watch the volume column, not the profit line.
- Read maximum floating drawdown, not closed drawdown. The gap between them is the number your firm acts on.
- Ask for a hard stop loss on every entry. If stops break the recovery logic, you have your answer.
- Search the settings file for inputs named multiplier, recovery, martingale factor, grid step or lot increment.
- Ask for a live public track record. A tester curve costs nothing and proves nothing about the tail.
What a risk managed EA does instead
The difference between an EA that manages risk and an EA that hides losses is not sophistication. It is which variable is allowed to move.
In a martingale, position size is the free variable and the loss is the constant that is never accepted. In a risk managed system it is reversed: the loss is accepted trade by trade, and size comes from a fixed fraction of the account and the distance to the stop. A losing streak makes the next position smaller, because the account itself got smaller. That is the logic behind [the half percent rule](/blog/position-sizing-half-percent-rule).
A system built for prop accounts has to go further, because the firm's limits are not your own risk model. It has to know the daily loss limit, the maximum drawdown, and how the firm measures each, then stand the strategy down before a boundary is reached, not after. That is the job PraxAI GUARD does, reading the rules in real time while the strategy trades. PraxAI FUNDED takes over in the funded phase.
The two engines exist because passing and keeping are different games. Most bots pass challenges, the easier half. Only 1 to 3% of funded traders keep the account long term, and a doubling ladder is a reliable way to end up outside that group.
If you are already running one on a funded account
If you recognised your own robot above and the account is currently funded, treat it as a live incident rather than a research project. The order of operations matters, because the worst moment to decide is in the middle of an open sequence.
Sequence matters more than speed. Closing a large ladder at the wrong moment can realise more in one click than the daily loss limit leaves room for, turning a survivable problem into a breach you caused yourself. Check how much of today's allowance is already spent, size the exit against what is left, and close in parts across sessions if the basket is too big to clear at once.
- Close the averaged basket rather than adding to it, while you still choose the size of the loss.
- Disable the EA between sessions, not during an open ladder.
- Export the trade history and read it as a risk analyst would, looking for volume increases after losses.
- If the pattern is in the record, talk to the firm's support before requesting a payout, not after it is declined.
The rulebook decides, not the strategy name
There is no version of martingale that sits comfortably inside an equity based drawdown limit. Cap the ladder and put a hard stop on the whole basket and you have removed the mechanism that made the curve look smooth, keeping only the exposure that made it dangerous. It is not a tuning problem, it is a category problem.
The workable path is the boring one: fixed fractional sizing, a stop on every position, a hard cutoff before the firm's own limits, and a strategy that books its losers instead of storing them. Repeated evaluations are what make the alternative expensive: the average trader spends $2,400 or more a year on repeat challenges. [Why funded traders lose the account](/blog/why-funded-traders-lose-the-account) covers the wider pattern.
PraxAI is built around that constraint rather than against it. The drawdown lock lives in the code and stands the system down before it reaches the firm's daily limit, and every result shown is published on a live, public Myfxbook. None of that says what your account will do. It says how the software is allowed to behave, which is the only part anyone can honestly promise. Bots do not die in the challenge. They die in the rulebook.
Frequently asked questions
Are martingale EAs allowed on prop firm accounts?
Some firms ban them by name and many others ban them in effect, through exposure caps, mandatory stop losses, consistency rules or catch-all clauses about reckless risk. Even where no clause names the strategy, an equity based drawdown limit usually ends the account before the recovery logic completes. Read your firm's current rulebook rather than a copy from last year, because these documents are revised often.
How do prop firms know I am using a martingale bot?
Risk teams typically query the trade history for lot progression, which is increasing volume on consecutive losing entries in the same instrument and direction. They also look for several correlated positions opened inside a narrow price band, a long gap between the equity and balance curves, and profit that arrives as one simultaneous basket close. None of that requires the firm to know which software you installed.
Is grid trading the same as martingale?
They are not identical but they fail the same way. Martingale increases size after a loss, while a grid adds new positions at fixed price intervals as the market moves against the basket. Both let total exposure grow as the position gets more wrong, and that is the property prop firm drawdown rules are built to stop.
Can I use a martingale EA just to pass the challenge and then switch it off?
The trade history does not disappear when you switch the robot off. Payout reviews tend to be retrospective, so a ladder recorded during the evaluation can still surface when a withdrawal is requested, and consistency rules often flag the single outlier close that carried the run. Passing is the easy half of the problem, and passing in a way that survives review is the half that matters.
What counts as martingale in an EA's lot progression?
The signature is size that increases as a function of losing, rather than as a function of account equity. If the next order is bigger because the last one is underwater, it is martingale, whether the multiplier is aggressive or mild. Fixed fractional sizing does the opposite: the position gets smaller after a loss because the account balance it is derived from got smaller.
Does averaging down or hedging break prop firm rules?
It depends on the firm, and hedging in particular is treated very differently across rulebooks. The recurring problem is not the technique itself but the exposure it creates while the position is open, since many firms measure drawdown on equity in real time. Check whether your firm limits total exposure per instrument and whether it requires a stop loss on every position.
What should I run instead of a martingale EA on a prop account?
Look for a system with fixed fractional position sizing, a stop loss on every entry, and a hard cutoff that stops trading before the firm's daily loss and maximum drawdown limits are reached. Ask for a live public track record rather than a backtest, and confirm the software is updated when the firm changes a rule. That is the constraint PraxAI is built around: a drawdown lock in the code, PraxAI GUARD reading the rulebook in real time during the evaluation, and PraxAI FUNDED covering the funded account afterwards.
Want the bot that runs this discipline for you?