FJ Universe DCA DwxZero

FJU DCA DWX ZERO BOT | Darwinex Zero Ready MetaTrader 5 Trading Robot

An automated trading solution designed to make your Dollar-Cost Averaging (DCA) strategy work hand in hand with Darwinex Zero on MetaTrader 5 (MT5).

This Expert Advisor (EA) is the Darwinex Zero aware evolution of the original FJ Universe DCA Investor. It employs the same disciplined DCA strategy: it evaluates conditions for opening a buy position and updating the take-profit level after each new candle opens. If no trades are active, a new trade is initiated. For existing trades, the EA calculates the "totalInvestmentForBot" divided by "numberOfOrders" to create a DCA GRID for subsequent orders below the current price, ensuring strategic risk management.

On top of that, the EA understands the Darwinex Zero Risk Engine. It models the monthly Value at Risk (VaR) of your ladder, sizes every order automatically toward the official 6.5 percent VaR target, compensates the deleverage of later grid orders, respects the D-Leverage limits, and protects your DarwinIA rating with a monthly drawdown guard. The goal is simple: your DARWIN should mirror your account instead of being rescaled away from it.

All trading signals are sent directly to a Discord server or Telegram for real-time monitoring and can be customized to suit your preferences. A professional dashboard on the chart shows estimated D-Leverage, modeled VaR, margin runway, DarwinIA month statistics and the status of every protection module.

Features:

  • Executes buy positions based on a new candle opening, with no active trades triggering a new order.
  • Calculates and updates take-profit levels as a percentage above the average price (input "takeProfitInPercentage"), excluding swap fees.
  • Implements a DCA LONG GRID strategy by dividing the "totalInvestmentForBot" across a specified "numberOfOrders" for orders placed down to a 100% price drop.
  • AUTO VaR sizing for Darwinex Zero: scales every lot so the modeled monthly VaR of the planned ladder matches the target, keeping the DARWIN VaR ratio near 1.0.
  • Progressive anti-deleverage boost: each next grid order is slightly larger to compensate the Risk Engine shrinking later orders, so the DARWIN average price stays aligned with yours.
  • D-Leverage clamp with EURUSD volatility reference: the EA stops increasing exposure before the official 9.75 hard cap, so the Risk Engine never partially closes your DARWIN trades.
  • Free Margin Guard: blocks any order that would eat into your protected equity reserve and forecasts how many grid orders still fit into free margin.
  • Margin Manager: banks profitable legs when used margin crosses a threshold. Losing trades are never touched.
  • DarwinIA protection: monthly drawdown guard pauses new grid orders when the month drawdown crosses your limit, plus an activity reminder so you never miss the minimum one trade per month.
  • Account Manager: equity take profit and stop loss for the whole account, scheduled closes of profitable trades daily, every Friday or on the last trading day of the month, and an age based close for profitable trades older than a chosen number of days.
  • Integrates with Discord and Telegram to send trading signals directly to your private channel, with customizable webhook and nickname settings.
  • Supports optimization for multiple currency pairs and accounts by allowing configuration of filling policies (FOK, IOC, or Return) to match broker requirements.
  • Enables running multiple EAs on the same pair or account by assigning unique Magic Numbers to prevent trade interference.

