Skip to content
EA
MT5 Expert Advisor VIP Scalping

Fortune MT5 Robot

An automated XAUUSD breakout system for MetaTrader 5 that waits for market structure setups instead of trading constantly. It uses fixed stop loss and take profit, break-even and trailing mechanisms, and avoids grid or martingale methods. The developer reports 90.2% winning trades in a live signal and 90.15% in backtests, with a maximum drawdown of 32.4% on the signal.

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 Martingale Grid Averaging down

How we classify loss mechanisms

Fortune MT5 Robot
Instruments
XAUUSD (Gold)
Timeframe
H1 (60 minute chart)
Minimum deposit
$500+

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
2025 Jun–Oct 4 months +76.9% −14.7% 64 85.9% 2.26
Equity curve — 2025 Jun–Oct Started at $10,000, ended at $17,690. Deepest drawdown −14.7%. Account balance Drawdown from peak 2025-06-01 → 2025-10-01
$17,690 -8.9% 2025-06-02 2025-09-29

How concentrated the profit is

80% of the profit came from 7 of 47 trading days (14.9%).

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

Longest losing streak: 1 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
64
Total deals
128
Long trades (won %)
34 (91.18%)
Short trades (won %)
30 (80.00%)
Winning trades
55 (85.94%)
Losing trades
9 (14.06%)

Best and worst single trades

Largest win
1 374.00
Largest loss
-1 028.00
Average win
251.09
Average loss
-680.00

Winning and losing streaks

Longest winning streak
13 (2 351.00)
Longest losing streak Consecutive losing trades, and what that streak cost. This is what you would have had to sit through.
1 (-1 028.00)
Biggest run-up
3 298.00 (10)
Biggest run-down
-1 028.00 (1)
Average winning streak
6
Average losing streak
1

Drawdown

Balance drawdown, absolute
0.00
Balance drawdown, maximal
1 271.00 (8.90%)
Balance drawdown, relative
8.90% (1 271.00)
Equity drawdown, absolute
0.00
Equity drawdown, maximal Measured on floating equity, not closed balance. Always the harsher of the two, and the one that triggers a margin call.
2 135.00 (14.73%)
Equity drawdown, relative
14.73% (2 135.00)

Risk and efficiency ratios

Profit factor
2.26
Expected payoff per trade Average result of one trade. A big number with a low win rate means it depends on rare large wins.
120.16
Recovery factor Net profit divided by the worst drawdown. Below 1 means the deepest hole was bigger than everything it made.
3.60
Sharpe ratio
29.58
Margin level How close the account came to a margin call. The lower it got, the less room there was for one more losing position.
1501.78%
AHPR
1.0095 (0.95%)
GHPR
1.0090 (0.90%)
LR correlation
0.94
LR standard error
585.48

Holding time

Shortest position held
0:00:07
Longest position held
2:58:12
Average position held
0:17:24
Correlation (profit, MFE)
0.84
Correlation (profit, MAE) How strongly the eventual profit tracked the worst unrealised loss along the way.
0.68
Correlation (MFE, MAE)
0.3755

Data quality

Trading server
BlueberryMarkets-Demo
Modelling quality
100%
Bars tested
7971
Ticks tested
42237865
Expert advisor settings used (31 parameters)

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

Spacer2
---------- Risk Management ----------
UseMM
false
risk
1.0
lotsize
1
maxspread
50.0
Spacer4
---------- Trade Management ----------
targetprofit
300.0
stoploss
100.0
trailstop
20.0
trailstep
0.5
BEActPips
25.0
PipsToLock
1.5
Spacer6
---------- Trading Schedule ----------
UseTradeHours
true
BeginTradingHour
1
StopTradingHour
23
FridayExitHour
18
Spacer7
---------- Advanced Settings ----------
TradeComment
Fortune
ExpMinutes
0
magicnumber
634838
TransparentDisp
false
Spacer3
---------- Indicators (Ignore) ----------
SamplePeriod
16
LookBackPeriod
500
OrderOffset
-1.3
UsePartialClose
false
PercentClose
5.0
MinProfitPips
1.0
SecBetweenClose
10
CloseSpacing
1.0

How this was tested

Broker
Blueberry Markets Pty Ltd
Trading server
BlueberryMarkets-Demo
Symbol
XAUUSD.cn
Timeframe
M15
Starting balance
$10,000
Leverage
1:500
Tick data
100% modelling quality
Spread
Real variable spread

Specifications

Account type Any
Minimum leverage 1:30+

Description

At a glance

Fortune MT5 Robot is an Expert Advisor for MetaTrader 5, built around gold spot trading on XAUUSD. The core idea is selective breakout and breakdown trading: the EA analyses recent market structure and only opens a position when price confirms a setup that meets its internal conditions. There is no continuous market exposure, no grid, and no martingale-style position building.

The product ships as an unlimited licence with set files. Source code is not included. The vendor lists a retail price of $89.

Trading approach

The EA focuses on breakout logic applied to XAUUSD. It watches for zones where price has consolidated and then moves beyond those boundaries, treating a confirmed break as a signal. The developer describes the algorithm as proprietary and rules-based, with a single entry per setup rather than adding to positions.

Trade frequency depends on market conditions. In the supplied backtest covering M15 data from 1 January 2025 to 31 March 2026, the system executed 203 trades. The vendor attributes this selectivity to waiting for a proper structure break rather than reacting to minor fluctuations.

Risk controls: stops, lot sizing, exposure limits

