Phonix Recovery EA

🔥 Phonix Recovery EA — v4.33

Phonix Recovery is an automated hedge-recovery Expert Advisor designed primarily for XAUUSD on a hedging account.

The EA does more than open a trade and wait. It manages a complete group of BUY and SELL positions as one basket. It searches for filtered entries, reacts when price moves against the basket, uses profitable trades to reduce difficult losing positions, repairs empty price gaps after partial closes, and closes the basket when one of its profit plans is reached.

The built-in defaults now match the tested phonix-5000$-low risk.set  profile, with one display change: the dashboard is visible, while manual trading buttons remain hidden.

🤖 AI News Analysis Version & Custom Settings

For additional custom settings and the version with AI-powered news analysis, please contact:

  • 📧 Email: manunderfire2000@gmail.com
  • ✈️ Telegram direct: @experience_231

⚠️ Important risk notice: this strategy does not use a conventional Stop Loss. Hedging, spacing, Partial Cover and profit management reduce or reorganize exposure, but they cannot guarantee profit or prevent drawdown. The default profile also uses unlimited total positions and a permissive drawdown entry brake. Test it carefully before live use.

🌟 What does Phonix Recovery do?

🎯 Waits for stronger entries

The EA does not enter only because price moved. It combines Ichimoku direction, cloud confirmation, trend direction and ADX strength. This helps avoid many weak or directionless entry situations.

🛡️ Responds instead of immediately accepting a loss

When price travels far enough against the basket's current net exposure, the EA may open an opposite recovery trade. This reduces directional pressure and gives the basket more ways to recover.

📏 Keeps recovery trades far apart

The default profile uses a very wide 1500 -pip same-side spacing rule. On a typical two-digit XAUUSD symbol this is approximately a 15.00 price move. Wide spacing helps prevent many similar trades from accumulating in a small area.

✂️ Uses winners to reduce the hardest loser

Partial Cover, or PC, finds the furthest adverse losing position on the aggregate-losing side. It uses realizable winner profit to close that loser completely or reduce it, while reserving the configured net profit.

🧩 Repairs empty areas after Partial Cover

Repeated partial closes may leave a large empty corridor between surviving BUY and SELL positions. The EA can place one trend-aligned replacement trade after a close event when the corridor has enough safe clearance.

💰 Protects completed progress with Profit Break-Even

The persistent Profit Break-Even system remembers the account balance after the previous complete basket close. It combines the current account balance with the realizable profit or loss of this EA's open positions on the current symbol.

When that combined value reaches the saved balance plus the configured target, the EA closes the complete symbol basket. This means profits already realized by PC can pay for the remaining floating loss and still finish the cycle with a positive balance increase.

🔁 Finishes Close All reliably

If a broker temporarily rejects one remaining position, Close All stays active and retries. Its intent is saved before closing begins and survives an EA or terminal restart.

📊 Shows the important information

The dashboard is enabled by default. It displays basket state, position counts, BUY/SELL volume, trend, signal, drawdown and recovery information. Manual BUY, SELL and close buttons are hidden by default.

🚀 Why this profile can behave efficiently in $5,000-account tests

  • Filtered entries: Ichimoku, cloud, M1 trend and M5 ADX must agree.
  • Controlled order size: starting and maximum order volume are both 0.03 lot.
  • Wide recovery spacing: 1500 pips avoids dense hedge clusters.
  • Fast PC evaluation: PC can check every tick and does not wait for a new opening deal.
  • Simple PC threshold: the dynamic threshold is disabled, leaving a predictable $10 net-profit requirement per PC action.
  • Meaningful loser reduction: PC requires a minimum 0.03 -lot reduction of the selected priority loser when that volume exists and winner funding is sufficient; it may close more or close the whole position.
  • Persistent $100 balance target: Profit Break-Even converts realized PC progress into a complete basket exit.
  • Early basket profit tools: Basket TP and trailing may close easier baskets before Profit Break-Even is needed.

💡 Example: the saved balance is $5,000. PC closes profitable combinations and raises the current balance to $5,220. Remaining positions have a realizable loss of -$110. The protected level is therefore $5,110. Because the target is $5,100, Profit Break-Even closes the remaining basket and the completed cycle keeps at least approximately $100 above the saved baseline, subject to live execution costs.

