EAs & auto trading beginner 10 min read

EA vs Manual Trading: The Difference Is Whether You Can Sit Still

Comparing an EA against discretionary trading usually turns into an argument about judgement. Replaying 9,702 published trades under the stop rules a human would actually use gives a sharper answer: switching off after three losses in a row would have cost 93% of the catalogue's result.

Published · Reviewed

The usual version of this comparison is about judgement: a person reads context, an expert advisor reads a rule set. That framing is not wrong, but it is not measurable, and it hides the difference that actually decides outcomes. An EA follows its rules through a losing run. A person decides, in the middle of that run, whether the rules still apply.

We can measure the second half of that sentence on our own data.

Lead card comparing EA and manual trading, showing that a three-consecutive-loss stop rule halts 13 of 14 published backtest records

But it depends on:

  • Which rule you intervene by. A 3-loss rule stops 13 of 14 EAs. A 10% drawdown rule stops 1.
  • When the losing run arrives. Four EAs are switched off while still in a loss, before their edge ever appears.
  • What you are actually optimising. Sitting through a 775-day flat stretch is a cost, not a virtue, if you needed that capital.
  • Whether the two are even separable. Most people who “trade manually” also run something automated, and the failure mode is the interaction between them.

Each of those is tested against our own data below.

What the data shows: the price of switching off

Every EA published here ships its full closed-trade list. Replaying those lists in order and applying a stop rule — switching off for good the moment the rule fires, because someone who quits after a bad run rarely restarts at the bottom — gives the cost of each intervention style.

Stop ruleEAs switched offLeft sitting in a lossResult given upMedian per EA
After 3 consecutive losses13 of 14476,844.383,376.31
After 5 consecutive losses7 of 14363,717.061,713.32
After 8 consecutive losses7 of 14255,615.69596.26
Equity 5% below its peak10 of 14468,346.362,855.88
Equity 10% below its peak1 of 14027,532.120
Test conditions
Experiment IDEXP-INTERVENTION-COST-001
MT5 build6090
EnvironmentReplay of published closed-trade lists, 10,000 start balance per EA
Symbol / timeframeOne symbol and timeframe per EA
Period2019-01-01 – 2026-08-09, per-EA windows vary
ModelEvery tick generated from M1 bars (12 EAs); every tick based on real ticks (2 EAs)
Last verified2026-08-14

The replay script and the per-EA rows are stored with experiment EXP-INTERVENTION-COST-001, so every line above can be recomputed from the same published trade lists. How we test covers the gate those records passed before they were listed.

Two things in that table matter more than the totals.

A tight stop rule fires early, not at the bottom. Under the 5-loss rule, Iridescence is switched off on 2019-01-14 — two weeks into a record that goes on to produce 9,403.46 — and the replay ends at -3.12. Lattice Weave stops on 2019-07-23 with 5.73 instead of 10,280.42. Tessera ends at -214.58 instead of 3,212.05. The losing streak that triggers the decision usually arrives before the edge has had room to show up at all.

A loose rule barely fires. The 10% drawdown rule stops exactly one EA — Cairn, whose published maximum drawdown is -14.52% — and leaves the other thirteen records untouched. That is the difference between a threshold picked from a record and one picked because the number felt safe.

Seven of the fourteen (Ballast, Beacon, Lanternfish, Orrery, Peregrine, Windrose and Zerqon) never hit five consecutive losses at all, and run to the end of their records under every streak rule tested. Whether an intervention rule costs you anything depends on which EA you attached it to — which is an argument for reading the record first, not for never intervening.

This is a replay of an owned record under a mechanical rule. It is not a live manual-trading record, and it does not measure discretionary skill — we do not have that data, and inventing it would be worse than not having it. What it measures is narrower and more useful: the cost of the specific reaction that separates the two approaches in practice.

Three replay numbers from the published backtest records: 13 of 14 EAs stopped by a three-loss rule, 76,844.38 of 82,289.30 given up, and only 1 of 14 stopped by a 10% drawdown rule

EA vs manual: where the two actually differ

Expert advisorDiscretionary trading
Rule consistencyIdentical on trade 1 and trade 400Varies with the last three outcomes
Reaction to a losing streakContinues; the streak is in the recordDecides in the moment — the measurable gap above
Execution speedSub-second, on every signalLimited by attention and screen time
Trade frequency it can sustainCairn closed 4,725 trades in this recordNot reproducible by hand at that rate
Context it can readOnly what is codedNews, regime change, anything visible
Failure modeKeeps applying a rule set after it stops workingAbandons a rule set that still works
Where the record livesPublished, inspectable, recomputableUsually reconstructed after the fact

The two failure modes in that table are mirror images, and both are real. An EA has no idea its edge has decayed; it will keep placing trades with the same confidence it had in 2021. A discretionary operator notices decay quickly — and also “notices” it during ordinary losing streaks that are inside the documented behaviour. One error is expensive because it is slow; the other is expensive because it is fast.

Frequency is the other honest divide. Cairn’s record contains 4,725 closed trades over roughly five years. Nobody executes that by hand with consistent sizing at consistent moments, so for strategies that live at that frequency the comparison is not “which is better” but “which is possible”.