Every position is opened with a fixed stop loss and take profit. Three additional management tools are built in:

  • Trailing stop with a configurable step that follows price as the trade moves into profit.
  • Break-even function that can shift the stop to the entry level once the trade reaches a user-defined offset.
  • Trailing step to control how aggressively the stop moves behind price.

Position sizing is user-defined, so the lot size can be set in line with account size and risk tolerance. The EA does not automatically increase volume after losing trades. The given backtest shows a maximum equity drawdown of 11.81%, while the live signal reports a maximum drawdown of 32.4%. Those figures come from the developer and are provided for reference, not as a prediction.

Trading schedule controls

Fortune MT5 Robot includes two time-based filters. The first allows the user to restrict trading to specific hours of the day. The second sets a dedicated Friday exit time, so positions can be closed before the weekend instead of being carried over. Both settings are optional and are disabled if the user leaves the schedule open.

Setup notes

The EA is designed for XAUUSD only. The supplied set files are meant to be loaded onto an M15 chart of gold. The vendor has not published other recommended symbols, so running it on a different instrument or timeframe requires the user to test and adjust outside of the default configuration. The unlimited licence removes account or terminal restrictions.

The backtest was run on M15 data from 1 January 2025 to 31 March 2026 with a starting balance of $1,000. The developer reports a total net profit of $176,221.92 and a profit factor of 16.23 over 203 trades. Live signal statistics cite an initial deposit of $500, growth of 1,018.22%, and an eventual profit of $3,193.40 after 28 weeks. These are vendor-reported figures and are not independently verified.

Before you run it live

Gold is a high-volatility contract with wide intraday ranges, and the reported maximum drawdown of 32.4% on the live signal reflects that environment. A gap or sharp reversal can slip past a fixed stop, so the advertised drawdown is not a worst-case scenario. Testing on a demo account across different market regimes is the sensible first step. Pay attention to how the EA behaves during periods of low liquidity, such as holidays or major news releases when gold can gap.

Because the EA is position- and not basket-based, there are no recovery layers that compound risk. That is a structural difference from many gold systems, but it also means a string of losing breakouts in a choppy market will reduce the account one trade at a time. The Friday exit setting and the hourly filter are worth configuring before the EA is left unattended.

Frequently asked questions

Is Fortune MT5 Robot only for XAUUSD?

Yes. The developer built the strategy around gold spot on XAUUSD, and the supplied set files are for that symbol. Other instruments are not covered by the default configuration.

Does the EA use martingale or grid logic?

No. The vendor states the system uses a single-entry approach with no grid, no martingale, no averaging down, and no recovery stacking. Each trade is independent.

What lot size does it trade?

Lot size is user-defined. The EA does not set a fixed volume, so the trader chooses the risk per trade according to account size and personal limits.

Can I schedule when it trades?

Yes. The settings include daily trading hours and a dedicated Friday exit time, so activity can be limited to specific sessions and positions can be closed before the weekend.

What is the reported drawdown?

The developer reports a maximum drawdown of 32.4% on the live signal and 11.81% in the supplied backtest. These figures come from the vendor and were not verified independently.

Tags

Gold Liquidity V2 EA MT5
Expert Advisor · MT5 XAUUSD (Gold)

Gold Liquidity V2 EA MT5

A one-minute XAUUSD scalping expert advisor for MetaTrader 5 that uses liquidity zones, stop-loss clusters, and short-term inefficiencies to time entries. The supplied configuration enables a trend filter, dynamic take profit, and a GMT-based trading window from 01:00 to 10:00. Gold Liquidity V2 EA MT5 suits experienced traders who understand gold volatility and exposure limits.

No loss cap Loss recovery
M1 (1 minute chart) Minimum deposit $10k ($100 Cent account)
YUVI FX TRADER NEXORA EA MT5 (Source Code)
Expert Advisor · MT5 XAUUSD (Gold)

YUVI FX TRADER NEXORA EA MT5 (Source Code)

Short-term automated execution on a one-minute timeframe, built around a stack of market-condition filters. The supplied configuration activates liquidity assessment, ATR-based volatility checks, momentum sensitivity, and high-impact news screening before any order is placed. Trade-cycle limits cap exposure at seven positions, while slippage controls and execution retries address fast-market conditions. Source code and set files are included for MetaTrader 5.

Not stated
M1 (1 minute chart) Minimum deposit $100+
Vexora Sera EA MT5
Expert Advisor · MT5 XAUUSD (Gold)

Vexora Sera EA MT5

A selective XAUUSD expert advisor for MetaTrader 5 that trades gold on the M1 timeframe. The strategy waits for aligned conditions, opens one position per signal, and uses predefined stop loss and take profit levels. It deliberately avoids martingale, grid, and averaging methods. The developer reports a trailing eight-week live account gain with an observed drawdown below 10%.

No loss cap Martingale · Grid
M1 (1 minute chart) Minimum deposit $200+
Adaptive Gold Scalper MQ5 (Source Code)
Expert Advisor · MT5 XAU/USD (Gold)

Adaptive Gold Scalper MQ5 (Source Code)

A fully automated MetaTrader 5 Expert Advisor built specifically for XAUUSD scalping. It combines breakout logic, moving-average confirmation, and support/resistance detection to enter and exit short-duration trades. Adaptive Gold Scalper MQ5 includes dynamic stop-loss and take-profit management, with source code and set files provided for customisation. Designed for traders who accept higher drawdowns in exchange for rapid, automated execution on gold.

Loss capped
H1 (60 minute chart) Minimum deposit $500+