Expert Advisor Builder for MT4

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 MT4
Kyra Nickaline Watson-gordon
3 (1)
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 wo
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (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 perhapse most popular) Inn
Gyroscopes
Nadiya Mirosh
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
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
Harvest GOLD
Sayan Vandenhout
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000
Santa Scalping
Morten Kruse
2.84 (19)
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 w
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Black Out EA
Jason Thato Hartley
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
Gold Label
Tran Thanh Tuyen
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
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
Mk R
Can Pei Pu
MK_R It is based on contrary patterns for EURUSD.  Basically, it will entry using the condition of 1 buy wave and 6 sell wave of Granville's law. The EA does not use indicators, grid, martingale, arbitrage.  The EA has been proven to be profitable in the six months of 2020 and is particularly suitable for the current EURUSD market since mid-December 2020. Monitoring: https://www.mql5.com/en/signals/789229 Timeframe is M5. EA needs M1 chart,M5 chart,M15 Chart,H1 chart,H4 chart. Maxium Spread
(My offer also includes a more advanced version of this EA with an extended list of available filters and methods for generating trading signals: MultiAsset SuperTrend Trader Pro,  available on my profile.) MultiAsset SuperTrend Trader: The Ultimate Trend Engine for MetaTrader 4 Dominate the Markets with Precision, Diversification, and Pure Trend Alignment Are you looking for a trading strategy that combines the power of pure trend following with the safety of portfolio diversification? The M
PS Gold Miner
Nabeel Zafar
2.33 (3)
Hello, >>>>>    Download  ** FREE TRIAL** from here (You can now perform forward test on DEMO account before Purchase)   <<<<<< Discord group for updates and discussion here Telegram channel here Contact Directly here For Live Results of the EA please visit here . PS Gold Miner is an automatic trading system for MT4 which uses markets fundamentals and trends to open, manage and close trades. With the use of advanced recovery strategy it ensure that it can recover from negative trades with hedg
Karman
Vladislav Filippov
Karman is a fully automated trading advisor working on a М30 timeframe. The settings of the advisor are based on the safe trading, the essence of which is to close the transaction, while achieving a positive profitability dynamism of several points, which allows the user to reduce the costs of opening losing trades. The Expert Advisor is multi-functional and does not require a specific type of account for the normal operation of all functions embedded in it. The advisor’s manual involves encapsu
Ppm manager
Samuel Asrat Nadew
Whether you’re a scalper, day trader, or swing trader, this tool gives you total control   directly from your chart. you can get all this features right on your trading chart .   Everything   is   color   coded.   equity and live P&L display in  Green   if   trades in profit   and   red   if   trades in drawdown.   Moveable panel -   double click on clock label and move panel anywhere on screen with it . Displays local time + candle countdown on the chart. Shows Balance, Equity & Daily Profit/
VR Black Box
Vladimir Pastushak
3.67 (3)
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
BENJ HYBRID EA (Martingale Arm) Your Professional Trading Cockpit: Mapped ATR • Dual-Limit Logic • Daily P&L Guard Important notice: After purchase, please contact via Telegram @CryptomanPh for installation guide and setting, and updated version (for lifetime purchase only). Why Traders Choose BENJ HYBRID EA BENJ HYBRID EA is more than a simple trading robot—it’s a complete execution, analytics, and risk management system . Built for serious traders, this EA blends institutional-grade autom
RiskGuardian Pro (MT4 Edition) - The Ultimate Prop Firm Account Saver Are you tired of failing your Prop Firm challenges (FTMO, MFF, etc.) due to a single emotional trade or a momentary lapse in risk management? RiskGuardian Pro is your Mandatory Discipline System designed to help you pass evaluations and protect your funded account. Core Pain Points Solved: * Anti-Tilt Hard Lock: Instantly closes all trades and locks the terminal the moment your defined maximum daily drawdown (e.g., 4%)
he expert works on the Zigzag levels on the previous candle With some digital way to enter the deal On the five minute frame Work on currency pairs only Do not use TakeProfit or Stop Loss How the expert works It is placed on the three currency pairs GBPUSD GBPJPY GBP AUD Same settings without changing anything When he works, he will work on only one currency of them until it closes on a profit Profit is only seven points Please watch the video Explains how the expert works. Max Spread = 0.3 Bro
Correlation Beast EA
Rodrigo Rethka Goncalves
Correlation Beast V2.05 - Skyrocket Your Forex Trading! Unlock the power of currency correlations with Correlation Beast V2.5 , the ultimate Expert Advisor for MetaTrader 4! Designed for traders who crave precision and profitability, this EA leverages advanced correlation strategies to identify high-probability trades. Whether you're a beginner or a pro, this tool is your key to mastering the Forex market! Why Choose Correlation Beast V2.5? Powerful Correlation Trading Trade sma
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
Matrix Arrow EA MT4
Juvenille Emperor Limited
5 (8)
Matrix Arrow EA MT4 is a unique expert advisor that can trade the Matrix Arrow Indicator's MT4 signals with a trade panel on the chart, manually or 100% automatically.  Matrix Arrow Indicator MT4 will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX), Commodity Channel Index (CCI), Classic Heiken Ashi candles, Moving Average, Moving Average Convergence Divergence (MACD), Relative
Hamster Gold Trading
Nguyen Hang Hai Ha
5 (1)
Expert Advisor  Hamster Gold Trading  is an automatic trading robot programmed with exclusive and unique algorithms. The EA is optimized for the Gold market. EA's strategy applies movement patterns along with price momentum for reliable and accurate signals. Signals are also entered using the smart momentum trap method, where Stop orders are often canceled when momentum is not reached. Trades are closed quickly by Trailing and there is always a Stop Loss to control risk. Bonus: get free 1 EA wh
Trader With Buffers
Muhammad Jawad Shabir
CRYSTAL UNIVERSAL BUFFER COPY EA The Most Powerful Universal Trading Robot for MetaTrader 4 8 Built-in Strategies. Unlimited Custom Indicators. One Professional EA. Why buy a new EA every month? Buy this once - and trade ANY strategy, ANY indicator, ANY market. WHAT MAKES THIS EA DIFFERENT Most trading robots in the market are locked to one strategy . When the market changes - or you discover a better indicator - you have to buy a new EA. Spend money. Configure again. Test again. Crystal Univers
Ilanis
Mikhail Sergeev
4.74 (27)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
Gold Crazy EA MT4
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Goal Time
Mourad Ezzaki
GOAL TIME is an expert advisor based on the notion of time, it studies the change of price according to time, and it finally detects the best time to execute a good order. The EA is based on an indicator that draws a price curve in relation to time, this curve is deduced by an algorithm that analyzes old data. Then, the EA exploits the generated curve and executes the correct order. In case of incorrect choice, the EA has the mission to limit the losses. After a thorough study of this strategy o
Buyers of this product also purchase
The Gold Reaper MT4
Profalgo Limited
4.62 (34)
PROP FIRM READY! ( download  SETFILE ) LAUNCH PROMO: 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 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 from very conservative to e
Scalping Robot Pro MT4
MQL TOOLS SL
5 (11)
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 tra
Big Forex Players MT4
MQL TOOLS SL
4.72 (43)
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
Gold Trade Pro
Profalgo Limited
4.61 (23)
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 New 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 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 strategy.
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pair XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as martingale
Vortex Gold MT4
Stanislav Tomilov
4.93 (43)
Vortex - your investment in the future The Vortex Gold EA expert Advisor made specifically for trading gold (XAU/USD) on the Metatrader platform. Built using proprietary indicators and secret author's algorithms, this EA employs a comprehensive trading strategy designed to capture profitable movements in the gold market. Key components of its strategy include classic indicators as CCI and Parabolic Indicator, which work together to accurately signal ideal entry and exit points. At the heart of V
BB Return mt4
Leonid Arkhipov
4.89 (18)
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
Wall Street Robot MT4
MQL TOOLS SL
5 (1)
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 oper
XG Gold Robot MT4
MQL TOOLS SL
4.29 (42)
The XG Gold Robot MT4 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
Waka Waka EA
Valeriia Mishchenko
4.25 (48)
8+ years of live track record with +12,000% account growth: Live performance MT 5 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
AI Prop Firms MT4
MQL TOOLS SL
5 (4)
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Goldbot One MT4
Profalgo Limited
5 (5)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ NEW: Buy Goldbot One and choose 1 EA for free!! (for 2 trade accounts) JOIN PUBLIC GROUP:   Click here Ultimate Combo Deal   ->   click here Introducing   Goldbot One , a highly sophisticated trading robot engineered for the gold market. With its focus on breakout trading, Goldbot One leverages both support and resistance levels to identify prime trading opportunities. This expert advisor is crafted for traders who seek
SentinelAI
Valeriia Mishchenko
No losing months since August 2019, with a 2.04% monthly gain: Live performance MT 5 version can be found here Sentinel AI is fully automated trading system is built for major forex pairs such as EURUSD and GBPUSD on the M5 timeframe. By combining price action and mean reversion principles with advanced AI-driven analytics, it is designed to identify potential trend reversals and exploit market inefficiencies with greater accuracy and efficiency. Supported currency pairs: EURUSD, GBPUSD Timefram
XIRO Robot MT4
MQL TOOLS SL
5 (7)
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
DAX Robot is an advanced automated trading system developed specifically for the   DAX 40 Index   on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's   most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability   trading opportunities   by combining trend analysis, market momentum, and volatility based conditions. DAX Robot
Real monitoring :   XAUUSD M30 SL3 ,          XAUUSD M30 SL5 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  1   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  649   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  920   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That's exactly what this advisor
Price Action Robot is a   professional trading system   built entirely on real market behavior without indicators, grid strategies, or martingale systems. It analyzes   pure price action , focusing on structure, trend dynamics, and key market movements to identify high probability trading opportunities. The system is designed to read the market the same way experienced traders do, using logic based on real price movement rather than lagging indicators. It reacts dynamically to changing market co
Exorcist Projects
Ivan Simonika
3 (1)
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
RiskShield Dragon   — Automated Multi-Currency Advisor Combining intelligent algorithms, robust protection mechanisms, and flexible configuration, **RiskShield Dragon** delivers consistent profits with minimal risk. --- ## Key Advantages * **Multi-Currency & Multi-Threaded**: Supports over 20 currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDJPY, and more) simultaneously on any timeframe. * **Minimum Deposit from 10,000**: Optimized for trading with a starting balance of 10,000 account uni
Dynamic Pips MT4
Thi Thu Ha Hoang
5 (1)
️   Already own Boring Pips EA? You’re eligible for an  additional 30% discount! Contact to learn more about: How to  claim your rebate Trump’s second term has reignited a wave of aggressive trade policies, starting with the return of sweeping tariffs that are rattling global markets Tensions in the Middle East have flared — most recently between Israel and Iran — sending oil prices surging The Russia–Ukraine war continues with no resolution in sight, fueling ongoing geopolitical ins
Double Blow Scalp
Kirill Borovskii
Double Blow Scalping EA: An Innovative Advisor for MT4, Inspired by Quantum Technologies - Limited Edition!!! Description: Double Blow Scalping EA is a revolutionary trading algorithm for MetaTrader 4 that combines advanced principles of quantum computing and scalping strategy. His work is based on a unique imitation of qubits, the key elements of quantum computers that allow processing multiple market scenarios simultaneously. This gives the Expert Advisor unprecedented analysis speed and acc
SFire Gold EA
Jacques Scholtz Fourie
This EA is a grid-based trading system. It incorporates several advanced features to manage trades dynamically and adapt to market conditions. Here's a summary of its functionality: I am happy to provide my settings file. Recomendation would be to run on a 20 000 cent account. Key Features: 1. Grid Trading Strategy:    - The EA uses a grid-based approach to open buy and sell trades at predefined price intervals.    - It dynamically adjusts the grid levels based on market conditions and risk se
Forex Engine EA is a professional MetaTrader 4 trading robot built around a structured reversal and mean-reversion methodology. It analyzes swing highs and lows, support and resistance zones, market overextension, and overbought or oversold conditions to identify areas where a price correction or reversal may occur. When price approaches a key resistance zone, the EA evaluates the possibility of selling pressure before considering a sell entry. When price reaches a strong support area, it looks
Hello all Recommended Broker For the best trading conditions, low spreads, and fast execution, a   Zero Spread   account is recommended. Open an Exness Zero Account: https://one.exnesstrack.org/a/lmeqq9b7 Ninja Forex EA  How to configure settings on gold https://t.me/Arman_MT4/2685 The expert works on technical levels with some indicators for entering deals It works in reverse If the general shape is bullish, selling is entered with the suspension of a pending deal If the trend is down, buy is
Smart Boss Profi
Valerii Stetsenko
Минимальный депозит 500 евро. Под каждую валютную пару нужны отдельные настройки робота. Форекс является очень опасным делом. И никто не застрахован от потерь. Но нужно максимально стараться минимизировать риски потери денег. Тайм фрейм 15 минут. Робот торгует круглосуточно. В сутки может быть до нескольких десятков сделок. Поэтому ваш терминал тоже должен работать круглосуточно. Счет для торговли должен быть со спредом около нуля. Проверьте какие счета предлагает ваш брокер и выберите с минима
PMT Expert GOLD MT4
Aliaksandr Bialko
PMT MQL5 Gold Hello, traders! We are a team of professional traders and developers. We are pleased to welcome you and present our best algorithm, built into PMT MQL5 Gold. This solution was created with attention to every detail, and we believe it deserves your attention. Professional Expert Advisor for Gold Trading   PMT MQL5 Gold is an automated Expert Advisor created specifically for XAU/USD / Gold on the H1 timeframe. It is not a universal robot for dozens of symbols, but a focused syst
AccountUP Algo
Aurelian-eusebio Enescu
Short Description: Advanced, stable multi-order EA featuring dual-mode Trailing/Breakeven, hidden levels, and steady 80% Win Rate. Engineered for robust capital growth with tight ~10% Drawdown. Non-overoptimized. Long Description : AccountUP Algo is a premium, fully automated Expert Advisor engineered for stable, long-term equity growth without exposing your account to extreme market risks. Designed with a deep focus on capital preservation, this EA delivers a smooth, almost linear equity curv
Fortune
Andriy Sydoruk
3 (2)
Advisor (Fortune): Your Reliable Tool for High-Frequency Forex Trading The Fortune advisor is designed to be used on any timeframe, any currency pair, and on any broker's server. Its unique trading system makes it a versatile tool for traders. For optimal performance, it is recommended to trade liquid forex pairs, maintain a low spread, and use a VPS. You can start with a $100 deposit and a lot size of 0.01. Key Features and Benefits High-Frequency Trading : Utilizes two trading options: with v
[ EA] ENTERPRISE LT is a MetaTrader (MT4) Expert Advisor designed for use with most currency pairs and Gold. It implements complete, fully functional trading strategy. It is NOT based on any indicators or Price Action. It is very easy to set up and supervise. The strategy is timeframe-independent. [EA] ENTERPRISE LT has a set of unique features: It can be individually adjusted, according to your strategy. It has complete money management and risk management. Advanced functions to respond to diff
Stufic
Tomas Hruby
5 (1)
Stufic is a result of the long way of development. It was created for use in the management of capital of trading groups. The main idea is to preserve capital through unexpected fluctuations of the markets. It is one of the system that can perform on 90% of currency pairs. It's a participant on World Cup Trading Championship 2016 with real 10K USD. Stufic was also between top five traders in real money contest organized by Fidelis Capital (November 2015, Gain +48%). Why should you have to choos
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
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
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
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
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
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
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
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
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