MQL Universal EA

4.33

Summary of the Expert Advisor

This EA will trade using standard MT4 indicators such as Moving Averages, MACD, RSI, Bollinger Bands, and so on. The EA was made so that these indicators can be mixed or matched so a number of possibilities can be traded with. Each indicator can be enabled or disabled and many settings are adjustable for each indicator. There are also other features included like multiple time frame capability and money management. As a result, many different trading strategies can be traded from this single EA. Trading results will depend on the strategy and settings you choose to use.


Input Parameters

  • Stealth Mode
    If true, all TP/SL levels will be hidden from the broker and will not be visible in the trading terminal. If false, orders will be modified and the TP/SL levels will be entered with the broker as usual.
  • Close By Opposite
    If true, an opposite trading signal will automatically close out an order if it is still open. For example, if a buy order is open and a new sell signal is recognized, then the buy trade would automatically close.
  • TakeProfit
    Amount in pips that the TP will be set at for each trade.
  • StopLoss
    Amount in pips that the SL will be set at for each trade.
  • Slippage
    The maximum amount of slippage allowed for opening and closing a trade. If the slippage at the time of execution is higher than this amount then the execution will stop.
  • Max. Spread
    The maximum amount of spread allowed for opening and closing a trade. If the spread is higher than this amount, the order will not be executed. The EA will wait until the spread drops down to allowable levels and try again as long as all indicator conditions are still met.
  • MagicNumber
    This is a typical Magic Number input for the EA. Set a different number of your choice for each chart you have an EA running on. The magic number must be greater or equal to 0 and must be a whole number.
  • Lot Mode
    This is where you should select the type of money management (MM) that you want to use. The available options are : 1=Fixed, 2=Risk, 3=Martingale.
  • Fixed Lot Size
    This input is used if the 'Lot Mode' is set to 1.
  • Risk
    This input is used if the 'Lot Mode' is set to 2. The higher the number then the higher the lots per trade. This type of MM uses account equity and account free margin in its calculations.
  • Max. Martingale Orders
    This input is used if the 'Lot Mode' is set to 3. This input represents the maximum number of times the Martingale multiplier will be applied to the lot size.
  • Martingale Multiplier
    This input is used if the 'Lot Mode' is set to 3. The input represents the multiplier used for the Martingale trades. For example, if the last losing trade's lot size was 2.00 and the multiplier is set to 2 then the new trade's lot size would be 4.00.
  • Trailing Start
    The amount of profit in pips that must be reached before the TS is activated. For example, if set to 10 then this means that once 10 pips in profit is reached, the trailing stop will be started and the SL will be moved 'Trailing Stop' pips behind current market price. Setting this input to 0 does not disable the TS. Setting to 0 would simply mean that the TS is immediately started once a pip in profit is reached.
  • Trailing Stop
    The amount of pips that the SL will trail the market. If set to 0, then the trailing stop will be disabled.
  • Trailing Step
    The amount of pips difference between each TS modification. For example, if set to 1 then the SL might be modified like this: 1.5001, 1.5002, 1.5003, and so on.
  • Break Even Start
    The amount of pips in profit an order must go before the BE is activated. The BE is disabled if this input is 0.
  • Break Even Pips
    The amount of the break even relative to the order's open price. For example, if a buy order opens at 1.5000 and this input is set to 1, then the BE would move the SL to 1.5001 so that 1 pip profit would be locked in.
  • Use Timer
    If true, the trade timer is enabled. If false, the trade timer is disabled.
  • Start Time
    This represents the allowable start time that new trades can start to be opened. Any existing trades are not affected and would still close normally. This input must be in a valid format in order to be used properly. The format should be similar to the default setting. Do not add any strange characters or spaces to the input string. For example, 08.00 and 08 00 are not the same as 08:00. The timer is based on the broker's operating time as seen in the MetaTrader platform. The timer is not based on GMT time or your PC's time. Both hours and minutes can be used in the timer. This input is only used if the 'Use Timer' input is true.
  • End Time
    This represents the allowable end time that new trades can be opened up until. After this time, no new trades can be opened. Existing trades will not be closed out if the current time goes past this set time though. Existing trades would close out as usual. Everything else is similar to the above 'Start Time' input.
  • Indicators Shift
    This input is used for all enabled indicators. It represents the shift that the EA will look at the indicator values. If set to 0, then the EA will consider real-time values. If set to 1, then the EA will look at the last closed bar's values. And so on. Setting this input greater than 0 will make the EA use confirmed indicator values.
  • Reverse Signals
    This input is used for all enabled indicators. It will reverse the signal recognized for each indicator. For example, if the indicator normally is showing a buy signal and this input is true, then the EA would see it as a sell signal instead.
  • MA's Used
    Turns on/off the MA signal. The MA signal is when the faster MA is crossed over the slower MA. For example, if the faster MA is higher than the slower MA then this is a buy signal.
  • MACD Used
    Turns on/off the MACD signal. The MACD signal is when the main MACD histogram bars are crossed over the MACD signal line. For example, if the main histogram bars are above the signal line then it is a buy signal.
  • STOCH Used
    Turns on/off the Stochastic signal. The Stochastic signal is when the main line is crossed over the signal line. For example, if the main line is above the signal line then this is a buy signal.
  • RSI Used
    Turns on/off the RSI signal. The RSI signal is when the RSI value is crossed above or below the 'RSI_High_Level' and the 'RSI_Low_Level'. For example, let's say the 'RSI_Low_Level' is set to 30 and the 'RSI_High_Level' is set to 70. And the RSI is 31.55 and the last cross was a cross upwards of the low line. Then this is a buy signal since the RSI is higher than the low level but lower than the high level and heading upwards.
  • CCI Used
    Turns on/off the CCI signal. The CCI signal is when the CCI value is above or below the 'CCI_High_Level' and the 'CCI_Low_Level'. For example, let's say the 'CCI_Low_Level' is set to -100 and the 'CCI_High_Level' is set to 100 . And the CCI is -65.92 and and the last cross was a cross upwards of the low line. Then it would be a buy signal since the CCI is greater than the low level but lower than the high level and heading upwards.
  • WPR Used
    Turns on/off the WPR signal. The WPR signal is when the WPR value is above or below the 'WPR_High_Level' and the 'WPR_Low_Level'. For example, let's say the 'WPR_Low_Level' is set to -80 and the 'WPR_High_Level' is set to -20. And the WPR is -77.52 and the and the last cross was a cross upwards of the low line. Then it would be a buy signal since the WPR is greater than the low level but lower than the high level and heading upwards.
  • BB Used
    Turns on/off the Bollinger Bands signal. The Bollinger Bands signal is when price moves higher or lower than the upper and lower Bollinger Bands. For example, if price goes below the lower Bollinger Band then this is a buy signal.
  • ENV Used
    Turns on/off the Envelopes signal. The Envelopes signal is when price moves higher or lower than the upper and lower Envelope bands. For example, if price goes below the lower Envelope band then this is a buy signal.
  • AL Used
    Turns on/off the Alligator signal. For a buy signal, the Alligator signal is when the Lips line is higher than the Teeth line while the Teeth line is higher than the Jaws line. And the opposite for a sell signal.
  • OSMA Used
    Turns on/off the OSMA signal. The OSMA signal is when the OSMA value is crossed above or below the 0 line. For example, if the OSMA value is 0.0014 then this is a buy signal. If the value is -0.0014 then this is a sell signal.
  • AO Used
    Turns on/off the Awesome Oscillator signal. An Awesome Oscillator signal is when there is a "saucer" formation. A "saucer" consists of two increasing bar values that are above 0 having a bar with lesser value between them. Therefore, an "inverted saucer" consists of two decreasing bar values below 0 having a bar with larger value between them. A "saucer" formation requires a minimum of 3 closed candles.


