Skip to content
EA
MT4 Expert Advisor VIP Risk Management

NEO EA MT4

A risk-managed grid Expert Advisor for MetaTrader 4, designed around micro-lot entries, fixed spacing, and an equity stop. It trades GBPUSD, EURUSD, and AUDUSD on the M5 timeframe. The developer positions NEO EA as a conservative option for small accounts from $200, with one licence covering unlimited use and no DLL dependency.

Losses on this strategy have no upper bound

The vendor's own description mentions position-scaling logic that keeps a losing sequence open instead of closing it. A single losing sequence therefore has no defined worst case: a long enough move in one direction takes the account to zero. Systems like this can trade profitably for a long time before that happens, which is why an unbroken track record does not settle the question.

Mechanisms found Grid

How we classify loss mechanisms

NEO EA MT4
Instruments
GBPUSD, EURUSD, AUDUSD (Any)
Timeframe
M5 (5 minute chart)
Minimum deposit
$200

Backtest results

Simulation — not a live account

Run in the MetaTrader Strategy Tester on real tick data. These are simulated results: a backtest shows how a strategy would have behaved on past prices, not how it will behave on your account.

Period Return Max drawdown Trades Win rate Profit factor
2026 Jul–Aug 1 months +1.5% −1.4% 280 62.9% 1.63
Equity curve — 2026 Jul–Aug Started at $10,000, ended at $10,154. Deepest drawdown −1.4%. Account balance Drawdown from peak 2026-07-01 → 2026-08-10
$10,154 $10,179 -0.5% 2026-07-01 2026-08-07

How concentrated the profit is

80% of the profit came from 12 of 23 trading days (52.2%).

A smooth equity curve can still be a handful of exceptional days plus a long flat stretch.

Longest losing streak: 7 trades

Settings that scale up after a loss

  • Multiplier=1.3

These parameters come from the test report itself, not from the vendor's description. A strategy that increases position size after a loss has no defined worst case.

Full test statistics

Every figure below is copied from the MetaTrader report exactly as it appears there, so you can check it against your own run.

Trade counts

Total trades
280
Long trades (won %)
103 (64.08%)
Short trades (won %)
177 (62.15%)
Winning trades
176 (62.86%)
Losing trades
104 (37.14%)

Drawdown

Balance drawdown, absolute
98.52
Balance drawdown, maximal
139.89 (1.38%)
Balance drawdown, relative
1.38% (139.89)

Risk and efficiency ratios

Profit factor
1.63
Expected payoff per trade Average result of one trade. A big number with a low win rate means it depends on rare large wins.
0.55

Data quality

Trading server
BlueberryMarkets-Demo
Modelling quality
90.00%
Bars tested
3688
Ticks tested
1632612
Mismatched chart errors
0
Expert advisor settings used (19 parameters)

The exact parameters this test ran with, taken from the report. Results are only comparable when the settings are.

EA_Name
NEO EA
Use_Hour
Start End Hour
StartTrade
0
EndTrade
23
Use_DbLots
If = 1-> Multiplier Lot, If = 2-> Fixed Lot
DbLots
1
Lots
0.01
SL
100
TP
4
Distance
5
Multiplier
1.3
MaxLevel
8
LotsDecimal
2
MagicNumber
163991
Gi_324
Yellow
Gi_328
Red
Gi_332
Lime
CloseEAafterEquityStop
true
EquityStopPercentage
4

How this was tested

Broker
BlueberryMarkets-Demo
Trading server
BlueberryMarkets-Demo
Symbol
EURUSD.cn
Timeframe
M15
Starting balance
$10,000
Tick data
90% modelling quality
Spread
30 points, fixed

Tick data below 99% quality. Interpolated ticks tend to flatter high-frequency strategies, so this run is only used to rule the product out, never to claim it works.

This period does not cover June–August 2025, when a sharp gold trend closed out a number of expert advisors that had never had a losing month.