Good historical performance does not prove that the same result will continue. Symbol contract size, spread, commission, leverage, execution quality and market regime can materially change the outcome.


⚠️ Risk controls you should review first

  • 🔴 InpLotStart and InpMaxAllowedLot directly change monetary exposure.
  • 🔴 InpMaxTotalPositions = 0 means there is no total-position count ceiling.
  • 🔴 InpMaxAccountDDPercent = 50 is only an entry brake, not a liquidation rule.
  • 🔴 Higher leverage can allow a much larger basket to remain open.
  • 🟠 Reducing InpMinHedgeSpacingPips can greatly increase trade density.
  • 🟠 PC and Profit Break-Even depend on realistic commission and execution assumptions.

📝 Version history

v4.33 — $5,000 profile and MQL5-ready guide

  • Made phonix-5000$-low risk.set the built-in default profile, with the dashboard enabled as the only override.
  • Kept manual dashboard buttons hidden.
  • Set the persistent Profit Break-Even target to $100.
  • Set order volume to 0.03, same-side spacing to 1500 pips and total-position cap to unlimited.
  • Configured fast fixed-threshold PC behavior from the tested profile.
  • Rewrote this guide using simple semantic HTML for the MQL5 editor.

v4.32 — Persistent Profit Break-Even

  • Added balance-baseline Profit Break-Even and restart-safe Close All persistence.
  • Recovered ownership of manual magic-zero closes through historical position identity.

v4.31 — Gap and state repair

  • Reworked empty-corridor and trend-edge seeding.
  • Added detailed entry/gap blocker logs.
  • Hardened net-direction rebasing, PC serialization and hedge-spacing latch recovery.

Earlier v4 releases

  • Introduced strict furthest-adverse PC priority.
  • Separated lifetime recovery count from local Zone Ref/Trig geometry.
  • Added reliable retrying Close All behavior and hardened position ownership.
  • Made ATR and ADX use closed-bar data for stable decisions.

⚙️ Default settings guide

🧩 1. Core

  • InpMagicNumber = 25042026 — ownership ID used to recognize this EA's positions. Use a different Magic Number for another independent instance.
  • InpSlippagePoints = 30 — maximum requested order deviation in broker points.
  • InpLogEnabled = true — enables Experts-tab messages.
  • InpLogLevel = WARN — shows warnings and errors. Use INFO for detailed testing.
  • InpCloseCostFactor = 2.0 — estimates full closing commission from known opening commission. Profit decisions use realizable values after this estimated cost.

🔌 2. Feature switches

  • InpEnableEntrySignals = true — enables automatic initial and replacement entries.
  • InpSignalMode = STRICT — trend must be clear and agree with entry direction.
  • InpEnableTrendFilter = true — requires trend agreement for entries.
  • InpEnableADXFilter = true — requires sufficient trend strength.
  • InpEnableRecovery = true — enables opposite-direction recovery management.
  • InpEnableSpreadProtect = true — blocks new initial entries during excessive spread.
  • InpEnableRateLimit = true — limits rapid new entries.
  • InpEnableOneTradePerBar = true — permits only one automatic initial entry per EntryTF bar. Manual buttons, if enabled, are user overrides.
  • InpEnableBasketTP = true — enables fixed basket profit closing.
  • InpEnableBasketTrailing = true — enables basket-level profit trailing.
  • InpEnableProfitBreakEven = true — enables the persistent balance-based exit.
  • InpEnableGlobalTP = false — all-symbol Magic close is disabled by default.
  • InpEnablePartialCover = true — enables profitable winner/loser netting.

🖥️ 3. Dashboard

  • InpShowDashboard = true — displays the information dashboard.
  • InpShowManualButtons = false — hides manual trading controls while keeping the dashboard visible.
  • InpDashReducePct = 25 — percentage used by the manual Reduce button if manual buttons are enabled later.