Notes

  • When initialized, the EA attempts to download history from other TF's. This is so it can import the correct values since it is an MTF capable EA. It may take a little time for this to happen. If you see this message, just know that it is downloading the data and wait a little time.
  • Each indicator has it's own time frame setting. So the EA has MTF capability.
  • Each indicator has it's own applied prices setting. For example, SMA, EMA, SMMA, and LWMA.
  • Each indicator has it's own calculation method setting. For example, Close, Open, High, Low, Median, Typical, and Weighted.
  • The indicators have a choice of how they will be used:
    • The first is 'Confirmation'. In this mode, the indicator will act as confirmation for the order. For example, let's say the Stochastic is enabled and it is set to 'Confirmation'. Then if the main line is already above the signal line then a buy trade can occur. Or let's say the RSI is enabled and set to confirmation. Then if the RSI is already above the low level then a buy trade can occur.
    • The second choice is 'Trigger'. If the input is set to 'Trigger' then this means that there needs to be a fresh signal for a trade. For example, let's say Stochastic is enabled, if the main line crossed over the signal line now then a trade will occur (granted other signals and conditions are met of course).
  • The EA may or may not trade soon after you start it depending on your settings, TF(s) used, and market conditions. It doesn't mean there is a problem just because it doesn't trade right away! Trades may also be prevented because of common causes such as spread, slippage, lots, and so on. So please make sure to understand all the settings.
  • IMPORTANT: Check out our site using the link in my profile to find other FREE indicators and EAs!


Reviews 18
clony237
34
clony237 2025.06.08 05:14 
 

this bot is amazing but i had a problem with the trailing stop loss it seem is not working at all if someone can give me picture of the setting

ThinkMMQL
74
ThinkMMQL 2025.04.14 08:18 
 

Very good, thank you !