Comparison card contrasting an expert advisor and a discretionary trader on losing-streak behaviour, rule consistency, trade frequency and failure mode

What to look for when deciding between them

1. The streak you can actually sit through. Take it from the record, not from imagination. The median worst losing streak across the catalogue is 6 and the longest is 14. If a run of 8 losses would make you intervene, and your chosen EA’s record contains one, you will intervene — and the replay above shows what that costs. Worst streak is the number to check before the profit factor.

2. A stop threshold that sits outside normal behaviour. The 10% drawdown rule works on this catalogue precisely because thirteen of fourteen records never reach it. A threshold inside the EA’s documented max drawdown is not a safety rule; it is a scheduled exit at the worst moment.

3. Whether you need the capital back on a schedule. Discipline is cheap to talk about and expensive to hold when the money is committed elsewhere. The median EA here spent 423 days at some point without making a new equity high — that is the real cost of the automated side, and it is covered in more detail in are expert advisors profitable.

4. Whether you want to change rules or only follow them. If your edge is reading context that no rule set captures, automating it removes the edge. If your edge is a rule you already trust and cannot execute consistently, automating it is the whole point.

Running both in practice

Most people end up doing both, and that is where the avoidable damage happens.

  • Separate the accounts, or at least the accounting. An EA sizes positions against the balance it can see. A discretionary position that ties up margin silently changes the size of every automated trade after it, so the EA stops reproducing the record you chose it for.
  • Give the EA its own magic number — the MagicNumber input in the EA’s properties dialog — so that manual closes never touch its positions, and read the Experts tab of the Terminal window rather than the chart when you want to know what it decided and why. Every EA published here ships its magic numbers as locked inputs for exactly this reason.
  • Know which switch you just used. Tools > Options > Expert Advisors > Allow Algo Trading is the terminal-wide setting; the AutoTrading toolbar button is the session one. Turning the second off pauses new entries and leaves open positions running, which is a different decision from closing the account down — and the replay above prices the second one.
  • Write the intervention rule down before you start — a specific drawdown percentage taken from the EA’s record, or a specific behavioural break such as a trade frequency that stops matching the documented rate. A rule invented during a losing run is a decision made at the worst possible moment.
  • Decide what a manual override means. Turning AutoTrading off for a news release is a rule if you wrote it down beforehand and a reaction if you did not. Only the first one is repeatable, and only the first one can be evaluated afterwards.

If you want to change what the automated side does rather than only when it runs, the Builder is where the rule set is editable, because rewriting a condition is a different act from overriding it live.

Risk and drawdown reality

Three limits belong with the numbers:

A replay is not a person. The stop rules modelled here are mechanical and terminal. A real operator might restart, halve the size, or move to another instrument. Treating “switch off” as permanent gives an upper bound on the cost of that reaction, not an average of what humans do.

Backtests bound the past. These are strategy tester records, not live accounts. Spread widening, slippage on news and swap all subtract from the same edge and none of them appear in a replay.

Sitting still is not automatically right. The article argues against unplanned interruption, not against stopping. An EA whose drawdown exceeds anything in its record, or whose trade frequency departs from the documented rate, is telling you something a rule set cannot notice about itself. There is no guarantee of any result in either approach, and past results do not carry forward.

Next steps

If you want to see the records behind these replays, browse the verified EAs — each page publishes the complete closed-trade list, drawdown and run manifest, so you can check the worst streak and the deepest drawdown before deciding what your own intervention rule should be.

If you would rather encode your discretionary rules than override an EA’s, start in the Builder, and read are expert advisors profitable first for what the same catalogue says about the waiting time you are signing up for.

Frequently asked questions

Is automated trading better than manual trading?
Neither is better in the abstract, and the honest comparison is not about judgement. Replaying the published EA records under a stop rule a discretionary operator would plausibly use — switch off after three losing trades in a row — stops thirteen of the fourteen accounts and gives up 76,844.38 of the 82,289.30 those records produced. The rule sets were identical in both replays. What changed was whether anyone was allowed to interrupt them, and that single difference accounted for most of the result.
Can I trade manually and use an EA at the same time?
Yes, and it is the common case, but they should not share an account without separation. An EA sizes positions against the balance it can see, so a discretionary trade that ties up margin changes the size of every automated trade after it. If you run both, run them on separate accounts, or at minimum give the EA its own magic number and a position-sizing rule that assumes it does not own the whole balance.
How many losing trades in a row is normal for an EA?
More than most people budget for. Across the published records the median worst losing streak is 6 consecutive losses and the longest is 14. A stop rule set at three consecutive losses fires on thirteen of the fourteen EAs, and four of them are left sitting in a loss at the moment they are switched off — the streak arrives long before the edge does.
What is the right drawdown level to switch an EA off?
One taken from that EA's own record rather than from a round number that feels safe. On this catalogue a 5% peak-to-trough rule stops ten of the fourteen and gives up 68,346.36, while a 10% rule stops exactly one — the EA whose published maximum drawdown is -14.52%. The 10% threshold survives contact with thirteen of the fourteen records because it sits outside what those EAs normally do, which is precisely the property a stop rule needs.

Related terms

Glossary references