Skip to content
EA
MT4 Expert Advisor VIP Risk Management

EMERALD EA MT4

An automated MetaTrader 4 advisor focused on limiting daily exposure to one trade on US30 or GOLD. It enforces a stop loss and take profit on every position and includes set files tuned for M5 to H1 charts. Designed for traders who want fixed daily risk without manual monitoring.

Losses on this strategy are capped

Every trade carries a hard stop and position size does not increase after a loss, so the worst case of one losing sequence is known in advance. That says nothing about whether this product is profitable, only that it can survive a bad month. We backtest products in this group.

How we classify loss mechanisms

EMERALD EA MT4
Instruments
US30, GOLD
Timeframe
M5 to H1
Minimum deposit
$500
Version
2.0

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 2 months +41.5% −13.1% 22 50.0% 2.62
Equity curve — 2026 Jul–Aug Started at $10,000, ended at $14,148. Deepest drawdown −13.1%. Account balance Drawdown from peak 2026-07-01 → 2026-08-24
$14,148 -9.7% 2026-07-02 2026-08-20

How concentrated the profit is

80% of the profit came from 2 of 21 trading days (9.5%).

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

Longest losing streak: 4 trades

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
22
Long trades (won %)
8 (12.50%)
Short trades (won %)
14 (71.43%)
Winning trades
11 (50.00%)
Losing trades
11 (50.00%)

Drawdown

Balance drawdown, absolute
687.22
Balance drawdown, maximal
1782.33 (13.05%)
Balance drawdown, relative
13.05% (1782.33)

Risk and efficiency ratios

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

Data quality

Trading server
BlueberryMarkets-Demo
Modelling quality
90.00%
Bars tested
4481
Ticks tested
9720294
Mismatched chart errors
3
Expert advisor settings used (14 parameters)

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

EA_NAME
EMERALD EA v2
DESDE_LAS
15:00
HASTA_LAS
20:00
GESTION_DE_RIESGO
///////////////////////////////
RIESGO_X_OPERACION
2
PERDIDA_MAX_DIARIA
0.5
GANANCIA_MAX_DIARIA
0.5
DESPUES_DEL_OBJETIVO
////////////////////////////
OBJETIVO_PROFFIT
220000
NUEVO_RIESGO
0.1
NUEVA_PERDIDA_DIARIA
0.1
COMMENT
EMERALD EA v2
ID_EA
///////////////////////////////////
MagicStart
8554

How this was tested

Broker
BlueberryMarkets-Demo
Trading server
BlueberryMarkets-Demo
Symbol
XAUUSD.cn
Timeframe
M15
Starting balance
$10,000
Tick data
90% modelling quality
Spread
29 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

Set files Available
License type NoDLL / Fix

Screenshots

Description

Daily Trade Discipline on US30 and GOLD

Most automated systems fail not because of a flawed entry logic but because they overtrade. This EA addresses that directly by allowing a maximum of one order per day on either US30 or GOLD. The constraint is rigid: once a position opens, no further signals are processed until the next trading day. That alone changes the risk profile. A single losing trade cannot be followed by five more within the same session, which is the usual path to a blown account.

The instrument choice matters. US30 and GOLD are both volatile, news-sensitive markets that reward a conservative approach. The EA operates on timeframes from M5 up to H1, but the one-trade-per-day rule means the timeframe choice is more about entry precision than frequency. Shorter timeframes produce earlier signals; longer ones filter out more noise. Either way, the daily cap stays.

Every order carries an attached stop loss and take profit. There is no option to run without a stop, and the trailing stop function works only within the same daily trade. The developer also includes an autolot feature that scales position size based on account balance, but the set files override this with fixed risk profiles.

What the One-Trade Rule Actually Does

Limiting to one order per day sounds simple. In practice it means the EA must decide whether current conditions justify any trade at all. If the first attempt hits a stop loss, that is the entire loss for the day. There is no averaging down, no grid, and no recovery trade. The vendor marketing does not mention martingale or hedging, and the mechanics of a single daily order exclude both. This is a straightforward, single-position system.

For prop-firm challenges, that behaviour can be an advantage. Many evaluation rules penalise high trade frequency or large intraday drawdown. A system that risks a fixed, pre-defined amount once per day is easier to map against daily loss limits. The developer reports passing FTMO challenges with this EA, but that is a vendor statement and not independently verified.