Specifications

Minimum leverage 1:30
Set files Available
License type NoDLL / Unlimited

Screenshots

Description

A grid approach built around capital protection

Most grid systems fail because they ignore account-level risk until it is too late. NEO EA takes a different starting point: it treats the equity curve as the primary input for trade management. The developer has placed a hard limit on drawdown that, when reached, forces the EA to stop opening new positions and close the recovery basket. That is a structural decision, not an optional setting, and it changes how the EA behaves in extended adverse moves.

The system is built for EURUSD, GBPUSD, and AUDUSD, but the vendor notes that any pair can be loaded. The M5 timeframe is fixed. With such a short interval, the grid distances matter more than the entry bias. Here, spacing is fixed and the number of levels is capped, which prevents the position count from spiralling during a strong trend. Each layer uses a modest lot increase, never jumping to aggressive multipliers. The result is a predictable basket size, something that is rarely true of comparable grid EAs.

What the micro-lot entry actually does

A $200 minimum deposit is low for a grid system. Micro-lot sizing is what makes it feasible. Because the base position is small, the compounded exposure after several levels remains within reach of a 1:30 leverage account. The trade-off is equally clear: small lots mean small absolute profits per basket. Traders who expect a grid EA to generate fast daily returns will find this product underpowered. Those who measure success in terms of survival time and controlled drawdown will find the design coherent.

How the recovery logic works in practice

NEO EA opens a new order when price moves a defined distance against the existing basket. The take profit is set as a tight group target, not a per-trade level. Once the combined basket reaches the target profit, everything closes together. That is standard grid behaviour. What is less standard is the equity-based circuit breaker. The vendor has configured a threshold that, once hit, instructs the EA to halt all new activity and exit the market. This is the single most important feature for anyone burned by grids in the past.

Because the grid uses fixed spacing, the EA behaves identically in ranging and trending conditions. The adaptive part is the stop mechanism, not the entry logic. In a prolonged trend without meaningful retracement, the basket will reach its level cap and stop expanding. At that point, the equity protection is the second line of defence. The system does not promise to close every basket in profit. It promises to stop before the account is destroyed. That distinction matters.

Installation and what you actually receive

The download package contains a single executable file, NEO EA_fix.ex4, along with two set files: NEO GBPUSD.set and GBPUSD_$1000.set. The first is the general recommended configuration, while the second is aimed at a $1,000 account balance. Traders running the minimum $200 deposit will need to scale down the lot settings from the $1,000 preset or accept the higher relative risk.

The EA is licence-free in the sense that it does not require a DLL or an online activation. That reduces setup friction and means the file can be copied across multiple MT4 installations without contacting the vendor. It also means the source code is not included. If you want to modify the grid spacing, lot scaling, or equity stop formula, you cannot do so. What you see in the inputs is what you get.

Installation follows the standard MT4 procedure for expert advisors: place the .ex4 file in the MQL4/Experts folder, restart the terminal, and attach it to an M5 chart of the chosen pair. The set files go in the Presets folder and are loaded from the EA's input dialogue. No external libraries or additional runtime environments are needed.

What a sceptical trader should expect

The vendor markets this as suitable for prop-firm challenges. That claim deserves scrutiny. The fixed grid cap and equity stop are consistent with the drawdown limits imposed by many firms, but the M5 timeframe and $200 minimum deposit suggest the design is aimed at small personal accounts first. If you are running a prop challenge with a 5% daily loss limit, you would need to map the EA's equity stop to that exact figure. The default values are not calibrated to any specific firm.

Expect long periods of inactivity followed by bursts of trades when the grid is triggered. The EA operates continuously, but that does not mean it trades continuously. Grid entries depend on price moving far enough to justify a new layer. In tight ranges, nothing happens. In fast moves, several levels can open within minutes. The take profit target is small, so winning baskets close quickly. Losing baskets can remain open for days or weeks until either the target is hit or the equity stop intervenes.