🎯 4. Entry signal

  • InpEntryTF = M5 — timeframe for the main Ichimoku entry signal and one-trade-per-bar control.
  • InpIchTenkan / Kijun / SenkouB = 9 / 26 / 52 — standard Ichimoku periods.
  • InpEntryUseTKCross = true — uses Tenkan/Kijun direction.
  • InpEntryUseCloud = true — requires price/cloud agreement.
  • InpEntryUseCloudSlope = false — cloud slope is not required.
  • InpEntryUseChikou = false — Chikou confirmation is not required.
  • InpTrendSeedEntry = false — a normal first entry still needs the entry signal; trend alone is not enough.
  • InpSeedWhenFlat = true — allows one trend-directed seed when a non-empty basket becomes nearly volume-balanced.
  • InpSeedFlatNetLots = 0.02 — maximum absolute net volume considered nearly balanced.
  • InpSeedPriceGaps = true — allows one safe gap-repair seed after PC or another close reshapes the basket.

📈 5. Trend and ADX

  • InpTrendTF = M1 — fast closed-bar trend direction for entries and gap seeds.
  • InpTrendUseCloud = true — trend direction also requires cloud agreement.
  • InpADXTF = M5 and InpADXPeriod = 14 — closed-bar trend-strength measurement.
  • InpADXMin = 25 — entries need ADX of at least 25.

📦 6. Volume and exposure

  • InpLotStart = 0.03 — requested initial volume and live recovery bias for the $5,000 profile.
  • InpMinVolume = 0.01 — configured minimum for initial and recovery orders.
  • InpMaxAllowedLot = 0.03 — configured maximum volume of one order.
  • InpDDScalePercent = 10 — progressively scales new requested volume down as account drawdown grows.
  • InpMaxTotalPositions = 0 — unlimited total positions. This is a major risk setting.
  • InpMarginUsageCapPct = 90 — blocks additional trades when margin usage becomes extremely high.

📐 7. Recovery distance

  • InpMinHedgeSpacingPips = 1500 — minimum distance from every existing same-direction position before another one may be opened.
  • InpATRTF = M5 and InpATRPeriod = 14 — volatility source for the recovery zone.
  • InpATRMultiplier = 1.2 — multiplies ATR to calculate the next adverse recovery trigger.

Zone Ref is rebuilt from the current residual net-side position cluster after closes and net-direction changes. Zone Trig shows the next adverse ATR trigger from that reference.

🚦 8. Entry risk gates

  • InpMaxSpreadPips = 100 — maximum spread accepted for new initial entries.
  • InpMaxTradesPerMinute = 3 — rolling one-minute initial-entry rate limit.
  • InpMaxAccountDDPercent = 50 — blocks new initial entries after 50% drawdown from the tracked equity peak. It does not close existing positions and does not represent a Stop Loss.

💵 9. Profit management

  • InpProfitBreakEvenMoney = 100 — closes this EA's current-symbol basket when account balance plus symbol realizable P/L reaches the persisted last-close balance plus $100.
  • InpBasketTPMoney = 50 — closes a currently profitable symbol basket at $50 realizable profit.
  • InpTrailingArmMoney = 25 — arms basket trailing at $25 realizable profit.
  • InpTrailingGivebackMoney = 10 — closes after a $10 drop from the armed realizable-profit peak.
  • InpGlobalTPMoney = 0 — inactive while Global TP is disabled.

Profit Break-Even stores its baseline and unfinished Close All state in Terminal Global Variables using account login, Magic Number and symbol identity. A full restart therefore does not intentionally abandon a residual Close All tail.

✂️ 10. Partial Cover

  • InpPCMinPositions = 3 — PC starts only when at least three positions exist.
  • InpPCMinRealizableMoney = 10 — minimum estimated net profit reserved for each successful PC action.
  • InpPCMinLossReduceVolume = 0.03 — desired minimum reduction of the selected priority loser. If the position is smaller, PC must fund its complete remaining loss.
  • InpPCMinSecBetweenRuns = 0 — periodic PC checks are allowed every tick.
  • InpPCForceOnDealAdd = false — opening fills do not launch an extra forced PC pass.
  • InpPCUseDynamicThreshold = false — PC uses the fixed $10 threshold.
  • InpPCPerPositionFactor = 0.1 and InpPCPerVolumeFactor = 0.03 — currently inactive because dynamic scaling is disabled.
  • InpPCMaxThresholdMultiplier = 0 — dynamic threshold cap is inactive.
  • InpPCProtectTrendWinners = false — trend-aligned winners may fund the priority loser.
  • InpPCMaxForcedLossMoney = 0 — PC receives no unfunded extra loss budget.
  • InpPCMinPositionAgeSec = 1 — positions become eligible for PC after one second.

