Expert Advisor Builder for MT5

Expert Advisor Builder - Create Automated Trading Strategies Without Coding

Additional materials and instructions

Complete manual - MT4 version - MT5 version


Turn your trading idea into a working strategy, without writing a single line of code.

Try it free: a 14-day evaluation version is available on our website.

The Expert Advisor Builder lets anyone create fully automated trading strategies for MetaTrader, with no programming at all. You design your strategy visually in an easy-to-use builder, and this application runs it for you directly inside MetaTrader, around the clock.

What It Offers: A complete way to create, test, and run automated trading strategies. You choose the indicators, patterns, entry rules, exit rules, and risk settings using simple click-to-add components. Each strategy is saved as a plain text module file that you load into this application. From there, MetaTrader executes your strategy automatically, on the symbols and timeframes you choose.

Key Benefits:

  • No coding required - build complete trading strategies visually, with no programming and no compiling

  • Turn a trading idea into a working strategy in about ten minutes

  • Test before you trade using MetaTrader's own strategy tester, not a separate online tester

  • Run many strategies at the same time, across different symbols and timeframes

  • A large set of building blocks: more than 19 indicators, 29 oscillators, 24 candlestick patterns, 18 chart patterns, Fibonacci analysis, and economic news events

  • Built-in risk management with stop loss, take profit, and trailing methods

  • Performance and drawdown monitoring that can pause trading when your limits are reached

  • Your strategies are saved as plain text files that belong entirely to you

How It Works

The Expert Advisor Builder uses three simple parts that work together:

  • The visual builder: where you design your strategy by adding and connecting components, with no coding and no compiling. You can access it through the manual linked at the top of this description.

  • Module files: plain text files you export from the builder. Each file is one strategy.

  • This application: which you attach to a MetaTrader chart. It reads your module files and trades them automatically.

A typical workflow looks like this:

  • Design your strategy in the visual builder. Choose the trade direction, add indicators or patterns for your entry signals, and set your stop loss and take profit rules.

  • Export your finished strategy as a module file.

  • Place the module file in your profile's Configuration folder.

  • Test your strategy in the MetaTrader strategy tester to see how it would have behaved on historical data.

  • When you are happy with it, attach the Expert Advisor Builder to a live chart. It runs your strategy automatically.

  • Adjust and improve any time by editing the strategy in the builder and exporting it again.

For a complete, step-by-step walkthrough with screenshots and examples, please see the full manual linked at the top of this description.

Input Parameters

This application keeps the everyday setup simple. Almost everything about your strategy is set in the visual builder, so in most cases you only choose your profile and leave the rest at their defaults. Every input is explained below, grouped by function.

Profile (PRO)

  • Folder path (e.g. my_ea/v1): The name of the folder that holds your strategy modules. Change it to switch between different sets of strategies. The default is "default".

Combined Feedback (CFEB)

This group saves data about all your running strategies so you can review them later. Each type can be switched on or off.

  • Inspector feedback state: Saves combined performance and drawdown data.

  • Inspector feedback refresh interval (ms): How often the performance and drawdown data is updated, in milliseconds. Default 1000 (once per second).

  • Present trades feedback state: Saves a log of your currently open trades.

  • Present trades feedback interval (ms): How often the open-trades log is updated, in milliseconds. Default 1000.

  • Past trades feedback state: Saves a journal of your closed trades.

  • Meta data feedback state: Saves general system information.

  • Trade screenshots state: Saves a chart screenshot when a trade opens and when it closes.

All Inspector (AISP)

This is a safety layer that watches the combined result of all your strategies and can automatically stop trading when a limit is reached. In each parameter name, "abs" is an absolute amount in your account currency, "rel" is a relative amount in percent, "min" is a lower limit, and "max" is an upper limit. A value of 0.0 switches that single limit off. The day, week, month, and year limits reset at the start of each new period, while the "since start" limits never reset.