Configuration Settings:

  • Total Investment (totalInvestmentForBot): The total amount of money you allocate for the EA to trade on a specific currency pair and timeframe. Think of it as the budget the EA uses to open trades.
  • Cost Format (costFormat): Choose how you want to set trade sizes: in fiat currency (e.g., USD), in lots (e.g., 0.01 lots), or as a percentage of balance or equity. This gives you flexibility based on your trading style.
  • Number of Orders (numberOfOrders): The number of smaller trades the EA splits your Total Investment into. These trades form a Dollar Cost Averaging (DCA) grid, designed to handle price drops up to 100% by buying at different price levels.
  • Take Profit Percentage (takeProfitInPercentage): The profit target, expressed as a percentage above the average price of your open trades. Note: This does not account for swap fees (overnight holding costs).
  • -------------------
  • Sizing Mode (dzeroSizingMode): The most important Darwinex Zero input. AUTO_VAR_TARGET lets the EA size all lots automatically so the modeled VaR of your ladder matches the target and your DARWIN mirrors your account. MANUAL_RATIO gives you full manual control through the Leverage Order Ratio.
  • Target VaR Percent (dzeroTargetVarPct): The monthly VaR the AUTO mode aims for. The Darwinex Zero band is 3.25 to 6.5 percent. Leave at 6.5 unless your DARWIN page suggests aiming lower.
  • VaR Fill Factor (dzeroVarFillFactor): How full the AUTO model assumes your ladder is on average (0.5 means half full). This is your tuning knob: if your live DARWIN VaR ratio stabilizes below 1.0 raise it slightly, above 1.0 lower it slightly.
  • Auto Factor Min / Max (dzeroAutoFactorMin, dzeroAutoFactorMax): Safety floor and ceiling for the automatic sizing factor, so an unusual market reading can never produce absurd lot sizes.
  • Use Darwinex Leverage (useDarwinexLeverage): When set to "True," each next grid order is progressively slightly larger to cancel the Risk Engine shrinking later orders. Keep it on for Darwinex Zero accounts.
  • Leverage Order Ratio (leverageOrderRatio): The base lot multiplier in MANUAL_RATIO mode. 1.0 is neutral, 2.0 doubles, 0.5 halves. This value is sovereign and is never clamped by the EA.
  • Boost Step (dzeroBoostStep): The extra progressive boost added per already open order. The default 0.01 means order number 100 is opened twice as large as order number 1.
  • Max Boost (dzeroMaxBoost): The cap of the progressive part only. The Risk Engine tolerates VaR changes up to a factor of about 2, so larger boosts would be wasted.
  • Max D-Leverage (maxDLeverage): The EA stops increasing exposure when the estimated D-Leverage would cross this value. Default 9.0 keeps a safety buffer under the official 9.75 hard cap for positions held longer than 60 minutes.
  • VaR Jump Warn Percent (dzeroVarJumpWarnPct): Sends a warning before any single order would grow your total exposure by more than this percentage, because large VaR jumps deleverage the whole ladder on the DARWIN side.
  • Reference Symbol (dzeroReferenceSymbol): The volatility reference for the D-Leverage estimate. Darwinex Zero standardizes risk in EURUSD terms, so leave EURUSD unless your broker uses a suffix like EURUSD.x.
  • -------------------
  • Margin Guard Enabled (marginGuard_Enabled): When set to "True," the EA calculates the exact margin of every order before sending it and blocks any order that would eat into your protected reserve. On Darwinex Zero a margin stop ends your DARWIN, so this is your seatbelt.
  • Margin Guard Reserve Percent (marginGuard_ReservePct): The percentage of your equity that must always stay free. The dashboard margin runway (how many orders still fit) is calculated against this reserve.
  • -------------------
  • Margin Manager Enabled (MarginManager_Enabled): When set to "True" and used margin crosses the threshold, the EA closes profitable grid legs to bank small wins and free margin. Losing trades are never closed by this module.
  • Margin Manager Threshold Percent (MarginManager_ThresholdPerc): The used margin percentage that triggers the Margin Manager. Set 0 to disable.
  • Margin Manager Min Profit Percent (MarginManager_MinProfitPerc): The minimum profit, as a percentage of position value, a leg must have before the Margin Manager may close it.
  • -------------------
  • Monthly Drawdown Guard (DIA_UseMonthlyDDGuard): When set to "True" and the current month drawdown exceeds the limit, the EA pauses new grid orders until the next month. Existing positions are untouched. Drawdown and the six month return drive most of the DarwinIA rating, and this guard protects both.
  • Monthly Drawdown Limit Percent (DIA_MonthlyDDLimitPct): The monthly maximum drawdown percentage that triggers the pause.
  • Activity Reminder (DIA_ActivityReminder): Sends a Discord reminder after 20 days without a trade, because DarwinIA requires at least one trade in the current or past month to participate in allocations.
  • -------------------
  • Use Equity Targets (AccMgr_UseEquityTargets): Master switch for equity exits. These are the only actions that close the whole account; everything else in this EA touches only its own trades.
  • Equity Take Profit (AccMgr_EquityTakeProfit): When account equity rises to this value, all trades on the account are closed. Set 0 to disable.
  • Equity Stop Loss (AccMgr_EquityStopLoss): When account equity falls to this value, all trades on the account are closed. This is the account saving floor. Set 0 to disable.
  • Close Other Charts (AccMgr_CloseOtherCharts): After an equity exit, also close all other charts to stop other EAs from opening new trades.
  • Remove EA After Exit (AccMgr_RemoveEAAfterExit): After an equity exit, remove this EA from the chart.
  • Close Last Day Of Month (AccMgr_CloseLastDayOfMonth): Closes this EA's profitable trades on the last trading day of the month at the Month Close Time. If the month ends on a weekend, it fires on Friday.
  • Month Close Time (AccMgr_MonthCloseTime): Server time in HH:MM format for the month end close.
  • Close Every Friday (AccMgr_CloseEveryFriday): Closes this EA's profitable trades every Friday at the Friday Close Time, so you can go into the weekend with banked profits. Re-entry is allowed.
  • Friday Close Time (AccMgr_FridayCloseTime): Server time in HH:MM format for the Friday close. Choose a time inside your symbol's trading session.
  • Close Every Day (AccMgr_CloseEveryDay): Closes this EA's profitable trades every day at the Daily Close Time.
  • Daily Close Time (AccMgr_DailyCloseTime): Server time in HH:MM format for the daily close.
  • Close Profitable After Days (AccMgr_CloseProfitableAfterDays): Closes each profitable trade of this EA individually once it is older than this number of days. Set 0 to never close by age.
  • Min Profit Percent (AccMgr_MinProfitPerc): Defines what "profitable" means for all scheduled closes: profit must be at least this percentage of the position value, which covers commissions and background fees. Important: all scheduled closes act only on profitable trades of this EA, identified by Magic Number, and only while the market is open.
  • -------------------
  • Magic Number (magicNumber): A unique ID assigned to the EA to track its trades. This prevents the EA from interfering with other EAs or your manual trades, keeping everything organized.
  • Use Filling Policy (useFillingPolicy): When set to "True," the EA automatically picks the best order execution method (Fill or Kill, Immediate or Cancel, or Return) based on your broker's requirements, ensuring smooth trade execution.
  • Last DCA Cycle (lastCycleOfDCA): Choose whether the EA should stop trading after completing a full DCA cycle (i.e., after closing all positions). Useful for controlling when the EA pauses.
  • -------------------
  • Brand Link Name (brandLinkName): Add a custom name for a link included in your trade reports, making it easy to personalize or brand your reports.
  • Brand Link URL (brandLinkURL): Provide a URL to pair with the Brand Link Name in your trade reports, such as a link to your website or profile.
  • Discord Nickname (discordNickname): The name displayed in Discord reports. You can use <@id> tags to mention specific users or roles in your Discord channel.
  • Discord Webhook Logs (discordWebhookLogs): The URL for a Discord webhook to send detailed trade logs to your custom Discord channel, keeping you updated on EA activity.
  • Discord Webhook Results (discordWebhookResults): The URL for a Discord webhook to send profit and loss (PNL) results to your custom Discord channel, so you can track performance.
  • Telegram Nickname (telegramNickname): The name shown in Telegram reports. Supports @id tags to tag specific users or groups.
  • Telegram Bot Token (telegramBotToken): The API token from Telegram's BotFather, used to connect your EA to a Telegram bot for sending reports.
  • Telegram Chat ID (telegramChatID): The ID of the Telegram chat or group where your bot will send PNL results, keeping you informed on the go.

