Skip to content
EA
MT5 Expert Advisor VIP Trend Following

BTC Vortex Nexus EA MT5

A single-instrument automated strategy for Bitcoin on MetaTrader 5, built around H1 structural breakouts confirmed by Vortex momentum, trend, and volatility filters. It avoids martingale and grid methods, uses fixed stops and ATR-based targets, and limits exposure to one open position. Suited to traders who prefer a rule-based approach to BTCUSD.

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

How we classify loss mechanisms

BTC Vortex Nexus EA MT5
Instruments
BTCUSD (Bitcoin)
Timeframe
H1 (60 minute chart)
Minimum deposit
$100 (Safe), $250 (Balanced), $500+ (Aggressive)
Version
1.1

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–Nov 6 months +98.9% −27.3% 960 93.7% 1.27
Equity curve — 2025 Jun–Nov Started at $10,000, ended at $19,893. Deepest drawdown −27.3%. Account balance Drawdown from peak 2025-06-01 → 2025-11-20
$19,893 -27.0% 2025-06-22 2025-11-19

How concentrated the profit is

80% of the profit came from 10 of 143 trading days (7%).

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

Longest losing streak: 2 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
960
Total deals
1920
Long trades (won %)
466 (93.78%)
Short trades (won %)
494 (93.52%)
Winning trades
899 (93.65%)
Losing trades
61 (6.35%)

Best and worst single trades

Largest win
719.70
Largest loss
-679.48
Average win
51.97
Average loss
-603.72

Winning and losing streaks

Longest winning streak
65 (2 897.38)
Longest losing streak Consecutive losing trades, and what that streak cost. This is what you would have had to sit through.
2 (-1 202.49)
Biggest run-up
3 354.14 (40)
Biggest run-down
-1 202.49 (2)
Average winning streak
15
Average losing streak
1

Drawdown

Balance drawdown, absolute
1 596.10
Balance drawdown, maximal
4 433.76 (26.97%)
Balance drawdown, relative
26.97% (4 433.76)
Equity drawdown, absolute
1 769.21
Equity drawdown, maximal Measured on floating equity, not closed balance. Always the harsher of the two, and the one that triggers a margin call.
4 495.92 (27.33%)
Equity drawdown, relative
27.33% (4 495.92)

Risk and efficiency ratios

Profit factor
1.27
Expected payoff per trade Average result of one trade. A big number with a low win rate means it depends on rare large wins.
10.31
Recovery factor Net profit divided by the worst drawdown. Below 1 means the deepest hole was bigger than everything it made.
2.20
Sharpe ratio
7.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.
115485.92%
AHPR
1.0008 (0.08%)
GHPR
1.0007 (0.07%)
LR correlation
0.87
LR standard error
1 443.60

Holding time

Shortest position held
0:00:03
Longest position held
25:04:59
Average position held
0:17:49
Correlation (profit, MFE)
0.56
Correlation (profit, MAE) How strongly the eventual profit tracked the worst unrealised loss along the way.
0.74
Correlation (MFE, MAE)
0.2017

Data quality

Trading server
BlueberryMarkets-Demo
Modelling quality
100%
Bars tested
48755
Ticks tested
68198784
Expert advisor settings used (35 parameters)

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

InpEA_Name
BTC Vortex Nexus EA
InpEA_Version
v1.1 - Vortex Mode + Stability Update
InpDeveloper
OUDANI RABI
InpContact
@DarkmindEA
InpWebsite
www.thedarkmindai.online
InpProductLink
https://www.mql5.com/en/market/product/164510
InpTradeMode
2
InpMagicEA
220321194
InpAutoLotSize
false
InpFixedLot
0.01
InpRiskLevel
3
InpUseSpreadFilter
true
InpMaxSpreadPoints
2000
InpMaxSlippagePoints
10
InpUseTrendFilter
true
InpUseVolumeFilter
true
InpUseCandleFilter
true
InpMinBodyPercent
25
InpUseMomentumFilter
true
InpEA_StopLoss
60000
InpEA_TakeProfit
100000
InpUseDynamicTP
true
InpEA_TrailingSL
950
InpEA_TrailingStep
500
InpShowPanel
true
InpPanelX
15
InpPanelY
25
InpUIScale
0.95
InpTradeMonday
true
InpTradeTuesday
true
InpTradeWednesday
true
InpTradeThursday
true
InpTradeFriday
true
InpWeekendTrading
true
ActivationCode

How this was tested

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

Specifications

Account type Standard, ECN or RAW
Minimum leverage 1:30 to 1:500+

Screenshots

Description

What the EA actually does

This is an automated trading system for a single symbol, BTCUSD, running on MetaTrader 5. The logic is built around structural breakout detection on the H1 timeframe. Every prospective trade must clear a multi-layer confirmation process that combines breakout analysis, Vortex momentum, EMA trend alignment, RSI and ADX validation, volume, and candle quality checks. If any one of these filters fails, the trade is not taken. The stated aim is to reduce the number of marginal entries rather than to trade every movement in Bitcoin.