Performance limits look at the total profit or loss for the period:

  • Performance day abs min: Lower profit or loss limit for the current day, in account currency.

  • Performance day abs max: Upper profit limit for the current day, in account currency.

  • Performance day rel min: Lower profit or loss limit for the current day, in percent.

  • Performance day rel max: Upper profit limit for the current day, in percent.

  • Performance week abs min: Lower limit for the current week, in account currency.

  • Performance week abs max: Upper limit for the current week, in account currency.

  • Performance week rel min: Lower limit for the current week, in percent.

  • Performance week rel max: Upper limit for the current week, in percent.

  • Performance month abs min: Lower limit for the current month, in account currency.

  • Performance month abs max: Upper limit for the current month, in account currency.

  • Performance month rel min: Lower limit for the current month, in percent.

  • Performance month rel max: Upper limit for the current month, in percent.

  • Performance year abs min: Lower limit for the current year, in account currency.

  • Performance year abs max: Upper limit for the current year, in account currency.

  • Performance year rel min: Lower limit for the current year, in percent.

  • Performance year rel max: Upper limit for the current year, in percent.

  • Performance since start abs min: Lower limit since the application started, in account currency.

  • Performance since start abs max: Upper limit since the application started, in account currency.

  • Performance since start rel min: Lower limit since the application started, in percent.

  • Performance since start rel max: Upper limit since the application started, in percent.

Drawdown limits look at how far your result has fallen from its highest point:

  • Drawdown day abs max: Maximum drawdown for the current day, in account currency.

  • Drawdown day rel max: Maximum drawdown for the current day, in percent.

  • Drawdown week abs max: Maximum drawdown for the current week, in account currency.

  • Drawdown week rel max: Maximum drawdown for the current week, in percent.

  • Drawdown month abs max: Maximum drawdown for the current month, in account currency.

  • Drawdown month rel max: Maximum drawdown for the current month, in percent.

  • Drawdown year abs max: Maximum drawdown for the current year, in account currency.

  • Drawdown year rel max: Maximum drawdown for the current year, in percent.

  • Drawdown since start abs max: Maximum drawdown since the application started, in account currency.

  • Drawdown since start rel max: Maximum drawdown since the application started, in percent.

File Handling (FIHA)

  • Live, Configuration files reading interval (ms): How often MetaTrader re-reads your strategy files during live trading, in milliseconds. Default 1000. A shorter interval makes edits take effect faster.

  • Tester, Configuration files reading interval (ms): How often the files are re-read during a strategy test, in milliseconds. Default 86400000 (about one day), which keeps tests running fast.

Notifications (NOTI)

  • Protection: Sends an alert when a safety limit from All Inspector is reached. Default on.

  • Report daily: Sends a performance report once per day. Default on.

  • Report weekly: Sends a performance report once per week. Default off.

  • Report monthly: Sends a performance report once per month. Default on.

  • Report end: Sends a final report at the end of a strategy test. Default off.

  • State logs: Writes the current state to the MetaTrader log. Default off.

  • State mails: Sends the current state by email. Default off.

Parameter Override (PAOV)

This group lets you replace your strategy's settings with different values directly from the inputs, without exporting your strategy again. It is mainly used in the strategy tester, including during optimization. There are 20 numbered override slots (Override 1 to Override 20), each with two parts:

  • Override (number): Selection: Chooses which of your strategy's settings to replace.

  • Override (number): Value: The new value used for the matching selection.

Frequently Asked Questions

Do I need to know how to code?

No. You build your strategy visually by adding and connecting components. There is no programming and no compiling - your strategy is saved as a plain text module file that the application reads.

Do I build strategies inside MetaTrader?

You design your strategies in the visual builder and export them as module files. This application is what runs those files inside MetaTrader. The full setup is explained in the manual linked at the top of this description.

Can I test a strategy before trading it live?

Yes. Your strategies run in the MetaTrader strategy tester, so you can check how they would have behaved on historical data before using them on a live chart.

Can I run more than one strategy at a time?

Yes. You can run many independent strategies at the same time, across different symbols and timeframes.

Do I have to configure all the input parameters?

No. In most cases you only choose your profile and leave the rest at their defaults. The other inputs are optional and give you more control when you need it.

Do the strategies belong to me?

Yes. Each strategy is saved as a plain text file that is entirely yours.

Which platforms and markets are supported?

The Expert Advisor Builder works with MetaTrader on all symbols and timeframes, and with all brokers.

Need help?

For detailed and personal support, feel free to contact us through our profile or leave a comment here.

More from us

We build a range of trading tools and expert advisors for MetaTrader. Browse all our products here.