How to use the EA on Darwinex Zero (recommended workflow):

1. Attach the EA to one chart of a Darwinex Zero supported symbol, timeframe H1 is the tested default.
2. Set your Total Investment and Number of Orders, then leave Sizing Mode on AUTO_VAR_TARGET.
3. Check the dashboard: Margin Runway should comfortably cover your remaining planned orders, and Est D-Leverage should stay well under the clamp.
4. During the Darwinex Zero calibration phase trade exactly like you plan to trade long term, because those decisions shape your DARWIN's initial risk multiplier.
5. Once your DARWIN is live, compare its VaR ratio with 1.0 monthly and fine tune the VaR Fill Factor in small steps if needed.

Setup for Discord Integration:
To enable Discord signal notifications, configure the WebRequest settings in MT5:
1. Go to Tools > Options > Expert Advisors tab.
2. Check "Allow WebRequest for listed URL."
3. Add "https://discord.com" & "https://discordapp.com" to the list of allowed URLs.

Setup for Telegram Integration:
To enable Telegram signal notifications, configure the WebRequest settings in MT5:
1. Go to Tools > Options > Expert Advisors tab.
2. Check "Allow WebRequest for listed URL."
3. Add "https://api.telegram.org" to the list of allowed URLs.

Honest words about risk: DCA strategies hold drawdown during falling markets by design, and a grid sized too large for the account can reach a margin stop. All D-Leverage and VaR values shown by the EA are estimates based on the public Darwinex Zero documentation model, not official platform calculations. Trading leveraged products involves substantial risk of loss, and past performance does not guarantee future results. Please trade only with risk capital you can afford to lose.

This trading robot is ideal for traders building a DARWIN on Darwinex Zero who want their DCA strategy represented faithfully, protected from deleverage, and managed with professional risk controls. It is highly customizable, compatible with any Darwinex Zero supported symbol, runs equally well on regular MT5 accounts in MANUAL_RATIO mode, and operates seamlessly in both live and demo environments. Whether you are a beginner or an experienced trader, the DCA DwxZero Bot provides a robust and user-friendly solution to enhance your trading efficiency, your risk management, and your DarwinIA rating.