Jesroy
136
Jesroy 2023.07.07 14:26 
 

HI Maritn, how to set the grid distance between trades for martingale?

Recommended products
EA Permanent FREE
Vladimir Gorbachev
2 (1)
This is a medium-term conservative system. It tracks quote movements and defines entry points. The Expert Advisor is completely automated and features the unique algorithm. This demo version trades USDJPY. Features It does not use Martingale; No grid; No scalping; No excessive parameters; Fixed lot; No complicated settings. Trades are usually opened infrequently. Orders may remain open for a few days for obtaining greater profit. Amount of trades per month is from 5 to 20. Deals are closed by T
FREE
Ord Mantell
Yury Emeliyanov
5 (1)
Suitable currency pairs: EUR/JPY H1 (there will be sets with settings for other currency pairs in the discussions) Indicators used: "ATR MA Oscillator", "Entry Time", "Top Bottom Price" and "Previous High Low" Default lot size = 5% Other Products:  https://www.mql5.com/ru/users/yura1994ru/seller#products Test results since 2017 for the EUR/JPY H1 pair Initial balance = 500  $ Net profit = 2,372,808  $ Profitability = 4.07 Profitable trades = 84% Drawdown = 7% Recommendation: use an account wi
OsMa TrendSurfer
Augustine Kamatu
This is a free version of the EA  TrendSurfer OsMa  https://www.mql5.com/en/market/product/104264   TrendSurfer OsMa   receives signals from a technical analysis of in-built MetaTrader 4 indicator Oscillator of a Moving Average (OsMA) and then implements   The Quantum Forex Trading System   to generate positive results. Discover: The Quantum Forex Trading System _Mastering the Market with Advanced Algorithms & Multifaceted Strategies_ --- Redefining Forex Trading: In the vast realm of forex, wh
FREE
Euro Gift (EURUSD M15) I am celebrating my birthday, so i will publish some EAs for FREE. This EA has been developed for EURUSD M15.  Strategy is based on ICHIMOKU indicator and has very little parameters - so its VERY ROBUST. It uses Stop pending orders with   ATR   Stop Loss . At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust these times to your broker time. Preset values are for UTC+2 only!!! For every candle the pending orders are modified to adapt the mar
FREE
DAX Bull
Matthew Lewis Beedle
3.5 (2)
Sometimes there is money to be made in simplicity! The DAX Bull works using a simple moving average both for short and long. It has an advanced order and trailing system which essentially helps in hitting those big wins. This bot is a trend bot and as such expect win rate to be around 40%, expect around 13-20 trades per month. As always, judge more on live signals and your own backtesting! If you have questions just message me on MQL5. My main selling point as a EA creator? Brutal honesty. I s
FREE
Imperium Pattern EA
Botond Ratonyi
5 (2)
Imperium Pattern EA   USE IT ONLY WITH THE SET FILES I POSTED TO THE COMMENT SECTION.  This is the biggest update in the life of the Imperium Pattern EA, it got new features and engine. ---It got the official TheNomadTrader Dynamic engine system alongisde with good risk:reward ratio ---New feature that allows traders to tell the EA after how much time(X value in minutes) the EA can close trades by dynamic exit. This feature boosts the EA perfoemance and it is a key feature in crisis situati
Hourglass
Vladimir Khlystov
4 (1)
Logarithmic Network - cm-hourglass Expert Advisor The Expert Advisor places orders with a decreasing lot and step in the direction of the trend and with an increasing lot and step in the counter-trend direction. It sets Take Profit for every direction to avoid breakeven of the entire series. The farthest order in the direction of the trend is closed with a farthest counter-order so as to get the positive total, thus pulling the entire network to the price without letting it expand. Parameters Lo
Acromaachin
Hong Ling Mu
<LOGIC> EA will place order based on the original logic. This EA should work with take profit and stoploss. Default TP is 50pips and SL is 50pips. If the order was closed with stoploss, EA will stop in that day. Next day, EA will restart and trade again with lot size increasing. Lot size and volume multiple is changeable in the parameters. <Best Pair and TF> EURUSD and GBPUSD TF H1 <Default set> Already optimized TP 50pips SL 50pips Martingale Volume muti X 2 Max martingale 5
FREE
High Point Scalper EA
Ifeanyi Joshua Odinma
High Point Scalper EA  trade is based on Price high and low level to determine the next trend   with martingale  strategy . The EA will find the best entry and exit points  This Expert advisor is mainly for synthetic Trade    , check it out on Jump100 recommended assets  JUMPS100  Recommended Broker..  Deriv Timeframe  H1  Minimum deposit $100 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. you will get  one expert a
Money Up
Adel Haouam
This expert is designed to catch up the last events in an hour time frame and compare it to previous hours and then make decisions, this hedging experts starts  from  0.10 , 0.50 and 1.50 depending on conditions  it moves from one level to the other  This expert have proven his effeciency through currency pairs and metals  as well it is adviced to use it with at least 10 pairs or different trades and the reason to get your investment back  within few days i suggest to start with 500 EUR or USD  
Multi Indicator Bear Version
Vincenzo Tignola
4.5 (2)
ON THIS LINK YOU CAN FIND NEW VERSION  https://www.mql5.com/en/market/product/53022 https://www.mql5.com/en/market/product/53022 /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/-/-/- /-/-/
FREE
Hatori Flip
Ike Ananda Fata
Candle Flip Martingale (MA-Confirm + DD Guard + Profit-Only Trailing) What it is An MT4 expert advisor that follows the trend, adds positions only on confirmed momentum (“candle flip”), and protects the account with a dual safety layer: maximum drawdown guard and profit-only trailing stop . A dark dashboard shows live KPIs (Balance/Equity, DD gauge, target progress, equity sparkline, active positions). Core Logic Seed Entry (trend + MA confirm) The first trade (“seed”) opens only when the late
Fenix cta
Jose Augusto Povoa Santana
Here’s the translation of the text into English: --- The EA "FENIX CTA" is ideal for traders seeking a highly configurable and automated scalping strategy, capable of executing fast trades with effective risk management. The EA "FENIX CTA" is recommended exclusively for trading the US30 and NAS100 indices, and comes with a ready-to-use set that has a high success rate of over 92%. This makes it an effective solution for traders looking for high accuracy in their trades in these markets. "FE
EA Fantom
Rahul Kumar Trivedi
1 (1)
EA is based on Parabolic SAR and MACD indicator.  if there are loss EA try to recover loss and fix position by placing another bigger order( factor multipler) after grid gap. if there is profit it waits to optimize profit.    Suitable for Beginners No complex settings Just use EURUSD M5 time frame YOU CAN CONTACT ME FOR OPTIMIZATION Please leave the comment your like or dislike I will be happy to answer all kind of query related to this product... I advise you to please check my ot
FREE
Cristoforo Gold Rush EA
Filippo Morleo
4.62 (13)
Cristoforo Gold Rush: Your Ultimate Trading Ally Welcome, Traders and Investors! Join the Conversation:   Telegram Channel for Cristoforo Gold Rush Step into the world of advanced trading with "Cristoforo Gold Rush," the ultimate trading ally engineered to navigate the complexities of financial markets with unmatched precision. In this comprehensive guide, discover how this state-of-the-art trading tool can elevate your strategies, turning every trade into an opportunity. Now Available ! Don't m
FREE
Hello all How the expert works on the MACD indicator In a way breakthrough level was put in the expert Login to buy or sell With multiplier deals being opened after a number of points All trades are closed together on a 20 pip gain. Parameters: MACD indicator . Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the gre
The art of Forex
Arthur Hatchiguian
5 (2)
The art of Forex is a new complex  Expert Advisor  that continuously trades in both directions. A series of orders will be opened to get the best average price  until the take profit is hit. It is optimal for making profits in an unpredictable market.  A loss coverage system  is integrated to allow the recovery of orders that are too distant from the current price. The best results are on  EUR/USD H1  but you can use it on any  forex pair  and  timeframe .  Live results :  https://myx.gg/mql5 S
FREE
Bossman EA Ver 1.1 Is the Scalping Forex Expert Advisor for MT4 Bossman EA Ver 1.1 Working on Timeframes (M5) Bossman EA Ver 1.1 Best Trigger Setting on Pair EURUSD or USDCHF Bossman EA Ver 1.1 Calculation is based of Envelopes indicator ///////////////////////////////////////////////////////////// (I N D O N E S I A (ID) (Rakyat +62)) Bossman EA Ver 1.1 Adalah Penasihat Ahli Scalping Forex untuk MT4 Bossman EA Ver 1.1 Bekerja pada Jangka Waktu (M5) Bossman EA Ver 1.1 Pengaturan Pemicu Terbaik
I speak in Hungarian. Magyarul beszélek benne. - You can find the indicator by my name. Which is in the picture and the video. On mql5.com.  " Utam MA High Low" - Megkeresheti az indikátort a nevemnél. Ami a képen és a videóban van. Az mql5.com-on.  " Utam MA High Low" Első felvétel. https://www.youtube.com/watch?v=YzmcyO50YdM&amp ;ab_channel=GyulaKlein (Első felvétel.   https://www.youtube.com/watch?v=FfqvT-i9TPk&feature=youtu.be Első felvétel. https://www.youtube.com/watch?v=MapbQrJ0uPU&t=
This trading expert advisors is an clone & upgrade of  "EA Rough Duster ", also trades best on GBPNZD minute 5 timeframe. Maintains a constant account growth and runs best on low spread and commission based accounts. Uses Martingale & perfect hedging to recover unprofitable positions ensuring no loss. Its consistent profit curves,low DrawDowns & risk proves the record for itself in reliability and consistency plus its unique market analysis ensures quick extraction of profits by scalping the mar
Banev EA
Akram Azizi
This Expert uses multiple indicators and special algorithm to choose the entry points and provide the maximum Gain with the minimum Risk . Run the BackTest and check the efficienty of the product. Working Conditions : This EA works on all Pairs on 15M Timeframe. With 1000 $ Balance Input Parameters : Trading Mode : Choose between 3 modes. AutoManagement : The lot will increase with the increasing of the balance. Trading Lot : The Lot is set manually. Take Profit : Set it by points. Spread
Major Currency Momentum
Colin Mundia
2.33 (3)
This EA takes advantage of Momentum in the Major Currencies . If a certain currency has enough momentum, the EA makes trades on the related pairs. The User Inputs of the EA are so straight-forward, they are in form of questions and suggestions. For example, you will see such questions or statements in the input panel: "Should we trade maximum once per day per pair?" "Close order if Break Even not activated after these seconds:" You will specify the required percentage difference between a Bullis
FREE
The Rise of Skywalker :    It is an advanced trading system. This is a fully automatic Expert Advisor, which allows you to presize the trade according to the preferences of the trader.         Is a revolution in the  customization of the trading.   The Rise of Skywalker   is a expert advisor based in  the indicator     The Rise of Sky walker:   ( https://www.mql5.com/es/market/product/44511 ) This system uses only one trade in each operation. Do not use Grip or martingale Low risk system since
Breakout Expert Advisor for   XAUUSD (Gold)   — places ATR-filtered pending Buy/Sell orders based on recent high/low ranges (recommended H1). Short overview: Gold Highest BreakOut is an automated Expert Advisor designed for trading   XAUUSD . It places pending Buy Stop / Sell Stop orders at breakout levels derived from recent High/Low ranges and uses ATR and range filters to reduce false entries. Key points: Strategy: breakout from recent High/Low over configurable period. Filters: ATR-based v
Pound Puppies GBPUSD M30 Everything is already set up for GBPUSD M30 timeframe . Strategy is based on breakout of the HIGHEST channel after some period of consolidation. It uses Stop pending orders with  ATR Stop Loss and FIXED Take Profit .  Strategy uses also   MOVE TO BREAK EVEN and PROFIT TRAILING   functions to lock as much profit as possible. For every candle the pending orders are modified to adapt the market behavior. You need to set only the lotsize depending on the amount of capital in
Fimathe Mt4
Mario Miguel Marques Vara
5 (1)
Automate Your Fimathe MT4 Strategy - Trade with Efficiency and Precision Description: The Fimathe Strategy is widely recognized for its profitability but is also known for requiring long hours of market monitoring. To address this issue, we introduce Fimathe MT4, a robot that automates the execution of your strategy. How It Works: Fimathe MT4 operates in "semiautomatic" mode. You conduct your analysis, and the robot executes trades based on it. Advantages: Eliminate the need to wait for hours
AutoFib EA is a cutting-edge expert advisor designed to harness the power of Fibonacci retracement and extension levels for automated trading. Whether you're a novice or an experienced trader, AutoFib EA empowers your trading strategy with precision and efficiency. Test   The EA Before Risking Real Money.  Adjust the setting based on your testing   results. Questions ? feel free to   ask.   Key Features: Automated Trading:   Open buy and sell orders seamlessly based on Fibonacci levels, minimizi
FREE
Pips Hunter EA
Hafis Mohamed Yacine
Profit is just like a capricious lady, that comes and goes, however today, the PROFIT can be BOUGHT! Having installed Forex Pips Hunter just once, you assure yourself of a long-awaited source of income. WHY? Because of some reasons listed below. Forex Pips Hunter...is...   The product that conquered the hearts of some of the world’s best beta-testers.   The product that redefined the definition of Real Success.   Fully automated system that combines some of the best qualities of the modern day s
Profit Trend
Investerce sp.z.o.o.
Profit Trend V-EA   Profit Trend is a multi-functional expert advisor for MetaTrader 4 terminals that allows you to trade using order grids, Trend Doubling, partial closing of losing positions and much more. The expert advisor algorithm allows you to trade both with and under the trend. The trending trade is structured in such a way that each new order is only opened if the previous order has a Stop Loss in the profit zone. Trading against the trend is conducted to close unprofitable positio
... *** Signal :  https://www.mql5.com/en/signals/1743955 EA Fx Lion Gold Trading is an Expert Advisor designed specifically for trading Gold (XAUUSD) work process will calculate support and resistance including the highest and lowest price of each candlestick  The EA will calculate pending orders at the highest or lowest price after the support/resistance level. and will close the pending order on the next day if not in use -EA does not martingale  -EA  have Stop Loss and Take Profit to prote
Buyers of this product also purchase
Aura Neuron MT4
Stanislav Tomilov
4.58 (12)
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
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
Vortex Gold MT4
Stanislav Tomilov
5 (28)
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
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
XG Gold Robot MT4
MQL TOOLS SL
4.32 (38)
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
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
Vortex Turbo EA MT4
Stanislav Tomilov
5 (6)
Vortex Turbo — “Trade the storm — control the Vortex” Vortex Turbo represents the next evolutionary stage in intelligent trading — a unique development that merges cutting-edge AI architecture, adaptive market logic, and precise risk control. Built upon proven algorithmic principles, it integrates multiple strategies into a unified high-speed ecosystem powered by a new level of predictive intelligence. Designed as a scalping expert for gold XAUUSD(GOLD), Vortex Turbo employs a controlled martin
EA Game Changer
Vasiliy Strukov
5 (6)
Game Change EA is a trend following trading system powered based on the Game Changer indicator. It automatically sells whenever a red dot forms and continues in the sell direction until a yellow X appears, which signals a potential end of the trend.  The same logic applies for buy trades.  When a blue dot appears the EA begins buying and it will close out the buy cycle as soon as a yellow X is detected. This EA is suitable for any currency pair and any time frame, however it performs exceptiona
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
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 MT5 Versi
AW Recovery EA
AW Trading Software Limited
4.35 (84)
The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
Golden Mirage mt4
Michela Russo
5 (5)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
EA Gold Stuff
Vasiliy Strukov
4.71 (1080)
EA Gold Stuff is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Gold Stuff indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Real-time results can be viewed  here . Contact me immediately after the purchase to get personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here  Please note that I do not sell my
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA – Trend & Momentum Expert Advisor for MT4 MT5:  https://www.mql5.com/en/market/product/163078 Default settings are configured to backtest EA on GOLD M5 timeframe with Open Price method from 2024 year till today. Correct settings for other timeframes you will find in comments section. Bazooka EA is a fully automated Expert Advisor for MetaTrader 4 , designed to trade directional market moves using trend confirmation and momentum filtering . The EA focuses on controlled entries and disc
AW Swing Trading EA
AW Trading Software Limited
5 (1)
An advanced tool for swing trading on corrective price movements. It works on trend rollbacks in the direction of its continuation, the size of the required correction is determined by the current volatility of the instrument or manually by the trader. After detecting a correction along the current trend, the EA waits for a signal to complete the correction and continue the trend, after which it opens a position. Instructions on how the advisor works ->  HERE  / MT5 version ->  HERE Benefits: B
SouthEast
Sugianto
5 (11)
SouthEast is an expert advisor developed from my experience in manual trading that has been automated. SouthEast is specifically designed to generate maximum profits with small deposits by prioritizing the security of your funds. Why SouthEast? SouthEast does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my
Greedy Golden MT4
Mihails Babuskins
4.8 (5)
Recommended:  it's better to  use in accounts with lower swap or swap-free accounts. SEE AND COMPARE WITH OTHER EA's , Real monitoring signals link on my profile. Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Trend AI EA
Ramil Minniakhmetov
4.33 (51)
Trend Ai EA is designed to work with the Trend Ai indicator which will do its own market analysis by combining trend identification with actionable entry points and reversal alerts and will take over all the signals of the indicator in full auto!  The EA contains a number of external parameters that are fully adjustable and allows the trader to customize the expert according to his choice.  Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Con
XAU Flux MT4
Burak Baltaci
XAU FLUX - Professional Gold Scalping Expert Advisor >>>User Guide <<< XAU FLUX is a professional trading robot designed for fast and disciplined trading in the gold market. It is developed for traders aiming to achieve consistent profits from small daily price movements. Key Features: XAU FLUX uses an advanced scalping system that operates on the M1 & M5 timeframe to evaluate micro opportunities in the market. The EA continuously analyzes market conditions to identify suitable entry points and
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
EA Black Dragon
Ramil Minniakhmetov
4.74 (564)
EA Black Dragon runs on the trend indicator. The EA opens a deal by indicator color, then there is the opportunity to increase the network of orders or work with stop loss. 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      Inputs Value  ·       
Forex GOLD Investor
Lachezar Krastev
4.45 (49)
WINTER SALE — LIMITED TIME! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex GOLD Investor is o
CyNera MT4
Svetlana Pawlowna Grosshans
2.71 (14)
CyNera: Your Trading, Our Technology Manual & set files: contact me after purchase to receive the manual and set files Price: The price increases based on the number of licenses sold Available copies: 4 Trading gold, one of the most volatile instruments in the market, demands precision, in-depth analysis, and strong risk management. CyNera Expert Advisor seamlessly integrates these elements into a sophisticated system designed for optimal gold trading. CyNera’s advanced strategies and technolog
The Market Reversal EA is powered by the indicator of the same name ( available here ) and trades based on market structure shifts. The EA will by default take a trade every time a market reversal alert is sent by the indicator and will trade those alerts based on the conditions and filters you set in the EA settings. It draws support rectangles as price moves in it's current trend direction and trades when price reverses sharply and signals a market structure shift or a re-test of the reversal.
Jesko
Cence Jk Oizeijoozzisa
5 (2)
esko EA –  Low-Risk Trading System Jesko is a special Expert Advisor built on a proven strategy that has been tested and optimized for years. It has been live-tested on real accounts and has consistently shown profitable and low-risk performance . Now we decided to make it available to the public. Signal live    Four months of a live account The MetaTrader 5 version is available here . ----------------------------------------- MT5 LoginMT5 23982567 ————— PasswordMT5  Aa123123! ————— Server  Ulti
Goldex AI
Mateo Perez Perez
4.31 (29)
Goldex AI: Today's success will be tomorrow's fruits SUPER DISCOUNT FOR LIMITED TIME! LAST 2 COPIES FOR 299 USD BEFORE PRICE WILL INCREASE. Real IC Markets signal: Goldex AI High risk Manual and set files: Contact me after purchase to receive the manual and set files. Price: The starting price is $899 and will increase by $199 after every ten sales. Available copies: 2 Goldex AI - Advanced trading robot with neural networks, trend, and price action. Goldex AI is a high-performance trading robot
ORIX mt4
Leonid Arkhipov
5 (2)
ORIX System — a trading robot developed specifically for the GBPUSD currency pair on the M5 timeframe. The Expert Advisor is based on price behavior analysis and market structure elements and does not use standard technical indicators. The EA does not use martingale, trading grids, averaging against the market, hedging, opening trades without a stop-loss, or high-frequency or chaotic trading. Main requirements and recommendations Currency pair: GBPUSD Timeframe: M5 Minimum deposit: from 100 USD
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — LIMITED TIME! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https:/
Forex Diamond EA
Lachezar Krastev
5 (5)
WINTER SALE — LIMITED TIME! Get Forex Diamond EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO  A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex Diamond EA – Rel
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
Download Trial EA Budak Ubat Channel Limited Time Price! The price will increase by 10 USD after every 10 purchases! How it works When the EA is active, it will analyze the chart based on the Execution Mode parameter. If there are no existing positions on the chart, the EA will enter a trade based on the parameter. If the trend is bullish, it will enter a buy trade and if it is bearish it will enter a sell trade. And it will also set a Stop loss order at a certain distance from the opened trad
More from author
MQL Trendline EA
Martin Eshleman
3 (2)
Summary This EA will trade semi-automatically based on trend lines or horizontal lines that are manually plotted on the chart by the user. It can handle any number of lines per chart and each line can have its own adjustable settings. This EA manages every line separately based on specific user 'keywords' set for each line. Since each line has it's own independent settings, this is why there are very few shared inputs in this EA. Doing it this way allows for a single EA to manage many lines and
FREE
Custom Pattern Detector Indicator This indicator lets you define your own custom pattern instead of the typical candlestick patterns. Everybody already knows about common candlestick patterns like the Doji pattern. This indicator is different though. The pattern you will define is a custom pattern based on CANDLE FORMATIONS . Once the indicator knows the pattern you want it to look for, then it will go through history on the chart and find matching patterns, make them visible to you, and calcula
FREE
MA RSI Arrows
Martin Eshleman
4 (3)
Summary This indicator is based on the MA applied to the RSI indicator. It draws arrows at the confirmed crosses of the MA over the RSI line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs All inputs a
FREE
Summary This indicator is based on RSI and Momentum indicators. It also considers moving averages of these two indicators. The three indicators have adjustable settings. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. The arrows can be used in the EA and the inputs can also be optimiz
FREE
MA Momentum Arrows
Martin Eshleman
4.67 (3)
Summary This indicator is based on the MA applied to the Momentum indicator. It draws arrows at the confirmed crosses of the MA over the Momentum line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs Al
FREE
MQL Random EA
Martin Eshleman
3.33 (3)
Summary: This EA places a single trade at a time in a RANDOM direction (buy or sell) and uses a simple TP & SL. A lot multiplier is also optional. Once a trade hits TP/SL, it will place another trade in a random direction. And so on. Since it only ever has 1 trade open at a time, it can be used on any broker. Which means it can be used on US brokers with the FIFO rule. Inputs are few and everything is based in Points too. So it can be used on any chart reliably and easily. You will be amazed how
FREE
Fibonacci SR Indicator
Martin Eshleman
5 (1)
Fibonacci SR Indicator This indicator creates support and resistance lines. This indicator is based on Fibonacci Retracement and Extension levels. It will consider many combinations of the Fibonacci levels and draw support/resistance lines based on these. This indicator uses tops and bottoms drawn by the ZigZag indicator in its calculations. The ZigZag can also be drawn on the chart, if necessary. The indicator considers many combinations of past reversal points and Fibonacci ratio levels, and w
FREE
Auto ZZ SR Indicator This indicator automatically draws trend lines using ZigZag top and bottom points. The more ZigZag tops/bottoms that are used, the greater the number of possible combinations. Therefore, the more possible trend lines can be drawn. And vice versa too. The fewer ZigZag tops/bottoms that are used, the lower the number of possible combinations. And therefore, the fewer the possible trend lines can be drawn. The indicator constantly updates the trend lines on the chart as the mar
FREE
Cycles Predictor Indicator This indicator uses past market cycles to predict future price movements. The indicator scans through past data and considers  combinations  of cycles. When cycles  coincide  at the same future date/time then it is considered a valid future prediction. The predictions are drawn as vertical lines on the right side of the chart in the future. A prediction will often result in type of candle (ex. bull or bear) and/or a reversal point (ex. bottom or top) forming at this ex
Gann Time Clusters
Martin Eshleman
2.5 (2)
Gann Time Clusters Indicator This indicator is based on W. D. Gann's Square of 9 method for the time axis. It uses past market reversal points and applies the mathematical formula for Gann's Square of 9 and then makes projections into the future. A date/time where future projections line up is called a 'time cluster'. These time clusters are drawn as vertical lines on the right side of the chart where the market has not advanced to yet. A time cluster will result in a market reversal point (ex.
Filter:
sakson90
14
sakson90 2026.01.07 16:32 
 

Good afternoon! Martin, please tell me, in the MA calculation method, which numbers correspond to the EMA? Thank you.

[Deleted] 2025.09.15 02:12 
 

User didn't leave any comment to the rating

Amedeo Trubbiani
558
Amedeo Trubbiani 2025.09.01 10:38 
 

free but i'll not use it. tester give no good results

clony237
34
clony237 2025.06.08 05:14 
 

this bot is amazing but i had a problem with the trailing stop loss it seem is not working at all if someone can give me picture of the setting

ThinkMMQL
74
ThinkMMQL 2025.04.14 08:18 
 

Very good, thank you !

Martin Eshleman
11481
Reply from developer Martin Eshleman 2025.04.26 15:58
Thank you!
Hany Jow
60
Hany Jow 2024.07.14 04:12 
 

Five stars! Very good EA. I use it on real account and it gives a massive profits.

Martin Eshleman
11481
Reply from developer Martin Eshleman 2024.07.15 00:53
Thank you so much for the review!
AscendCapital
2364
AscendCapital 2024.02.17 17:58 
 

User didn't leave any comment to the rating

Martin Eshleman
11481
Reply from developer Martin Eshleman 2024.02.17 18:42
Thank you for the review!
Jesroy
136
Jesroy 2023.07.07 14:26 
 

HI Maritn, how to set the grid distance between trades for martingale?

Anderson Davies Ferreira
182
Anderson Davies Ferreira 2023.05.14 05:38 
 

Trading Not Allowed For This Chart! Please Reset EA & Try Again! on which charts can it be used?

meta5rimaz
14
meta5rimaz 2023.05.02 15:41 
 

very good

bees7
14
bees7 2023.04.13 02:14 
 

not working

Martin Eshleman
11481
Reply from developer Martin Eshleman 2023.04.14 00:40
It would be nice to know exactly what you mean isn't working. It simply not trading doesn't mean it's not working. It means the conditions haven't been met which are based on your settings.
Ionel.C
405
Ionel.C 2023.04.11 08:28 
 

Thanks to the author for this very interesting post. Now I have the opportunity to study the action of indicators and their combinations. However, I can't access the martin usage.

MT4trader
89
MT4trader 2023.03.16 13:13 
 

An excellent precise and elaborated tool with clear manual.

Lukasz Mikolajewski
138
Lukasz Mikolajewski 2023.02.27 11:23 
 

A very nice harvester that can be optimized for one and many applications.

janwan
223
janwan 2023.01.29 14:16 
 

Great EA if used with good setup then you have a profitable EA with low drawdown.

Akito kujou
64
Akito kujou 2023.01.22 15:55 
 

User didn't leave any comment to the rating

felixchang
474
felixchang 2018.10.30 02:47 
 

I bought this thinking of customizing the trade entry because the EA looks rather flexible.

I encountered problem and pm the developer and for last two weeks with no response. I guess the product was abandoned.

Waste of money.

Tareq Nabulsi
583
Tareq Nabulsi 2017.09.12 09:21 
 

It took me a long time to realise this but this EA is so customisable, that how much profit or loss you make is really something upto the user, unlike the other EAs on the market, speaking from a live account profitable experience of over 50 trades (including 34 live account trades) this week.

Reply to review