🚫 11. No-Stop-Loss enforcement

  • InpStripPositionSL = true — removes Stop Loss values attached to owned positions.
  • InpStripSLThrottleSec = 10 — checks SL removal at most once per ten seconds.

🎨 12. Display and chart graphics

  • InpDashOnTop = false — places the dashboard near the bottom.
  • InpDashX / InpDashY = 10 / 10 — chart-edge margins.
  • InpDashFontSize = 9 — dashboard font size.
  • InpDashFullWidth = true — stretches the dashboard across the chart.
  • InpDashWidth = 500 — minimum dashboard width.
  • InpShowTradeProfitLabels = true — shows realized profitable-close labels.
  • InpShowZone = true — shows Zone Ref and Zone Trig.
  • InpGfxFontSize = 8 — chart-label font size.

Phonix Recovery EA v4.33 — XAUUSD hedge recovery, Partial Cover, gap repair and persistent Profit Break-Even. 🔥

Recommended products
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
Agarwal Meridian BTC Trend A fully automated, rules-based trend-following system for BTCUSD on the 1-hour timeframe. The strategy executes a staged 3-position structure with defined take-profits and a hard stop-loss on every trade. There is no martingale, no grid, no averaging down, and no discretionary override. It is a position-trading system that produces approximately 9–10 signals per year, designed to run unattended, 24 hours a day, without monitoring. How it works The system identifies con
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro – Your trusted partner in disciplined Bitcoin trading. The new version is now enhanced with OpenAI artificial intelligence , delivering smarter execution and improved trade filtering in volatile crypto conditions. This professional Expert Advisor is built specifically for Bitcoin (BTCUSD) trading on MetaTrader 5 , focusing on structured execution, controlled exposure, and intelligent risk management. Price: $499  →  Next: $699  →  Final: $999 LIVE SIGNAL HERE OpenAI-Powered Exec
Panha Scalping EA MT5
Huy Phanna
2.75 (4)
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Blue Bird MT5
Ismail Babaoglu
BlueBird EA – Dynamic Adaptive Grid Hedge System BlueBird EA   represents a new era of grid-based automation — combining volatility awareness, adaptive trend tracking, and smart capital management. If you are seeking a   fully autonomous, dynamic grid system   capable of capturing both trends and corrections,   BlueBird EA   is your ultimate trading companion. Overview BlueBird EA is a next-generation adaptive grid trading system designed for dynamic markets such as GOLD (XAUUSD) . It intellige
Ksm mt5
Andriy Sydoruk
3 (2)
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyze
RitzEAnehaGoodWill
Syamsurizal Dimjati
READ THIS !! to the end Expert Advisor Description:   XAUUSD Reversal Pattern EA (EAneha GoodWill) Important Note: No martingale, averaging or grid Highly dependent on execution quality & low spreads XAUUSD Reversal Pattern EA  is an advanced automated trading robot developed specifically for trading  XAUUSD  (Gold vs USD) on the  M30 timeframe . It uses a robust combination of  candlestick patterns ,  volatility/volume indicators , and  oscillator filters  to identify high-probability reversal
ACTrendRider
Cedric Jose Bernardino Antonio
ACTrendRider – Advanced Trend Following Expert Advisor Institutional-grade, low-risk, swing-based trend follower Premium quality comes at a premium value: ACTrendRider is a lifetime investment into your algorithmic portfolio. Optimized for gold (XAUUSD) and volatile trending assets MQL5 Market compliant – simple to install, ready to trade ACTrendRider is a professional trading robot designed to ride clean market trends. It combines multiple confirmation filters to avoid noise and opti
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
LAUNCH PROMO: Only a very limited number of copies will be available at current price! Final Price: 999$ NEW (from 349$) --> GET 1 EA FOR FREE (for 2 trade account numbers). Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Welcome to the BITCOIN REAPER!   After the Tremendous success of the Gold Reaper, I decided it is time to apply the same winning principles to the Bitcoin Market, and boy, does it look promising!   I have been
Gold Excel Trader
Andrew Pun Magar
After vigorous research on the pattern recognition system, we implemented the strategy with two way confirmation for XAUUSD. No Grid, No Martingale This time for XAUUSD, this strategy is targeted to mainly keep the DD low as possible. We have tested it on 0.01, 0.02 and 0.03... the bare minimum possible on $1k account. The DD has remained below 10%.  As Buffet says "There are two rules to making money: 1) Never lose money and 2) Never forget rule no.1"  Live results: https://www.mql5.com/en/sign
Hatori Flying Nimbus is a professional MetaTrader 5 Expert Advisor built around the classic Ichimoku Kinko Hyo methodology. It identifies trend direction using Price vs. Cloud , confirms momentum with Tenkan/Kijun alignment , validates bias with Future Cloud Color , and strengthens signal quality with Chikou confirmation . To support real trading and marketplace validation, it also includes automatic risk-based lot sizing , margin protection, and a clean on-chart dashboard panel with a Close All
Gold Aimer Pro
Ghulam Dastgeer
Gold Aimer Pro Gold Aimer Pro is an automated Expert Advisor developed for trading Gold (XAUUSD) on MetaTrader 5. It combines momentum and trend confirmation with scheduled trading sessions, controlled position averaging, basket management and multiple account-protection mechanisms.  The EA is designed for the M15 timeframe and should be attached to an XAUUSD or GOLD chart, depending on the symbol name used by your broker. IMPORTANT!  After the purchase please send me a private message to recei
Live signal https://www.mql5.com/en/users/datbh/seller [MT4 version: https://www.mql5.com/en/market/product/93601 ] ! Next price --> $699 and final: 1779$ This is a smart grid-based automated trading system, meticulously developed from over a decade of trading experience. The system leverages quantitative analysis, trend evaluation, and key resistance levels to execute precise entries. Our EA specializes in trading three major currency pairs: AUDCAD NZDCAD AUDNZD Designed with both efficiency a
Introducing the Professional Manager Trader  – a powerful tool designed to enhance your trading experience. Developed with the expertise of a skilled full-time trader, this trading interface effectively manages your trades and capital. Its strategy is built on breakouts and incorporates personally developed confirmation indicators, which have a proven track record of success. With a strong focus on risk and money management, the  Professional Manager Trader holds the key to successful trading.
Gold Zone EA
Simon Reger
4.02 (44)
Gold Zone EA is a fully automated Expert Advisor that analyzes market structure using supply and demand zones and executes trades based on defined price reactions. The EA combines zone detection, momentum analysis, EMA filtering, multiple take-profit levels, break-even logic, trailing stop and an integrated manual trading panel directly on the chart. The EA works on many symbols, including: XAUUSD, EURUSD, GBPUSD, USDJPY, BTCUSD as well as numerous other Forex, index and CFD instruments. No ext
FREE
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Goal Pilot
Pablo Eugenio Licon Nenclares
Goal Pilot MT5 Overview Goal Pilot is a professional Expert Advisor (EA) for MetaTrader 5 designed to help traders pursue a predefined income target while applying disciplined risk management. Unlike traditional Expert Advisors that focus solely on generating trading signals, Income Trading Bot combines automated trade execution with capital management, risk control, and progress tracking toward a user-defined financial objective. The EA continuously monitors market conditions, evaluates trading
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AU
Aureus Trader
Divyesh Pandey
Aureus Trader is an automated scalping robot for MetaTrader 5 designed to trade actively on liquid forex and crypto pairs with strict risk control and low latency execution. ​ What Aureus Trader does Aureus Trader focuses on short-term price movements, opening and closing trades frequently during high-liquidity sessions. ​ The algorithm uses technical filters to avoid abnormal spreads and low-volatility periods, aiming to capture quick intraday moves rather than long trends. ​ Risk management T
Grid Averaging Pro  is a combination of Grid Trading and Cost Averaging with sophisticated algorithm and build-in Hedging to protect your account drawdown. Once your initial trade moves into negative territory, the recovery mechanism will kick in and place consecutive market orders in the same direction, all of which will be closed with a combined profit or approximately break even. Product Links Fully  Description in English  :  [USER GUIDE ENGLISH] - GRID AVERAGING PRO (MT4/MT5) Fully  Descri
Smart Grid Navigator
Anastasia Danilova
Adaptive Grid Trading System Smart Grid Navigator is a professional trading expert advisor that uses a multi-level grid strategy with an intelligent entry filtering system. The program automatically manages positions based on technical indicator analysis and market conditions. The advisor comes with optimized settings and is ready to use immediately after installation. You can launch it on a chart and start testing. All parameters have safe default values and can be adapted to your trading style
Demark Gold Cyber
Ignacio Agustin Mene Franco
DEMARK PSAR CYBER v1.00 Expert Advisor for MetaTrader 5 | XAU/USD (Gold) | H1 Timeframe Developed by Worldinversor 2026 Overview DEMARK PSAR CYBER is a high-precision quantitative Expert Advisor designed exclusively for trading the XAU/USD pair on the H1 timeframe. Its strategic core combines two technically sound indicators—the DeMarker and the Parabolic SAR—with a grid-based order management system, dynamic trailing stops, and automatic closure based on profit targets. All of this is integra
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
Exclusive Imperium MT5 — Automated Trading System Exclusive Imperium MT5 is an Expert Advisor for MetaTrader 5, based on market analysis algorithms and risk management. The EA operates in a fully automated mode and requires minimal trader intervention. Attention! Contact me immediately after purchase to receive setup instructions! IMPORTANT: All examples, screenshots, and tests are provided for demonstration purposes only. If a certain currency pair shows good results with one broker, it does no
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Tenet Scalp
Cence Jk Oizeijoozzisa
TENET is an automated Expert Advisor for MetaTrader 4 developed specifically for trading XAUUSD (Gold) on the M1 timeframe. The EA uses a grid-based position management approach combined with predefined risk control, automated trade management, and multiple entry filters. It is designed for traders who prefer short-term market opportunities while maintaining controlled exposure. Every position is protected by a Stop Loss, and the EA includes Break-Even and Trailing Stop functions for automated
ReversiLot
Kostiantyn Lytvyn
ReversiLot is a powerful automated trading tool on the MetaTrader 5 platform, created for professional traders and investors. This advisor is based on a money management strategy using Martingale and can adapt to market conditions. Key Features: Dynamic Lot Management: The initial lot size is calculated based on the risk percentage of the deposit. The ability to increase the lot size by multiplying after each losing trade. Flexible Parameter Settings: RiskPercentage – the risk percentage for ca
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
5 (2)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (29)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
Smart Gold Hunter
Barbaros Bulent Kortarla
4.87 (30)
No Grid/No Martingale/No Recovery/No Hedging/Single Entry with SL/One Shot  Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a gold EA with no grid, no martingale, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signals before making a decision: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My  (Here I use Scalper Mode, To have the exact se
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Scalping Robot Pro MT5
MQL TOOLS SL
4.47 (141)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (7)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Lizard
Marco Scherer
4.05 (42)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signals - Track real performa
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Logan MT5
Thierry Ouellet
4.95 (22)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 14th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—incl
Zoomini
Gennady Sergienko
2.21 (14)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.44 (133)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Cortex IDX
Vladimir Mametov
5 (2)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (506)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
Zerqon EA
Vladimir Lekhovitser
3.43 (28)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Pulse Engine
Jimmy Peter Eriksson
4.06 (36)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Wave Rider EA MT5
Adam Hrncir
4.83 (46)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
Nexorion Initium Novum EA
Valentina Zhuchkova
4.23 (26)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signa
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
The Gold Space
Ayush V Jain
5 (3)
Live Signal on Vantage https://www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminates emotional trading by stric
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.52 (21)
UPDATE:  Few Copies Left At Current Price! Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +290% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in vo
Fantastic 4 MT5
Fan Yang
3 (2)
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating 5 mutually independent quantitative trading logics targeting XAUUSD. After long-term research, iterative optimization, historical backtesting and live market verification, each built-in strategy has exclusive entry rules, independent order management and customized risk control modules. All strategies run separately without mutual interference. The combination of four strategies with low correl
Filter:
No reviews
Reply to review