Recommended products
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
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
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
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 EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
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
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
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
Aegis DAX Scalper EA is a MetaTrader 5 Expert Advisor designed for short-term trading on GER40/DAX40. The system combines a M5 trend filter with M1 pullback entries, RSI confirmation, candle structure analysis, spread filtering, volatility filtering and automated trade management. The EA does not use grid, martingale or recovery basket logic. Each trade is opened with a real stop loss and managed through break-even and trailing stop rules. Version 1.01 includes improved compatibility with di
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably wi
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
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
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (242)
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
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
Sonic R Pro Enhanced EA - Version 2025 $249 Only for the First 5 Buyers! Live Signal Check the live performance of Sonic R Pro Enhanced: Live Sonic R Trading Strategy Sonic R Pro Enhanced is an upgraded version of the traditional Sonic R strategy, automating trades based on the Dragon Band (EMA 34 and EMA 89) and incorporating advanced algorithms to maximize performance. Timeframes: M15, M30 Supported Pairs: XAUUSD, BTCUSD, AUDJPY, USDJPY Trading Style: Swing Trading - Pullback & Counter-
Universal Counter-Trend Grid EA v2.5 MT5 — Multi-Currency Automated Execution System For MT4 Version:  https://www.mql5.com/en/market/product/143356 Universal Counter-Trend Grid EA is an automated trading utility developed for the MetaTrader 5 platform designed to capitalize on mean-reversion price behavior during extended market conditions. The system integrates an adaptive grid calculation engine with a multi-layered signal confirmation matrix to execute positions at calculated price extreme
Fortune Pro XAUUSD h1
Raphael Schwietering
Fortune Pro is a next-generation trading system engineered for traders who demand precision, protection, and full operational control in modern market conditions. Designed specifically for XAUUSD on the H1 timeframe, Fortune Pro combines institutional-grade risk management, intelligent automation, and advanced execution technology into one complete trading environment. Backtested from 2021 to today, the system has demonstrated strong stability and resilience across volatile market conditions whi
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Razgon X
Mikhail Atarskii
Razgon XAUUSD EA is a high-performance automated trading robot specifically designed for trading XAUUSD (Gold). The advisor uses a multi-level signal filtering system, including ALMA, trend filter based on EMA and MACD, allowing only high-quality trading decisions. Supports trading on multiple currency pairs and includes a built-in control panel with a transparent glass interface. Key Features ALMA indicator entry filter (fast and slow) Trend filter using three EMA (96) and EMA 200 MACD filter
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Nano Shark
Premananth R
Nono Shark is a professional Expert Advisor designed for  XAUUSD (Gold) . It operates by combining multiplea independent trading strategies, each triggered by different market conditions and timeframes (M5, M30, H1, H2, H3, H4, H6, H12, W1, D1). The EA is designed to manage its entries and filters automatically. The core logic focuses on identifying high-probability price action signals across various market structures. Nono Shark does  not  use grid, martingale, or averaging techniques. All tra
SMC OTE Gold Pattern — OTE Zone Expert Advisor for MT5 SMC OTE Gold Pattern is an Expert Advisor for MetaTrader 5 designed to identify and trade Fibonacci Optimal Trade Entry (OTE) zones using market structure, trend, volatility and confirmation filters. The EA identifies completed swing movements and calculates the 61.8%–79% Fibonacci retracement area as a potential OTE zone. A 70.5% reference level is also displayed within the zone. OTE Zone Detection The EA monitors swing highs and swing lows
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
ApexEA
Htet Myet Lynn
ApexEA AI-Powered Trend/Scalping Hybrid EA (ONNX ML-based directional trading with volatility-filtered entries). ApexEA is built for traders who want machine-learning precision without complicated setup. Instead of relying on a single indicator trigger, it uses a multi-model AI decision engine to read market regime, forecast move potential , and choose direction with confidence filtering before entering a trade. The result is a smarter, cleaner trading flow designed to avoid weak conditions and
VR Black Box MT5
Vladimir Pastushak
1 (1)
VR Black Box is a modern automatic trading expert developed by an experienced trader programmer. A powerful trading tool built on a proven trend-following market movement strategy. This robot has gone through a long path of development and improvement, regularly updating and adapting to changing market conditions. Over years of operation on real trading accounts, it has proven itself as a reliable assistant for both beginners and experienced traders. Set files, demo versions of the product, inst
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
To those who have already purchased, the team would like to express our sincere gratitude. Your support motivates the team and encourages us to continue developing and improving the quality of our products. Transform Your Gold Trading! Unleash Exponential & Sustainable Growth with the "Gold Martingale Robot EA" (MT5) Are you tired of constantly watching charts? Stressed out every time high-impact economic news is released? Or perhaps you've made profits only to watch them vanish due to ho
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.5 (8)
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 (34)
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
Scalping Robot Pro MT5
MQL TOOLS SL
4.46 (146)
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
The Gold Reaper MT5
Profalgo Limited
4.47 (104)
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
Ultimate Breakout System
Profalgo Limited
5 (47)
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)
Lizard
Marco Scherer
4.16 (43)
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (507)
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
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
Gold Snap
Chen Jia Qi
4.5 (18)
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 $1199 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
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
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.55 (22)
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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.2 (25)
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.56 (48)
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
XIRO Robot MT5
MQL TOOLS SL
5 (34)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
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
Byrdi
William Brandon Autry
5 (20)
BYRDI - The Distributed Trading Network That Coordinates the Portfolio. Most Expert Advisors see one terminal, one account, and one set of positions. BYRDI sees the wider network. BYRDI connects separate MetaTrader 5 terminals into a coordinated trading mesh. Each node can keep its own account, broker, markets, strategy, AI model, capital allocation, and risk settings while sharing the information needed for wider portfolio awareness. The network can coordinate execution, limit duplicated expos
Full Throttle DMX
Stanislav Tomilov
5 (11)
Full Throttle DMX - Real strategy  Real results   Full Throttle DMX is a multi-currency trading expert advisor designed to operate with EURUSD, AUDUSD, NZDUSD, EURGBP, and AUDNZD currency pairs. The system is built on a classical trading approach, using well-known technical indicators and proven market logic. The EA contains 10 independent strategies, each designed to identify different market conditions and opportunities. Unlike many modern automated systems, Full Throttle DMX does not use ris
BB Return mt5
Leonid Arkhipov
4.39 (126)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Global   update   on   June   14th   Trading principles — the strat
Gold House MT5
Chen Jia Qi
4.49 (59)
Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
ArtQuant Gold
Miguel Angel Vico Alba
4.2 (25)
ArtQuant Gold — Multi-Module Expert Advisor for XAUUSD ArtQuant Gold is an automated trading system developed exclusively for Gold trading on MetaTrader 5. The EA combines multiple independent trading modules with centralized portfolio management, exposure limits, execution filters, virtual trade management and account-protection tools. It is designed for traders who want a dedicated XAUUSD system without having to configure individual indicators or internal strategy parameters. ArtQuant Gold su
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.77 (128)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
The Gold Phantom
Profalgo Limited
4.7 (44)
PROP FIRM READY!  --> DOWNLOAD ALL SET FILES WARNING: Only a few copies left at current price! Final price: 990$ NEW (from 399$ only) : Choose 1 EA for Free! (limited to 2 trade accounts numbers, any of my EAs except UBS) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Live Signal 2 !! THE GOLD PHANTOM IS HERE !! After the massive success of The Gold Reaper, I'm extremely proud to introduce its powerful brother: The Gold Phantom , a pure, no-nonsense breako
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
Argos Fury
Aleksandar Prutkin
3.43 (47)
For the first time on this platform | An EA that understands the market For the first time on this platform, an Expert Advisor uses the full power of Deep Seek. In combination with the Dynamic Reversal Zoning strategy, a system is created that not only detects market movements – but understands them.     Setup Timeframe: H1 Leverage: min 1:30 Deposit: min $200 Symbol: XAUUSD Broker: all This combination of Deep Seek and the Reversal Strategy is new – and that’s exactly what makes it so exci
Syna
William Brandon Autry
5 (27)
Syna 7 - The AI Trading Operator That Stays With the Trade. Most trading systems make an entry decision and then fall back to fixed rules. Syna 7 remains involved. Syna is an autonomous AI trader, trading assistant, and position-management system designed to operate from analysis through exit. It can analyze current market conditions, evaluate news and volatility, remember the original trade reasoning, monitor open exposure, and continue reassessing the position as conditions change. Trading do
Big Forex Players MT5
MQL TOOLS SL
4.76 (140)
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
Wall Street Robot MT5
MQL TOOLS SL
3.89 (18)
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Aero MT5
Volodymyr Babak
5 (3)
Transparent pricing model.  The price increases with each stage of sales. Next stage: $1200 . [  Live Signal +14 Months  ] [  Live Signal +7 Months  ] How Aero works Aero is a fully automated Expert Advisor for XAUUSD (Gold) , built on a breakout strategy . Breakouts on Gold offer some of the best entry opportunities: key levels are broken almost every day. The problem is that far from every one of them follows through. This is exactly the problem Aero solves: it is an advanced system for iden
Burning Grid
Magma Software Solutions UG
4.59 (29)
BURNING GRID UP TO 35 SYMBOLS. ONE COORDINATED GRID SYSTEM. The forex market does not move through one currency pair at a time. While one symbol is trending, another may be consolidating, reversing or building a completely different opportunity. Burning Grid was developed for this multi-pair environment. From one MetaTrader 5 chart, the EA can process up to 35 supported symbols. Different grid strategies can pursue their own opportunities, while shared controls coordinate risk, spreads, currenc
Mad Turtle
Gennady Sergienko
4.5 (124)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
More from author
Second Timeframe - Professional Multi-Timeframe Analysis Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version See the bigger picture and your entry on one chart. Second Timeframe is a multi-timeframe analysis tool for MetaTrader, taken from the Meta Extender suite. It overlays a higher timeframe directly on your active chart, so you can follow the bigger trend and time precise entries at the same time, without ever switching windows. What It Offers:   View
FREE
Price Alert - Professional Price Notification System Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Never miss an important price level again. Price Alert is a professional price notification tool for MetaTrader, taken from the Meta Extender suite. Set unlimited custom alerts and get notified instantly by chart pop-up, email, and mobile push the moment price reaches your level, so you can step away from the screen with confidence. What It Offers:   Cr
FREE
Stop Loss Manager - Precision Risk Management Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Never let a winning trade turn into a loss again. Try it free: a 14-day evaluation version is available on our   website . The Stop Loss Manager is professional, automatic risk management for MetaTrader. The moment you open a trade, it applies an intelligent stop loss and trails it for you using five proven methods. Minimize risk, stay in full control, and loc
FREE
Price Alert - Professional Price Notification System Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Never miss an important price level again. Price Alert is a professional price notification tool for MetaTrader, taken from the Meta Extender suite. Set unlimited custom alerts and get notified instantly by chart pop-up, email, and mobile push the moment price reaches your level, so you can step away from the screen with confidence. What It Offers:   Cr
FREE
Chart Analyzer - Advanced Market Structure Analysis Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version See the market's structure instantly, without drawing a single line. Chart Analyzer is a powerful real-time market analysis tool for MetaTrader, taken from the Meta Extender suite. It reads the chart for you and reveals the support and resistance levels, swing phases, and trend structure that matter, so you always know where price really stands. What It
FREE
Stop Loss Manager - Precision Risk Management Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Never let a winning trade turn into a loss again. Try it free: a 14-day evaluation version is available on our   website . The Stop Loss Manager is professional, automatic risk management for MetaTrader. The moment you open a trade, it applies an intelligent stop loss and trails it for you using five proven methods. Minimize risk, stay in full control, and loc
FREE
Inspector - Real-Time Performance and Drawdown Monitoring Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Know exactly how you are trading, in real time. Inspector is a real-time performance and drawdown monitor for MetaTrader, taken from the Meta Extender suite. It tracks your results across every time period as they happen. What It Offers:   Continuous real-time calculation and monitoring of your trading performance, drawdown, and key statistics acro
FREE
Chart Analyzer - Advanced Market Structure Analysis Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version See the market's structure instantly, without drawing a single line. Chart Analyzer is a powerful real-time market analysis tool for MetaTrader, taken from the Meta Extender suite. It reads the chart for you and reveals the support and resistance levels, swing phases, and trend structure that matter, so you always know where price really stands. What It
FREE
Closing Assistant - One-Click Multi-Trade Management Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Close any group of trades in a single click, exactly when it counts. Closing Assistant is a fast, one-click trade management tool for MetaTrader, taken from the Meta Extender suite. When the market moves and every second matters, exit trades instantly by direction or by performance, with no hunting through long trade lists. What It Offers:   Close multi
FREE
MT5 Tick Data - Real Historical Tick Data Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Looking for real tick data to validate and backtest your expert advisors and indicators? You have found it! Our MT5 Tick Data package, available on our website, gives you genuine historical tick data for MetaTrader 5, so your strategy tests run on real market conditions and real, variable spreads instead of estimated prices. Download the tick data from the tick d
FREE
Closing Assistant - One-Click Multi-Trade Management Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Close any group of trades in a single click, exactly when it counts. Closing Assistant is a fast, one-click trade management tool for MetaTrader, taken from the Meta Extender suite. When the market moves and every second matters, exit trades instantly by direction or by performance, with no hunting through long trade lists. What It Offers:   Close multi
FREE
Second Timeframe - Professional Multi-Timeframe Analysis Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version See the bigger picture and your entry on one chart. Second Timeframe is a multi-timeframe analysis tool for MetaTrader, taken from the Meta Extender suite. It overlays a higher timeframe directly on your active chart, so you can follow the bigger trend and time precise entries at the same time, without ever switching windows. What It Offers:   View
FREE
Inspector - Real-Time Performance and Drawdown Monitoring Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Know exactly how you are trading, in real time. Inspector is a real-time performance and drawdown monitor for MetaTrader, taken from the Meta Extender suite. It tracks your results across every time period as they happen. What It Offers:   Continuous real-time calculation and monitoring of your trading performance, drawdown, and key statistics acro
FREE
MT5 Tick Data - Real Historical Tick Data Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Looking for real tick data to validate and backtest your expert advisors and indicators? You have found it! Our MT5 Tick Data package, available on our website, gives you genuine historical tick data for MetaTrader 5, so your strategy tests run on real market conditions and real, variable spreads instead of estimated prices. Download the tick data from the tick d
FREE
Signova Premium - Automated 19-Symbol Forex Swing Trading Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Built on a strategy from the German trading department of a large investment bank, now adapted for retail traders. Low risk by design: at the default risk level, the average trade risk is about 0.75% of your account. Try it free: a 60-day evaluation version is available on our   website . Signova Premium is an automated forex trading robot for Meta
MT5 Tick Data - Real Historical Tick Data Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Looking for real tick data to validate and backtest your expert advisors and indicators? You have found it! Our MT5 Tick Data package, available on our website, gives you genuine historical tick data for MetaTrader 5, so your strategy tests run on real market conditions and real, variable spreads instead of estimated prices. Download the tick data from the tick d
Expert Advisor Builder - Create Automated Trading Strategies Without Coding Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Turn your trading idea into a working strategy, without writing a single line of code. Try it free: a 14-day evaluation version is available on our   website . The Expert Advisor Builder lets anyone create fully automated trading strategies for MetaTrader, with no programming at all. You design your strategy visually in an easy-to
Meta Extender - See More, Trade Better. Over 20 Professional Trading Widgets Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version See More, Trade Better. One toolkit that upgrades your entire MetaTrader. Try it free: a 14-day evaluation version is available on our   website . The Meta Extender is an all-in-one in-chart application that adds more than 20 professional trading widgets directly to your MetaTrader charts. Get smart position sizing, one-click ris
Stop Loss Manager - Precision Risk Management Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Never let a winning trade turn into a loss again. Try it free: a 14-day evaluation version is available on our   website . The Stop Loss Manager is professional, automatic risk management for MetaTrader. The moment you open a trade, it applies an intelligent stop loss and trails it for you using five proven methods. Minimize risk, stay in full control, and loc
Stop Loss Manager - Precision Risk Management Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Never let a winning trade turn into a loss again. Try it free: a 14-day evaluation version is available on our   website . The Stop Loss Manager is professional, automatic risk management for MetaTrader. The moment you open a trade, it applies an intelligent stop loss and trails it for you using five proven methods. Minimize risk, stay in full control, and loc
Meta Extender - See More, Trade Better. Over 20 Professional Trading Widgets Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version See More, Trade Better. One toolkit that upgrades your entire MetaTrader. Try it free: a 14-day evaluation version is available on our   website . The Meta Extender is an all-in-one in-chart application that adds more than 20 professional trading widgets directly to your MetaTrader charts. Get smart position sizing, one-click ris
Signova Premium - Automated 19-Symbol Forex Swing Trading Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Built on a strategy from the German trading department of a large investment bank, now adapted for retail traders. Low risk by design: at the default risk level, the average trade risk is about 0.75% of your account. Try it free: a 60-day evaluation version is available on our   website . Signova Premium is an automated forex trading robot for Meta
MT5 Tick Data - Real Historical Tick Data Additional materials and instructions Complete manual   -   MT4 version   -   MT5 version Looking for real tick data to validate and backtest your expert advisors and indicators? You have found it! Our MT5 Tick Data package, available on our website, gives you genuine historical tick data for MetaTrader 5, so your strategy tests run on real market conditions and real, variable spreads instead of estimated prices. Download the tick data from the tick d
Filter:
No reviews
Reply to review