Risk Management · 8 min read
The hardest decision in EA operation is not choosing when to start — it is choosing when to stop. Stop too early and you abandon a system that would have recovered. Stop too late and you allow a genuinely broken system to destroy more capital than necessary.
These seven signals provide a structured framework for that decision — distinguishing between normal operating stress that should be tolerated and genuine malfunction or changed conditions that justify stopping.
Signal 1: Drawdown Exceeds the Backtest Maximum
If the live equity drawdown exceeds the maximum drawdown observed in a comprehensive backtest, the system is operating outside its validated range. This could indicate a market regime change, a broker execution issue, or a bug. Stop, investigate, and do not restart until the cause is identified.
Signal 2: Kill Switch Triggers Repeatedly in a Short Period
One kill switch trigger per year is within historical norms for adaptive martingale. Two triggers in three months indicates either the market has entered an extended structural trend that the system cannot handle, the lot size is too large for the account, or parameters need review. Do not auto-restart after a second trigger — investigate first.
Signal 3: Recovery Cycles Are Consistently Longer Than Backtest Averages
If cycles that historically resolved in 2-3 days are now taking 2-3 weeks routinely, market conditions have shifted from the system’s optimal environment. This is not necessarily a reason to stop — but it is a reason to reduce lot size and increase kill switch proximity monitoring.
Signal 4: The EA Has Stopped Opening Trades
If no new trades open during normally active market hours for more than 1-2 weeks, check the MT4 journal for errors. Common causes: AutoTrading disabled, broker connection lost, EA license expired, symbol or timeframe mismatch. This is a technical problem to resolve, not necessarily a strategy failure.
Signal 5: Broker Spreads Have Materially Increased
If your broker has widened spreads significantly — moving from 0.8 pip average to 2.0 pip average — the system’s profitability assumption has changed. Run a sensitivity analysis with the new spread level. If the system is not viable at the new spread, change brokers rather than continue on deteriorating execution.
Signal 6: Developer Has Abandoned the EA
No updates for 18+ months, no response to support questions, MQL5 product page showing “last updated 2022” — these indicate the developer has moved on. For now the EA may still work, but without maintenance it will eventually encounter a compatibility or performance issue with no resolution available.
Signal 7: You No Longer Understand What the EA Is Doing
If you have lost track of the system’s current state — how many orders are open, what the current cycle depth is, what conditions would trigger next actions — you have lost the oversight necessary for responsible operation. Stop, review the EA’s current state thoroughly, and only restart when you can clearly describe what the system is doing and why.
What Is NOT a Reason to Stop
A single losing month, a recovery cycle that is uncomfortable to watch, temporary drawdown within backtest historical maximums, or a period of low trade frequency in a ranging market — none of these justify stopping a well-designed EA. These are normal operating conditions, not malfunction signals.
Related Articles
Try It on a Demo Account First
All BotFXPro EAs include a free MQL5 demo. Run it in Strategy Tester before committing to live.
Chronos Algo on MQL5 →