The obvious objection is that a single trade per day will never produce outsized returns quickly. That is true. The EA is not built for aggressive compounding through trade volume. Its appeal is consistency and a hard cap on daily downside, not a rapid growth curve. Traders expecting multiple signals per hour should look elsewhere; this is closer to a patient, one-decision-per-day system.

Installation, Set Files and Configuration

The download contains the compiled EA file (EMERALD EA v2.0_fix.ex4) plus six set files. There is no source code. Installation is standard for MT4: copy the .ex4 into the Experts folder and the .set files into Presets, then restart the terminal or refresh the navigator. The set files are divided by instrument and risk level.

For GOLD, two presets are provided: one for higher risk and one for lower risk, both on the M5 timeframe with a suggested $1,000 starting balance. For US30, four presets exist: high and low risk for $1,000 accounts and high and low risk for $10,000 accounts, also on M5. The timeframe can be changed manually, but the provided presets are tuned for M5 operation. Traders who prefer H1 entries must adjust parameters themselves.

The licence is described as "NoDLL / Fix". This indicates the EA does not require external DLL calls, which reduces installation conflicts and makes the file more portable across Windows versions. It also means the EA cannot access external data feeds or hidden server-side logic. All decisions come from the local MT4 environment.

Matching Risk to Account Size

Using the wrong set file is the most common way to damage an account. A $10,000 high-risk preset loaded onto a $1,000 account will produce position sizes that are ten times larger than intended. The set file names make the intended balance explicit, but that only works if the trader reads them. Before activating the EA, compare the preset name against the actual account balance and, if necessary, start with the lower-risk version until the daily loss in currency terms is acceptable.

Autolot is included, but the set files fix the risk per trade. If a trader enables autolot and then changes the account balance, position sizes will adjust automatically. That can be useful for prop-firm scaling but also removes the manual check that a fixed preset provides. Decide before going live whether the EA should use fixed lot sizing from the set file or the dynamic autolot logic.

Realistic Performance Expectations

Backtest figures from the vendor show a seven-month test on XAUUSD with a $1,000 start, a net profit of $1,348.43 and a maximum drawdown of 29.92%. On US30 with a $10,000 start, the reported net profit is $54,578.98 with a maximum drawdown of 33.85%. These are vendor-reported results, not live account statements, and they reflect a specific historical period and parameter set. A 30% drawdown means a $10,000 account would at some point be down roughly $3,000 before recovering. That is within the stated risk but high enough to trigger emotional exits for some traders.

The discrepancy between the two pairs is instructive. US30 produced roughly 5.5 times the starting balance in seven months, while GOLD produced 135% in the same period. That does not mean US30 is always better. It means the asymmetry between the two markets is large, and a trader who splits capital between both pairs should expect very different equity curves. The one-trade-per-day rule further amplifies this: a single missed day on US30 can mean a large foregone profit, while a single stopped trade on GOLD wipes the entire daily allowance.

Minimum deposit is set at $500, which is viable only with the low-risk preset on a small-lot broker account. At that level the profit per trade will be modest, and a single losing streak of five or six days could draw the account down by more than 10%. Traders who cannot tolerate that should use the $1,000 or $10,000 presets as the vendor intends.

The EA does not trade cryptocurrencies, currency pairs other than those listed, or indices beyond US30. It is not a multi-market solution. The value proposition is narrow: fixed daily risk on two volatile instruments, with no DLL dependencies and a transparent set file structure. That narrowness is a feature for some and a limitation for others.

Frequently asked questions

Does the one-trade-per-day rule reset at midnight broker time or midnight server time?

The EA counts a trading day based on the MetaTrader 4 server time, which may differ from your local time depending on the broker. A new signal can only be taken after the server date changes.

Can I run the EA on both US30 and GOLD at the same time on one account?

Yes, but each chart instance enforces the one-trade-per-day rule independently. You could end up with one US30 trade and one GOLD trade on the same day, doubling the daily risk you intended.

What happens if I close a trade manually before the stop loss or take profit is hit?

The EA does not re-enter the market after a manual close. The one daily trade is considered used, and no further orders will be placed until the next trading day.

Are the included set files mandatory, or can I create my own?

The set files are presets for convenience. You can save your own parameter combinations, but the ones provided are the only configurations the vendor has tested and distributed.

Why is no source code included?

The product is sold as a compiled .ex4 file only. You cannot modify the logic or review the code before purchase, which is standard for commercial EAs but limits transparency.

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