The most realistic use case is a trader who wants to run a low-maintenance grid on a pair they understand, with a hard cap on systemic risk. The absence of source code means you are trusting the developer's risk parameters. The absence of a licence key means there is no vendor lock-in. Both are acceptable trade-offs if you test the EA on a demo account for several months first.

Frequently asked questions

What is the maximum number of grid levels NEO EA will open?

The developer has not published the exact level cap. The EA's documentation states that the number of grid steps is limited, but you will need to check the input parameters in the provided set files to see the configured value. If the cap is adjustable, lowering it reduces the maximum basket size and potential drawdown.

Does the equity stop close all trades immediately?

According to the feature description, the equity-driven safety logic closes open positions and halts trading when the account drawdown reaches the configured threshold. Whether it closes the full basket or only part of it depends on the internal implementation, which is not visible without source code. Test this on a demo account using the exact settings you intend to run live.

Can NEO EA run on a $200 account with the provided set files?

The vendor lists a $200 minimum deposit, but the two set files are named for GBPUSD and a $1,000 balance. Running the $1,000 preset on $200 would increase relative drawdown significantly. You would need to manually reduce the base lot size and perhaps adjust the equity stop percentage to keep risk in line with the smaller capital.

Is NEO EA safe for a prop firm challenge?

The vendor claims compatibility, but that is not a guarantee. The fixed grid cap and equity stop can be configured to respect common prop firm drawdown limits, but you must match the settings to the specific challenge rules. The M5 timeframe and micro-lot design suggest the EA was originally intended for smaller personal accounts.

Tags

Ultimate Breakout System MT5
Expert Advisor · MT5 XAUUSD (Gold), Forex, Commodities, Indices or Cryptocurrencies.

Ultimate Breakout System MT5

A breakout framework for MetaTrader 5 that lets traders build and test custom pending-order strategies across gold, forex, commodities, indices and crypto. It includes over 100 set files, configurable exit methods and risk controls, and supports timeframes from M1 to D1. The vendor reports strong backtest and signal results, but results depend heavily on configuration.

No loss cap Martingale
M1 to D1 Minimum deposit $100
Breakout Retest Pro EA MT5
Expert Advisor · MT5 XAUUSD (Gold)

Breakout Retest Pro EA MT5

For traders who want automated gold scalping with explicit volatility-based risk controls, Breakout Retest Pro EA MT5 uses a breakout-and-retest sequence on the M5 chart of XAUUSD. It places one trade at a time, adjusts stop and take-profit distances to ATR, and includes an early-exit trigger when momentum reverses. Minimum deposit is $100, and the package ships with five pre-made risk set files.

No loss cap Martingale
M5 (5 minute chart) Minimum deposit $100
FundedEA Quantum Premium MT4
Expert Advisor · MT4 GOLD (XAUUSD), US30, BTCUSD (Bitcoin)

FundedEA Quantum Premium MT4

Automated trading for MetaTrader 4 built around disciplined risk control across gold, US30 and Bitcoin. The system uses preset configurations on M5 to H1 charts, aiming to keep drawdowns low while following prop-firm style rules. It suits traders managing challenge accounts or personal funds who want a rule-based approach without manual screen time.

No loss cap Martingale
M5, M15, M30, H1 Minimum deposit $1,000
Quantum OmniGold EA MT5
Expert Advisor · MT4 XAUUSD (Gold)

Quantum OmniGold EA MT5

A fully automated trading tool for XAUUSD on the MetaTrader 4 platform. It combines ZigZag pattern recognition, a moving average trend filter, and stochastic momentum confirmation to identify entries, with fixed stop loss and dual take profit management. Designed for ECN accounts from $100, it avoids grid and martingale methods and includes a low-risk profile suitable for proprietary trading firm evaluations.

Loss capped
M5, M15, M30, H1 Minimum deposit $100