Recommended products
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
Automatic Advisor for the   Bitcoin   instrument.   Timeframe H1. Terminal MT5 I created this Advisor specifically for a prop company. All the efforts of five years went into creating a safe product. The Advisor consists of 8 small Advisors and is a ready-made Portfolio. Attention: The Advisor uses two large trading strategies (!): Trend Trading; Trading by Seasonal Patterns (time cycles) The Advisor   DOES NOT use   toxic strategies: Strategy Availability                                      
Exclusive Black Pro Max MT5 — Automated Trading System Exclusive Black Pro Max MT5 is an Expert Advisor for MetaTrader 5, built on advanced market analysis algorithms and risk management strategies. 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 specific currency pair shows good resu
Aurus AI
Dmitriq Evgenoeviz Ko
Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
Gold Hybrid EA
Kunal Ramanbhai Vaghela
*** NEVER LOSING ADAPTIVE STRETEGY *** Gold Hybrid EA is a professional Expert Advisor built specifically for XAUUSD (Gold) on the H1 timeframe. It combines three independent trading strategies into a single adaptive engine, each targeting different market conditions. **Three-Strategy Engine** - Trend Following: EMA crossover confirmed by ADX filter. Captures directional moves when gold is trending. Configurable fast/slow EMA periods and ADX threshold. - Mean Reversion: RSI extremes combined
Unified MultiindicatorReader EA
Abraham Apotierioluwa Apesinola
# UNIFIED MULTI-INDICATOR READER EA ## The Ultimate Indicator Aggregator for MetaTrader 5 ### Stop Coding. Start Trading. **Turn Any Indicator into a Profitable Trading System in Seconds.** Are you tired of staring at multiple charts, trying to interpret conflicting signals from your favorite indicators? Do you have a killer trading strategy that requires confirmation from three different tools, but you can't manually execute it fast enough? Introducing the **Unified Multi-Indicator Reader
GoldSMC ProFx – Institutional SMC Execution for MT5 Master the Markets with Logic, Not Luck. GoldSMC ProFx is a high-performance algorithmic trading system built for the modern trader. Moving away from retail indicators, this EA focuses on Price Action and Market Structure , automating the complex Smart Money Concepts (SMC) strategy with surgical precision. The Strategy: Institutional Order Flow GoldSMC ProFx identifies where the "Big Money" is moving. It doesn't just chase price; it waits for
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Deep Trend Pro
Ignacio Agustin Mene Franco
DEEP TREND X — Expert Advisor with Artificial Intelligence for XAUUSD Deep Trend X is a 100% automated Expert Advisor, specifically designed for trading Gold (XAUUSD). It combines cutting-edge machine learning algorithms with institutional market analysis to detect highly accurate entries in both trending and ranging markets. ARTIFICIAL INTELLIGENCE CORE The EA's core engine integrates two AI models that self-train on each new candlestick: SVM RBF (Support Vector Machine with Radial Kern
Sun Bin SCF is an Expert Advisor that identifies moments when market participants act in the same direction.  It observes recent price bars and volume to detect situations where buyers or sellers dominate together.  When a consistent crowd movement appears, the EA opens a trade in the same direction and manages it using pre-defined risk and exit rules. Main Features: - Crowd detection based on consecutive bars with similar direction. - Volume confirmation to avoid false signals in low-activity
MT5 EA for EUR/USD (1-Hour Chart) – Dominate the Markets with Confidence! Experience the power of algorithmic trading with our   MetaTrader 5 Expert Advisor (EA) , developed specifically for the   EUR/USD pair on the 1-hour (H1) timeframe .  Why Choose This EA? Currency-Specific Design   – Built exclusively for   EUR/USD , ensuring optimized strategy execution. Timeframe-Sensitive   – Precision-tuned for the   1-Hour (H1)   chart.   (Applying it to other timeframes may affect performance.) Fully
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
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
NAS100 Strategy EA v1
Sergio Millares Raposo
A professional Expert Advisor (EA) for the Nasdaq 100 and XAU/USD that operates on a 5-minute timeframe, based on moving average crossovers to detect trends and clean entries in Gold and the Nasdaq 100. It is designed to capture fast and solid movements, filtering out false signals and avoiding noise in sideways markets. Ideal for traders seeking automation, consistency, and a clear strategy in a high-volatility asset. The system adapts to the dynamics of XAU/USD and Nasdaq and can be used on bo
Aurus Apex
Dmitriq Evgenoeviz Ko
Aurus Apex — A Next-Generation Intelligent Trading Terminal Aurus Apex is more than just an advisor; it's a fully-fledged trading ecosystem that combines classic technical analysis, modern trade support algorithms, and fundamental data filtering. Designed for professionals who value deep customization, it remains as friendly as possible to beginners thanks to the "Plug & Play" concept: by default, the robot is configured for extremely conservative operation - one order per market with strict St
Direction Edge Pro is a fully automated Expert Advisor designed for Forex traders who want precision, simplicity, and consistent results on the EURUSD pair. Built around a proprietary directional detection algorithm, the EA identifies high-probability market moves and enters trades automatically — no manual intervention required. With a clean Take Profit target of 50 pips and an intelligent exit system, it is engineered to capture trend momentum efficiently. How It Works Direction Edge Pro conti
GoldPilot XAU is an Expert Advisor for MetaTrader 5 designed for the automated trading of XAUUSD, being perfect for small cent accounts. It employs a strategy based on Buy Stop and Sell Stop orders, featuring automated order management, an intelligent grid reset, and profit protection. The EA is optimized for 24/7 operation and allows for the configuration of risk parameters and strategy settings directly. 
Stark AI Gold Martingale Scalper Master (v2.21) Next-Gen Hybrid Neural Network & Trend-Locked Matrix Architecture for Gold (XAUUSD) Stark AI Gold Martingale Scalper Master is an elite, fully autonomous algorithmic trading system engineered exclusively for Gold (XAUUSD). Unlike primitive martingale grids that blindly add market orders during high-slippage events, this system fuses an advanced Predictive Neural Network Gate with a mechanical MACD Trend-Locked Interlock Protocol to achieve maximum
Apex Gold Fusion
Dmitriq Evgenoeviz Ko
++ Apex Gold Fusion – The Intelligence and Energy of Gold Trading Apex Gold Fusion is more than just a trading robot; it's a synergy of advanced mathematical algorithms and in-depth gold (XAUUSD) volatility analysis. This advisor is designed for traders who value entry accuracy, capital security, and consistent results. ++ Why choose Apex Gold Fusion? ++ Specialization on XAUUSD: The algorithm is tailored exclusively to the nature of gold movements, taking into account its specific market impul
Apex Gold Dynamics 11
Nicola Biacca Notari
English Version Apex Gold Dynamics - Battalion 11 (XAUUSD / Gold) Attention: This Expert Advisor is a specialized tactical module. For optimal performance, risk management, and capital protection, it is highly recommended (and specifically engineered) to operate under the command of the Vanguard Sentinel Core master algorithm. ️ WHAT'S NEW (LATEST UPDATE) Broker-Agnostic Symbol Mapping: You can now dynamically edit and customize asset symbols directly from the input parameters. This essen
GoldPulse HFT
Vagif Shabanov
GoldPulse HFT v10.16 PRO+ GoldPulse HFT v10.16 PRO+ is a specialized software solution for the MetaTrader 5 terminal, designed to automate trade execution based on the analysis of market price micro-impulses. The system combines a trading algorithm with tools for deep market environment diagnostics and infrastructure control. Technical Specifications and Functionality XAUUSD Specialization: The algorithm is optimized for gold volatility, accounting for the specific characteristics of price impul
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
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
Nexus HFT Pro
Daniel Ivan Stadelmann
Nexus HFT PRO Nexus HFT PRO is an Expert Advisor for MetaTrader 5 designed to identify short-term trading opportunities by analyzing real-time price action and market dynamics. The system incorporates flexible management that allows it to adapt to different financial instruments and risk profiles. Multi-pair XAUUSD recommended Key Features Automatic trade opening. Configurable risk management. Support for fixed and automatic lot sizes. Spread control. Advanced Stop Loss and Take Profit mana
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
MangoFX Tessa
Olisa Chigozie Ufondu
MangoFX Tessa is a sophisticated, rules-based trading robot for MetaTrader 5 that identifies high-probability entry points using a unique price-level analysis combined with trend-confirming EMAs. It is designed for traders who want a disciplined, automated system with flexible risk management and two distinct trading modes. The EA's core logic is built around proprietary X-number levels to determine precise entry, stop-loss, and take-profit levels. It then uses the relationship between two EMA
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
Gold Zone EA
Simon Reger
4.02 (43)
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
V950 Queen
Zhanbota Karashulakov
V950 QUEEN is a professional automatic trading Advisor for MetaTrader 5, designed for XAUUSD trading using trend analysis, Smart Money Concept (SMC) elements, multi—level signal filtering and an advanced money management system. The ADVISOR combines several independent market analysis modules, a dynamic risk calculation system, and intelligent support for open positions. The main task of the system is to find high—quality trading opportunities, control risk and accompany profitable transaction
Buyers of this product also purchase
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Big Forex Players MT5
MQL TOOLS SL
4.76 (139)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Syna
William Brandon Autry
5 (27)
Syna 7 - The AI That Stays With the Trade Most trading systems stop thinking after they enter. Syna does not. Syna 7 is an AI trading assistant and autonomous trading system built to remain involved from analysis to exit. It can monitor current conditions, remember trade context, evaluate news and volatility, manage positions, coordinate accounts, and continue reassessing decisions after the order is open. Trading does not end at entry. Neither should the intelligence. One continuous intelligen
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
AiQ
William Brandon Autry
4.87 (38)
Introducing AiQ Gen 2 – Faster. Smarter. More Capable Than Ever. We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail trading. AiQ Gen 2 is the next evolution in that line. AiQ Gen 2 is built for speed at a different level. Pending orders are at the core of its edge, allowing it to position with precision before momentum expands, then let adaptive intelligence take over. Most AI tools answer once and forget everything.
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Famous EA
Ugochukwu Mobi
Famous EA   is a high-performance Expert Advisor built for serious traders who expect consistent results and intelligent trade execution. It merges price action, trendline dynamics, and a proprietary filter algorithm to spot high-probability entries and exits with discipline. Strategy Overview Famous EA operates using: Custom non-repainting indicator logic Dynamic trendline / support-resistance detection Multi-timeframe price action analysis Proprietary noise-filtering algorithm This blend lets
AI Nodiurnal EA MT5
Ugochukwu Mobi
5 (2)
AI Nodiurnal EA is an advanced Forex robot that leverages cutting-edge machine learning technology to optimize trading strategies and enhance performance in the dynamic foreign exchange market. The term "Nodiurnal" reflects its ability to adapt and operate not only during the typical diurnal (daytime) trading hours but also during non-standard periods, providing a continuous and adaptive approach to forex trading. Settings : Default settings on Currency Pair :  EURUSD H1 . Special setting is onl
Minting
Zenzo Phathisani Mtungwa
***ATTACH to M1 or M5 for best results and quick entries and exits*** Minting –  is a streamlined, professional-grade Expert Advisor developed by Ramulo Software Ltd., designed specifically to capitalize on the volatility and profit potential of Gold (XAUUSD). It combines intelligent EMA-based market structure, ATR trend detection, tiered USD trailing, and strict drawdown control into a lightweight, easy-to-run trading system. Minting is the entry gateway into the Emerge ecosystem . It is inten
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
Scalp Master Expert Advisor is a fully automated trading system designed for scalping strategies in trending market conditions. It is built to identify short-term trading opportunities in liquid markets while maintaining a strong focus on trade quality and risk control. The EA is suitable for traders who prefer a systematic and rule-based approach without manual intervention. Recommended Pairs: XAUUSD & BTCUSD It performs best on instruments with tight spreads and strong liquidity, including: XA
YZH AlgoCore
Yusuf Ziya Hazeral
5 (1)
YZH AlgoCore — One Robot, Six Instruments Smart Algorithms. Disciplined Execution. There are thousands of "gold robots" on the market. How many of them can run the same engine on XAUUSD, EURUSD, GBPUSD, GBPJPY, USDJPY and BTCUSD — with zero configuration changes? YZH AlgoCore is now a true multi-symbol system. Attach it to a chart and it simply knows: the robot detects the symbol automatically and loads its dedicated built-in profile. Timeframes, indicator configuration, scaling behavior — ever
Swingy3
Bashier Awny Husein Ismail Alhafy
Swingy3: The Institutional Pivot & Swing Execution Engine Swingy3 is an algorithmic trading system designed for MetaTrader 5, focusing on high-conviction price action swings and institutional-grade risk management. Unlike standard retail indicators, Swingy3 analyzes market structure through dynamic pivot points and multi-timeframe confluence to identify entries where momentum and exhaustion align. The Strategy The core of Swingy3 is its advanced Pivot Analysis engine. It detects institutional "S
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Advanced Automated Gold Trading System Gold Catalyst EA MT5 is a fully automated trading solution exclusively optimized for XAU/USD (Gold) . By combining trend-following methods , price action confirmations , and dynamic risk management , this EA has demonstrated stable, reliable performance over more than 2.5 years of continuous forward testing under real market conditions — and it is still running on a VPS to this day. Behind the algorithm is a scientist with 15 years of market experience : ob
Quantum Candlestick Collider — Institutional-Grade Precision for XAUUSD Quantum Candlestick Collider is a next-generation automated trading system engineered specifically for XAUUSD (Gold) on the M15 timeframe. Built on a proprietary quantitative engine and advanced candlestick intelligence, this EA delivers exceptional entry precision, adaptive market awareness, and institutional-level risk control — designed to perform even under extreme market volatility. Real trading environment Transpa
Gold Grabber Grid Hedge
Israel Odartei Lamptey
GOLD GRABBER Israel L. MT5 Grid-Hedge EA. WARNING: EA has Optimised  sets for GOLD (XAUUSD) ONLY (Minimum Capital: $1000) Download sets below: Use these sets for XAUUSD:  https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Professional Grid-Hedge Trading System with Advanced Risk Management This sophisticated Expert Advisor employs a dual-directional grid strategy designed for consistent performance in volatile markets. The system opens positions in both directi
PivotStorm
Li Yin Fang
PivotStorm - Adaptive XAUUSD Market Structure Breakout EA Professional Automated Trading System for MetaTrader 5 PivotStorm is a professional XAUUSD Expert Advisor designed for traders who prefer structured breakout trading based on confirmed market levels. The system combines market structure analysis, intelligent pending-order execution and multi-level risk management to provide a disciplined automated trading approach for the gold market. Unlike simple breakout robots that react to every pri
Launch offer. The price rises step by step as the number of sales grows. Every purchase includes all future updates through MQL5 Market. Mercaria Unicorn is an adaptive grid trading system for Gold (XAUUSD) on MetaTrader 5, developed by practicing traders for all experience levels. Overview Mercaria Unicorn is an adaptive trading system for Gold (XAUUSD) and other CFD instruments. Unlike standard grid robots with fixed parameters, it automatically adjusts the number of levels, the lot size, and
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
Neurolite EA gbpusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
Neurolite EA eurusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
A scalper system only work during Asian hours. Several unique indicators to detective the price fluctuation. Dynamic TP/SL level according to market conditions. Fixed stoploss to protect the capital, very low risk of losing a lot of money. No need to obtain SET files. The parameters are the same for each currency pair. It is optimized to work on EURAUD . It is recommended to use Eagle Scalper on M15 chart. It is recommended to run it on a real ECN broker with very low spread . It is recommended
Snake EURUSD
Thurau Baerbel
Snake EURUSD Real EA is a fully automatic Forex Trading Expert Advisor. The robot can run on any pair, but the results are better on EURUSD M15. The system can run with any broker that also provides Floating Spread. Advantages The EA does not use systems like martingale, hedging, etc. The EA uses SL and Trailing Stop to make a profit. In addition, you can also set TP (EURUSD at 93 for me). Best test results with 99.0% in the backtest. It is not necessary to close the EA during the press release
BenefitEA Mt5
Vsevolod Merzlov
Benefit EA Uses only hedging accounts.     Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the oper
TS Trade
Carlos Reis Dos Santos
DESCRIÇÃO O TS Trade é um robô desenvolvido por profissionais com longa experiência no Mercado Financeiro. É baseado em algoritmos de negociação avançados. Tem como principal característica uma gestão de risco rigorosa. É perfeito para quem busca uma ferramenta eficaz para automatizar suas negociações. Instale o Robô e deixe que ele faça todo o trabalho por você. MÉTODO O TS Trade utiliza um algoritmo o qual possibilita identificar uma tendência do mercado a partir da movimentação de duas média
On Control EA MT5 V2 Game-Changing Software For The Forex Market  On Control EA was created to help traders like you maximize their income. How would you like to gain access to a world-class proprietary piece of software designed for one purpose, to improve your Forex strategy? Let’s be honest, it can be hard to understand which technical analysis & trading signals you should follow. With On Control EA, you now have a powerful tool that will enhance your Forex trading strategy & elevate your in
More from author
FJUNIVERSE | MT5 Minimum Lot Price Snapshot Tool A simple and effective way to understand your risk per trade. This script is designed to help beginner traders clearly see the potential risk associated with trading the minimum lot size on each symbol listed in their Market Watch. With one click, the script calculates the estimated value of a position opened at the minimum lot size, using the current market (ask) price and contract size. It then determines how much would be at risk if the price o
FJ Universe DCA Investor
Frantisek Juris
5 (3)
DCA INVESTOR BOT | MetaTrader 5 Trading Robot An automated trading solution designed to simplify and optimize your trading strategy on MetaTrader 5 (MT5). This Expert Advisor (EA) employs a disciplined Dollar-Cost Averaging (DCA) strategy to execute buy positions and manage trades efficiently. It evaluates conditions for opening a buy position and updating the take-profit level after each new candle opens. If no trades are active, a new trade is initiated. For existing trades, the EA calculates
DCA HEDGE BOT | MetaTrader 5 Short Selling Robot Master bearish markets with the DCA Hedge Bot, an automated trading solution designed to optimize your short-selling strategy on MetaTrader 5 (MT5). This Expert Advisor (EA) leverages a disciplined Dollar-Cost Averaging (DCA) strategy to execute sell positions and manage trades efficiently in volatile or rising markets. It evaluates conditions for opening a sell position and updating the take-profit level after each new candle opens. If no trades
HFT TURBO BOT | MetaTrader 5 Trading Robot Supercharge your trading with HFT TURBO BOT, a cutting-edge automated trading solution designed for MetaTrader 5 (MT5). This Expert Advisor (EA) leverages a high-frequency trading (HFT) strategy to execute lightning-fast trades with small take-profit targets and high leverage, maximizing opportunities in volatile markets. Built for traders who crave speed and precision, HFT TURBO BOT opens buy or sell positions at the start of each new candle, with cust
AIX GROK FJU ASSISTANT | MetaTrader 5 AI-Powered Trading Advisor Transform your trading with the AIX GROK FJU ASSISTANT, an advanced MetaTrader 5 (MT5) Expert Advisor (EA) that leverages cutting-edge AI technology from GROK (powered by xAI) to provide real-time technical analysis and trading insights. Designed for both novice and seasoned traders, this EA connects your MT5 charts to GROK AI, delivering data-driven, emotion-free trading signals directly to your Discord or Telegram. By analyzing c
FJUNIVERSE | MT5 Volatility Checker & Minimum Lot Snapshot Tool A powerful one-click scanner that instantly reveals the real risk and volatility of every symbol in your Market Watch — using the current chart timeframe. This script calculates the exact USD value at risk for the broker-defined minimum lot, plus a complete volatility profile based on all loaded candles. Results are saved in a clean CSV file and printed to the MetaTrader Journal with bar count. Features: Calculates MINPRICE: risk of
MetaTrader 5 Expert Advisor integrating Grok AI (xAI) for real-time chart analysis, customizable signals, and automated trading support. The Grok AI Trader - FJU Assistant is an MT5 Expert Advisor (EA) that connects your MetaTrader 5 platform directly to Grok AI from xAI. Using predefined or custom prompts, it analyzes chart data (OHLC, volume, etc.) at candle close and provides technical insights, trading suggestions, and optional automated order execution. Signals and reports can be sent to Di
Overview FJUNIVERSE RSI MACDON EA is a fully automated Expert Advisor for MetaTrader 5 that uses RSI (Relative Strength Index) and MACD (Moving Average Convergence Divergence) as its core signal engine. Before any trade is opened, the EA evaluates up to ten configurable RSI and MACD conditions simultaneously. All conditions must pass at the same time. This approach reduces false entries and improves the quality of every position placed on the account. This EA is extended version of original FJ U
Overview FJUNIVERSE ADX REGIME EA is a fully automated Expert Advisor for MetaTrader 5 that uses the Average Directional Index (ADX) and Directional Movement indicators (+DI / -DI) as its core signal engine. The EA detects the current market regime, whether trending, ranging, or transitional, and adapts its trading logic accordingly. Every trade entry requires a confirmed +DI / -DI crossover between bar[1] and bar[0], combined with configurable ADX strength and momentum filters that must all pas
FJUNIVERSE M. PRINTER EA - High-Leverage DCA Recovery Expert Advisor for MT5 (M1 Scalper) FJUNIVERSE M. PRINTER is a fully automated high-leverage, high-frequency DCA recovery Expert Advisor for MetaTrader 5, engineered for strongly trending markets on the M1 (one-minute) timeframe . The EA uses a grid-style scaling engine combined with an equity-driven recovery module to press an active position as the market moves, then flush every open trade the instant the account equity lifts above the pre-
Overview FJU PROP RSI MACD is a fully automated Expert Advisor for MetaTrader 5 designed for prop-firm challenges, funded accounts, and any account where strict risk-management rules must hold at all times. It is the prop-firm-aware evolution of the original FJUNIVERSE RSI MACDON signal engine, wrapped in three protective layers that make the bot trade like a disciplined human, enforce the rule book automatically, and survive a terminal restart without resetting your daily counters. The signal c
Overview FJ UNIVERSE Quantum Intelligence EA is a fully automated Expert Advisor for MetaTrader 5 that uses a Markov regime-switching model as its core signal engine. Instead of a classic indicator, the EA classifies the market into one of three regimes, Bull, Bear, or Sideways, by measuring the rolling log-return of price over a configurable lookback window. It then builds a live transition matrix, learning the probability that the current regime is followed by an up move versus a down move, an
Filter:
No reviews
Reply to review