How positions are managed

Each position carries a fixed stop loss. Take profit can be either a fixed level or an ATR-derived distance, depending on the configuration. Once price has moved sufficiently in favour of the position, an adaptive trailing stop takes over to protect accrued profit while leaving room for continuation. Position sizing is calculated from the account balance and the selected risk profile, so the same set file will trade smaller lots on a smaller account and larger lots on a larger one.

The EA imposes hard limits on exposure. Only one open position is permitted at any time, and at most two pending orders may be placed. There is no martingale, no grid, no averaging into losing trades, and no trade stacking. Broker-side constraints such as spread and slippage are checked before an order is sent. These are not optional safety settings; they are built into the trade logic.

Bitcoin-specific behaviour

Because the EA is restricted to BTCUSD, the parameters for volatility, momentum, and trend have been tuned for one market rather than spread across dozens of pairs. Bitcoin trades around the clock, including weekends, and the EA can operate during those sessions. This is both an advantage and a constraint: any market regime change in Bitcoin will affect all trades, since there is no diversification across instruments.

Installation and configuration

Installation follows the standard MetaTrader 5 procedure for expert advisors. The EA file is placed in the MQL5/Experts folder, and the corresponding set file — if supplied — is loaded from the EA properties window. The product ships without source code, so users cannot modify strategy logic. What can be adjusted are operational parameters such as lot sizing mode, risk percentage, fixed or ATR-based take profit, trailing stop behaviour, and the various filter thresholds.

The recommended chart is BTCUSD H1. Platform support is MetaTrader 5 only; the EA cannot be run on MetaTrader 4. No additional DLLs or external data feeds are mentioned in the documentation, and the system is autonomous once attached to a chart. Traders who need position monitoring when away from the terminal will still need to arrange their own hosting solution, as no VPS is included.

Realistic expectations

The vendor presents backtest results showing net profits of roughly $336,000 from a $500 deposit and $626,000 from a $1,000 deposit over unspecified periods. Those figures come from the vendor's own testing environment and should be treated as vendor-reported data, not as a forecast. Backtests of this kind are sensitive to tick data quality, spread assumptions, and execution model; live results can diverge substantially, especially with a high win rate derived from a trailing stop that may behave differently on a live feed.

The meaningful aspects of the design are the single-position limit, the fixed stop, and the absence of recovery techniques. These constraints make the strategy's risk profile easier to understand than a martingale or grid system. A trader evaluating this product should focus on how the filter stack works in current Bitcoin conditions, how often the EA actually trades, and whether the stated drawdown limits match their own tolerance. The price of the EA is a one-time cost, not a recurring subscription, but that does not include any guarantee of future performance.

Frequently asked questions

Does it trade any instrument other than BTCUSD?

No. The EA is built exclusively for Bitcoin against the US dollar on MetaTrader 5. It will not open orders on other pairs or metals.

Can I run it on MetaTrader 4?

No. This product is for MetaTrader 5 only and will not load in an MT4 terminal.

Is source code included?

No. The product is compiled, so strategy logic cannot be inspected or modified. Only operational parameters are adjustable.

How many positions can be open at once?

The EA maintains a maximum of one open position and up to two pending orders. There is no scaling into losing trades.

Does it use martingale or grid?

No. The documentation explicitly rules out martingale, grid, averaging down, and trade stacking. Each trade carries a fixed stop loss.

Tags

One Man Army EA MT5
Expert Advisor · MT5 17 currency pairs

One Man Army EA MT5

Designed for MetaTrader 5, this expert advisor spreads exposure across up to 17 currency pairs using an M15 correction and reversal strategy. Technical filters including Bollinger Bands, ATR, moving averages, and RSI govern entries and exits. Each trade carries a stop loss, and the supplied set file disables aggressive lot multiplication, suiting traders who prefer defined risk.

No loss cap Martingale
M15 (15 minute chart) Minimum deposit $500+
Quantum OmniGold EA MT5
Expert Advisor · MT5 XAUUSD (Gold)

Quantum OmniGold EA MT5

An automated Gold trading system for MetaTrader 5 that combines ZigZag pattern recognition, Moving Average trend filtering and Stochastic momentum confirmation. Each XAUUSD position is managed independently with a fixed stop loss, dual take profit levels and a trailing stop. No grid or martingale logic is used, and a low-risk profile is included for prop firm evaluations.

No loss cap Martingale · Loss recovery
M5, M15, M30, H1 Minimum deposit $100
Gianluca Arrigo EA MT5
Expert Advisor · MT5 XAUUSD (Gold)

Gianluca Arrigo EA MT5

Automated trading for MetaTrader 5 that applies Smart Money Concepts, ICT logic, and AI-assisted filtering to XAUUSD. It scans order blocks, fair value gaps, and liquidity sweeps across multiple timeframes, then executes trades only when several conditions align. Built for traders who prefer institutional-style setups over high trade frequency, with configurable risk controls and session filters.

Not stated
M1 (1 minute chart) Minimum deposit $100+