HedgingMartingale MT4

4.55

HedgingMartingale EA

[ Set Files ] , [ My Channel ] , [ My Products ] , [ Blog ]

Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm

This EA is a trading algorithm that combines hedging and intelligent risk management with the Martingale strategy. It is designed to provide stable performance in strong market conditions where you cannot predict trend direction. When using an appropriate set file, it can work on any instrument. Optimization results have provided successful performance on instruments such as Fx, Gold, Stock and Crypto. Instruments that tend to move sideways are its nightmare. It starts trading with a cycle. Opening the first trade that will start the cycle in the correct position can eliminate risks. Therefore, various cycle starting entry strategies have been developed and continue to be developed.

  • Opens systematic positions in both buy and sell directions.
  • After a loss, increases lot size following a predefined sequence.
  • Minimizes losses by automatically closing positions in the opposite direction.

Example trading cycle:
0.02 SELL
0.04 BUY
0.08 SELL
0.16 BUY
0.32 SELL
...

The first trade opened starts a cycle. The rules in the set file only apply to this first trade and the first trade can only be stopped using the Freeze feature or position limit. The cycle ends when the last position closes with profit. However, if the balance is insufficient or the position limit is full, critical losses may come.

Default inputs are prepared for XAUUSD!

There are some set files HERE but please do backtest before usage 


EA Features

Advanced Trading Options:

  • Special Take Profit for First Position:
    You can increase the probability of winning by setting a lower Take Profit in the first trades.
  • Spread Control:
    You can prevent bad order executions by setting a maximum spread limit.
  • Critical Spread:
    If the spread widens too much during the current cycle, the EA freezes the cycle and continues trading as soon as the spread returns to normal.

Multi-Pair & Multi-EA Usage Feature:

If you want to prevent entering a new trade while there is an open position, enter the Magic Number list of EAs to be blocked (for example: 12345,65431,34123 ).
This feature is only used to prevent the first trade of the cycle. It also allows other EAs to open trades sequentially. This way, it does not negatively affect the drawdown value. 
In new versions, this feature will be developed as follows; now when it enters a Buy position, it will enter trading in such a way that it will not block a Sell position in another instrument.
Also, if you do not want it to block Buy->Buy or Sell->Sell positions, it will be possible.

  • Blocked Magic Numbers

Dynamic Volume Multiplier:

Our goal is to automatically increase the number of trades, not the lot size of opened trades, as your capital increases. This makes it easier to manage trades without hitting the broker's lot limit. In multi-EA environments, it is recommended to use Equity-Based mode.

  • Balance-based
  • Equity-based 

Note: For volume calculations to be correct, match the Initial Balance parameter with your starting balance.

Position Entry Strategies:

Multiple strategy options are offered for maximum flexibility when opening the first position in a cycle. Since starting the cycle when the trend is strong will eliminate risks, strategies have been developed on this subject and tried to be presented to you as a selective list.

  • Candle Direction + ATR
  • ADX Indicator

Time Permissions Control:

Trend strength is different at every hour of the day; if you wish, you can restrict trading to certain days and time intervals. Enter the days you do not want to trade with numbers (for example, 1,2,3,4) 6 and 7 (Saturday, Sunday) are automatically closed. Hourly trading: Specify allowed trading hours in HH:MM–HH:MM format (for example, 03:30–21:30 or 21:30–03:00 )

Note: The EA prevents opening the first position of the cycle in the first 75 minutes of each trading day.

Gap Protection Setting:

If true, when carrying trades over the weekend, it applies a hedge trade by opening a new trade in the opposite direction of the open direction. This will prevent you from losing money with the big gap that may occur when you wake up on Monday. It removes the hedge trade on Monday at the time you specify and allows you to continue from where you left off in the cycle. If the hedge trade closes with profit and loss, it will update the tp and sl values of the original trade accordingly. 
Thanks to this setting, you can safely include Friday in the weekday permissions section. 

Market Rest Time Setting:

Waiting timers that prevent immediately reopening trades after volatile movements:

  • After Last Trade Pending Timer:
    Waits a certain number of candles (for example, 6 candles on H1 chart) after the last position closes.
  • After First Trade Pending Timer:
    As soon as the first trade of the cycle is completed, it goes into waiting for a new cycle, delaying the cycle start.

Freeze Trading System:

As the name suggests, it is designed to freeze the cycle and restart it. When you start a cycle, if this cycle opens new trades without gaining profit, the volume size of the opened trades will increase, so it is a useful option if you want to transfer the risk to the next entry strategy. For example, if 4 trades are opened and you do not want to push your luck further, it is a feature you will love if you want to transfer to the next entry strategy.
When you make the Freeze Trades system true, the EA can perform the following:

  • Temporarily stops trades and freezes the cycle.
  • Restarts trades with the same lot progression when conditions are suitable.
  • Trend direction options when starting the cycle: {Follow the trend, Continue in the same direction, Continue in the opposite direction}

Example: In XAUUSD trading, 4 trades were made and the lot grew, then the market holiday came and no movement is expected. If Freeze Trading is active, if a limit of 4 trades is entered it prevents opening more positions and restarts the cycle with the last lot size it left after the holiday.

Bank Holiday Protection:

During holiday periods, the buyer-seller balance is disrupted and unpredictable sideways movements may occur. If you want to prohibit opening the first position in a cycle on certain days before/after holidays, you can set how many days trading will not be done.

Example: do not enter the trading cycle 2 days before the holiday or 2 days after the holiday

  • The holiday database contains USD, EUR, GBP, JPY, CAD, CHF, AUD, NZD, CNY holiday data between 2022–2025.

Dynamic Pips Adjustment:

TP and Distance values are automatically adjusted as market price changes. Ideal especially for XAUUSD. It can be useful to use when working on long-term backtests.
Since a 1% value increase or decrease of the chart from 5 years ago will not match today's points values, you can find the answer to the question of how dynamically giving input values affects the result in this feature.

  • Baseline Price: Reference price point.
  • Price Interval: Price change threshold (for example, 200).
  • Percentage: The rate to be applied when the price changes this threshold (for example, 10%).

Example: If gold rises from $3,000 to $3,300 and Distance is 1,300 points, Percentage is 10%, Distance is automatically adjusted to 1,430 points.

Interesting information: As a result of tests, I noticed this. The gold ounce cost declared by gold businesses is around $1600. The current selling price is around $3200. The difference is $1600. When I set the price change setting to $200 and the percentage change to 13%, I realized that I found the optimum value. 


Usage Recommendations

Optimize entry parameters for each instrument:

  1. Set Distance and Take Profit values the same or close (e.g.: 1,200 points and 900 points).
  2. Optimize and use the Freeze Trading feature.
  3. Give the market 6–12 hours rest by making the After Trade Timer feature "True".
  4. Set Dynamic Volume Multiplier for compound balance growth.
  5. Test Dynamic Pips feature for pips adjustment in long-term tests (especially for XAUUSD).
  6. Use Bank Holiday filter to avoid trading in bad market conditions.
  7. You can install this EA on multiple pairs and use the Blocked Magic list to enter trades more frequently
  8. Try activating the (Gap Protection) feature to avoid weekend gaps

You do not need to do ATR optimization on FX instruments; the ATR feature is temporarily disabled.

Calculate the required balance amount carefully. In future versions, the balance you need will be calculated and displayed on the chart.


About the Developer

He has completed 10 years in his software development career. As a finance and mathematics enthusiast, he has a passion for developing algorithmic-based trading robots for over 2 years. He believes that he is the architect of many algorithms and strategies he has developed and has developed them, but he was disappointed when he encountered similar algorithms in the market. Still, he continues to develop with pride in having this ability.  He believes that providing the robots he develops for free instead of selling them directly will contribute more to their development. He attaches great importance to your feedback and suggestions.

If you like my robots and want to be informed about new features, join my channel: Furkan's Robots



Reviews 27
nippng
34
nippng 2026.03.12 22:39 
 

HELLO.Currently, the EA trades two to three times a day. What settings are needed to make it trade more frequently?

Viktor Kulyandin
339
Viktor Kulyandin 2026.03.03 05:25 
 

Отличный советник! За две недели на демо счёте увеличил баланс на 46% !

lcsmck
93
lcsmck 2026.02.14 20:54 
 

What a bot! It can be hugely profitable, testing on cents account and its done 50% profit in 2 weeks... just make sure to switch off in choppy market cause it can go wrong. Very good for trending days.

Recommended products
Milch Cow Harmonic EA "Tool designed to trade 28 currency pairs according to 88 harmonic patterns plus one customized according to your parameters The expert graph interface guides you to the pattern names when passing over the pattern circle You can activate or disable any number of currency pairs and patterns for your trade by clicking on the currency pair circle or the harmonic pattern (green = activate    red = disable) You can set more than one time frame within which the expert will look f
Atena Gold EA
Igor Pereira Calil
The Atena specialist is a EA for Meta Trader with the objective of working with the robot's own trends and strategies. GET Atena Gold EA FREE INSTALLED AND OPERATING ON YOUR ACCOUNT, ASK ME PRIVATE MESSAGE. Atena was developed to operate with greater security on American metal (GOLD, XAUUSD). Atena GOLD is a long-term robot, with WEEKLY AND MONTHLY profits, don't be too alarmed if it sometimes takes some time to close. Remember that Athena operates in both market trends, buying and selling, re
Cristoforo Gold Rush EA
Filippo Morleo
4.58 (12)
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
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
The EA’s unique algorithm calculates the average price (reflected in the form of a trend line on the chart), which is the center of price attraction in the framework of the traded timeframe. At times of increasing volatility, the adviser begins work with the goal of fixing profit in the region of the center of attraction of the price. Advisor does not use dangerous trading methods. It is recommended to install a trading expert on a remote server (VPS). Recommended Trading Instruments (TF 5M)
ScalperGhost
Agus Wahyu Pratomo
4.14 (7)
EA SCALPER GHOST PRO This is single Entry type EA. It use smart alghoritme to detect market movement. It also use Stop loss and take profit . EA will not use any dangerous system like martingale, grid, averaging etc which can cause account blown in a second Tis EA use More than one pair to reduce risk. Right now im using 13 pair at the same time PROMO SALE PRICE Only $99 For first 10 copies!!   4 copies left Next Price will be ====>> $xxxx UP RAMADHAN KAREEM PROMO ONLY $55 FOR LIFE TIME.. GRAB
FREE
Alligator Trader
Ciprian Ghebanoaei
3 (2)
Alligator Trader is a fully automatic, professional trading robot. Designed specifically for the foreign exchange market   USDJPY M30. EA does not need to configure parameters. Ready to work on  USDJPY M30. , You only need to decide on the choice of the lot. It has a smart algorithm which detects the trend, filters out market noise. The expert creates orders on trend direction. Input and output orders are given by a combination of two indicators that can be found on any MT4 platform: Alligator
FREE
Ksm Bot4
Andriy Sydoruk
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
06/22/23 News! The "news filter" is integrated in the EA. Remember to insert in this url in Tools->Options->Expert Advisor You can disable this filter or use it in two way : Trade only on news No trade on news THANKS ALL! 06/21/23 News! Finally I see the light at the end of tunnel! Thanks all the contributors, now the EA has and efficient and very configurable Trailing Stop. In more It has also the extra profit function that move the Take Profit point by point. I remember you that this is fr
FREE
Tarantula
Sergey Kruglov
4.2 (5)
Tarantula is a trend Expert Advisor that looks for entry points based on the standard Moving Average indicator. It works with two timeframes selected in the settings. The EA looks for the points of trend change and opens an order when the signal matches on different timeframes. All orders are protected by stop loss. However almost all orders are closed by the EA on a signal change. Parameters SL - stop loss. TP - take profit. OnWork_1 - enable/disable searching for signals on the first timefram
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.69 (42)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Hermes Gold PRO
Igor Pereira Calil
The HERMES specialist is a robot for Meta Trader with the objective of working with the robot's own trends and strategies. GET HERMES GOLD PRO FREE INSTALLED AND OPERATING ON YOUR ACCOUNT, ASK ME PRIVATE MESSAGE. TIMEFRAME USAGE RECOMMENDATION: H1 HERMES was developed to work on the American metal XAUUSD (GOLD). HERMES is a long-term Expert in assertive SCALPING, and so, he can stay 1,2,3 days without trading, depending on the value of his "risk (configuration", but, don't worry about that, re
Big Trend Catcher MT4
Aleksandr Davydov
4 (1)
Expert description The Expert Advisor's trading system is based on entry and exit at a certain deviation of the asset price from the moving average value. The Expert Advisor has a number of parameters, by manipulating which you can implement different trading systems and also get different results when trading on different assets, keep this in mind when setting up an Expert Advisor and do not use standard settings on all instruments and time frames. Recommendations for use The EA working time
FREE
Dax Dual Engine Light
David Sanchez Clavero
DAX Dual Engine Light — Free LITE Version DAX Dual Engine is a fully automated bidirectional trading system designed specifically for the DAX40 index (GDAXI) on the H1 timeframe. It combines two independent signal engines — momentum-based entries for Long trades and mean-reversion entries for Short trades — creating a robust system that adapts to different market regimes. How It Works The Long engine detects sustained bearish pressure using a multi-bar low filter, confirms that momentum is exhau
FREE
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
Bands Plus
Alexander Chertnik
4.46 (13)
Designed mainly for  USDCAD 1H market. Minimum trading account 100 $. Expert advisor operates by unique   Bands strategy and transaction algorithm. settings: minBalance - minimum account balance for trading maxSpread - maximum allowed spread for trading  maxLoss - maximum loss for stop trading lotControl - lot control and auto lot activation bandsPeriod - indicator period tradeProfit - profit for exit USEtradeRange - if true, will operate with range between trades tradeRange - range distance
FREE
RoyalThrone
Evgeniy Zhdan
The trading robot uses a unique system for determining critical price levels. In these areas, the adviser determines the most likely price movement and begins its work. An advanced system of profit and loss control allows the amount of profit to prevail over the amount of loss. Each advisor order has a stop loss. Hazardous trading methods are not used. The default settings are suitable for (5M timeframe): EURGBP, USDCAD, EURUSD, AUDUSD, USDJPY, EURJPY. No additional set files are
ForexMarshalsSmart   The EA's strategy is based on low-risk trading based on medium-term market trends. In the absence of aggressive scalping, the average profit per trade is 15-50 pips. ForexMarshalsSmart works with any MetaTrader 4 broker and meets the requirements of all the world's leading brokers. Description of the advisor settings: LotPosition - volume of market positions LotOrders - the volume of pending orders Distance - distance between orders, profit distance MagicNumber - advisor or
Draconis Expert
Ruengrit Loondecha
Draconis Expert Working best with GOLD - M30 Require minimal 500$ for 0.01 (AutoLot feature inside) --------------------------------------------------------- This is a Single EA, less orders but might more Accuracy. Powerful Portfolio EA Launched NOW with   QuantLynk Engine Series. More information Click here . ------------------------------------------------------------ Indicators and Concepts Quantitative Qualitative Estimation (QQE): QQE is an advanced version of the Relative Strength Index
FREE
Oil King Premium
Mehmet Ozhan Hastaoglu
3.5 (2)
This robot works in 15-minute periods. Opens a limited number of transactions when it reaches a specific transaction volume. You can run the following system if you want to open operations. Set the amount of the lot from the set You can start the strategy test by typing the broker name of the Brent or WTI symbol type and selecting the lot amount. Symbol EA = Oils+ ( Sample Symbol Name Your Brokers )  Period : M15 ( Cancellation and Money Back Guarantee within 7 Days )  
Constant Trader
Ciprian Ghebanoaei
1 (1)
Constant Trader   Constant Trader  is a fully automatic, professional trading robot. Designed specifically for the foreign exchange market   EURUSD. EA  does not need to configure parameters. Ready to work on  EURUSD M30 . You only need to decide on the choice of the lot. It has a smart algorithm which detects the trend, filters out market noise. The expert creates orders on trend direction. Input and output orders are given by a combination of three indicators that can be found on any MT4 plat
FREE
MEDICI v2
Anaikh Srambickal Nazar
Kindly message me for settings, assistance and for requests to add more functions which way be benificial. Unlock the power of precision trading with EA Medici, the expert advisor meticulously crafted to revolutionize your trading experience. Harnessing the cutting-edge technology of advanced neural networks and sophisticated algorithms, Medici stands as the pinnacle of automated trading solutions. This product is designed for long-term trading. The style of investment recommended is invest fo
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,
Mascote Super Trend
Cesar Castro Barbosa
This EA is designed to enter orders without the use of martingales, to maximize the correct entries this EA uses special filters specially designed for the indicated currency pairs, also uses direct relation with other TimeFrames, besides the MACD. It has input capability in the opposite direction of movement (reverse) if the trader so wishes. The position is plotted by a stoploss and static takeprofit based on price. Operation : You work with regular variable spread brokers and generally wo
VaniganMT4
Nissar Ahmed
5 (1)
### **Vanigan MT4  Core Trading Strategy Sideways Market Detection Uses ADX (Average Directional Index) to identify non-trending markets ADX < ADX_Thresh (25.0) → Sideways market ADX >= ADX_Thresh → Trending market (no trades) Entry Signals RSI (Relative Strength Index) for entry triggers: RSI < Oversold (30) → Buy Signal RSI > Overbought (70) → Sell Signal Trades only execute in sideways markets ( ADX < 25 ) Risk & Money Management Lot Size Calculation Fixed Lots : LotSize if UseMM = false Mo
FREE
Quant King EA   — Built for Gold If you are interested in purchasing the full source code, feel free to contact me via private message. The source code is available for a one-time buyout at   10,999 USDT . Or Buy here then contact me. Trading gold was never meant to be guesswork. Quant King EA   is an intelligent trend-following grid system, purpose-built for XAUUSD. It doesn't chase noise. It doesn't trade blindly. It waits for the market to align — and when it does, it executes with precisio
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
Night Hunter Pro
Valeriia Mishchenko
4.38 (53)
EA has a  live track record  with many months of stable trading with  low drawdown : All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth . It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading a
CryptoTrend
Paulo Martins Barbosa
4 (2)
<h3>CryptoTrend</h3> <p> <b>CryptoTrend</b> is the free edition of a rule-based cryptocurrency Expert Advisor created for traders who want to test the product philosophy and core execution style before using the full version. </p> <h3>Overview</h3> <p> This EA is designed around the idea of participating in relevant crypto price trends through structured rules and controlled execution. It avoids dangerous recovery methods and focuses on practical automated trading. </p> <p> There is no marti
FREE
EURUSD EMA–SMA Reversal Breakout (H1) is a fully automated MetaTrader 4 strategy designed to capture **confirmed reversal breakouts** on EURUSD using a simple trend + position filter with rule-based **pending STOP execution** beyond recent structure. The EA was backtested on **EURUSD on the H1 timeframe** from **April 1, 2004 to April 24, 2024** using a MetaTrader 4 backtest engine (base data: EURUSD_M1_UTC2). No parameter setup is required — the system is delivered with optimized and fine-tune
FREE
Buyers of this product also purchase
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, and short term volatility to identify high probability scalping opportunities in the gold market. Scalping Robot Pro is optimized for traders who prefer dynamic trading with quick en
Quantum King MT4
Bogdan Ion Puscasu
5 (5)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT5 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT4 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule   your trading with precision and discipline. Quantum King EA   brings the strengt
BB Return mt4
Leonid Arkhipov
5 (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.   Trading principles — the strategy does not use grid trading, martin
XG Gold Robot MT4
MQL TOOLS SL
4.27 (41)
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
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
UPDATE — DECEMBER 2025 At the end of November 2024, the Aurum expert advisor was released for sale. Throughout this time, it traded in real market conditions without a news filter, without additional protective restrictions, and without complex limitations — while confidently remaining profitable and stable. Live Signal (launch April 14, 2026) This full year of real trading clearly demonstrated the reliability of the trading system. Only after that, based on real experience and statistics, a m
Vortex Gold MT4
Stanislav Tomilov
4.93 (42)
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
EA Gold Stuff
Vasiliy Strukov
4.7 (1091)
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
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 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 extreme volatile
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
Gold Safe MT4 EA
Anton Zverev
3.67 (3)
Live Signal:   https://www.mql5.com/en/users/varkotechnologies/seller MT5 version:   https://www.mql5.com/en/market/product/164203 Timeframe:       M1 Currency pair:       XAUUSD Gold Safe EA Manual: https://www.mql5.com/ru/blogs/post/770312 Varko Technologies   is not a business, it is a philosophy of freedom. I am interested in long-term cooperation and building a reputation. My goal is to continuously improve and optimize the product to meet changing market conditions. Gold Safe EA       -
EA Game Changer
Vasiliy Strukov
4.27 (11)
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
Forex Dominance MT4
Ebrahim Mohamed Ahmed Maiyas
5 (2)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing Forex Market. It adapts to price movements and market fluctuations to detect potential trading opportunities. Discounted price   . The price will increase by $50 with every 5 purchases. No Risky Strategies   –   Does not use martingale or grid methods Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patte
HFT Prop Firm EA
Dilwyn Tng
4.96 (631)
HFT Prop Firm EA is  also known as Green Man due to its distinctive logo, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. With version 5.8 and above GreenMan  HFT Prop Firm EA is plug and play for for almost true HFT prop firm challenges without setfiles with it newly improved automatic features.  MT5 version:  https://www.mql5.com/en/market/product/117386
Launch price: $250 - only 8 copies remaining at this tier. The price increases by $50 after every 10 purchases. Final price: $1999. Aurum Imperator   was created for traders who value precision over noise. Instead of chasing every symbol and every market phase, it focuses on a single mission: trading   AUDCAD   through a refined   mean reversion model   built for MetaTrader 5. The system combines   RSI confirmation, moving average distance analysis, ATR logic, daily/weekly-based context, and s
EA Sweet Dreams
Vasiliy Strukov
5 (1)
EA Sweet Dreams is a trend following trading system powered based on my own indicator.  It follows a martingale grid strategy.  This EA is suitable for any currency pair and any time frame, however it performs exceptionally well on strong trending instruments such as xauusd on the M15 time frame. 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! Settin
Recovery Manager Pro MT4
Ianina Nadirova
5 (1)
Recovery Manager Pro is a system for recovering drawdowns from other advisors or from manually opened orders. RM Pro has the ability to automatically dynamically adjust. The trader needs to select the risk level and the advisor will work in fully automatic mode. Can work in drawdown recovery mode and standby mode! If another advisor generates a drawdown, RM Pro will disable it, lock the position and start the process of restoring the deposit using partial closures. In its trading, the advisor u
This expert use grid and advanced DCA and martingale strategy. The strategy used by Fund Manager by our country. Use with pair AUDCAD, with   timeframe M5   it can survive 2015-Nov 2024.  DrawDown Max from 2019-2025 15k USD for both pair It works well in other Pairs in   m15: AUDCAD, EURJPY Use proper money management, use money that you can loose, withdraw your profit. This strategy can make good profit if you use good money management. Use the balance minimum of 2k-3k. Use default setting .
Multi Sniper mq
DMITRII GRIDASOV
5 (3)
MULTI SNIPER EA is precise automatic trading system with around 90% accuracy for MT4 platform. This profitable scalping EA is really one of the most stable system on the market at the present time. No grid! No martingale! It is original product which is offered only on this MQL5 website. Download EA Set_files for testing and trading: GBPAUD Set_file GBPCAD Set_file - Implemented compound interest method and scalping techniques. - System sets dynamic SL automatically depending on market volati
XIRO Robot MT4
MQL TOOLS SL
5 (6)
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
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.
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
Golden Mirage mt4
Michela Russo
5 (9)
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
Golderon MT4
Vladimir Pokora
Golderon EA – A Specialized Algorithmic Trading System for Gold (XAU/USD) MT5 version here Introducing Golderon EA , a fully automated trading system (Expert Advisor) meticulously engineered for trading gold (XAU/USD). This expert system is the result of extensive research, advanced algorithmic modeling, and precise optimization based on over ten years of real historical market data. Golderon EA implements an intradaily swing trading strategy , optimized for M15, M30, and H1 timeframes , ident
Big Forex Players MT4
MQL TOOLS SL
4.73 (45)
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
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
Capybara
Sergey Kasirenko
4.22 (69)
Capybara EA is an advanced automated trend following system based on the Hama indicator.  If the market turns bearish and the indicator turns red the EA will sell, if the market turns bullish and the indicator turns blue the EA will buy.  The EA can accurately detect the beginning of uptrends and downtrends and will control open trades in a martingale/grid style until it hits TP.   Recommended pairs:  All major pairs like eurusd; audusd; gbpusd; nzdusd and also minor pairs like audcad; nzdcad;
EA Black Dragon
Ramil Minniakhmetov
4.75 (565)
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  ·       
Trend Catcher Exp
Ramil Minniakhmetov
Trend Catcher EA analyzes market price movements, using the author’s proprietary and customized adaptive trend-analysis indicators.   It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.   By combining the smoothing and trend-filtering capabilities of special customized indicators such as moving averages, RSI, and volatility filters, the EA can automatically execute trades based
FlipDamonHFT
Allistair Kabelo Mandow
1 (4)
FlipDamonHFT is a fully automated Expert Advisor for MetaTrader 4, developed for trading XAUUSD (Gold) on the M15 timeframe. It uses a high-frequency approach combined with advanced risk controls to identify and capture short-term opportunities in the gold market. The EA is designed for traders who understand the high-risk nature of HFT strategies. It focuses on precision execution, dynamic position sizing, and multi-layer protection to manage trades during volatile gold movements. Key Features
Boring Pips MT4
Thi Thu Ha Hoang
4.54 (13)
Have you ever wondered why most expert advisors are not effective in live trading, despite their perfect backtest performance? The most likely answer is Over-fitting . Many EAs are created to ‘learn’ and adapt perfectly to the available historical data, but they fail to predict the future due to a lack of generalizability in the constructed model. Some developers simply don't know about the existence of over-fitting, or they know but don't have a way to prevent it. Others exploit it as a tool
More from author
[ My Channel ] HFT Spike EA Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm (FTMO FundedNext etc.) Strategies: Quantum Physics Principles, HFT Spike (High-Frequency Trading), level trading, neural trading, No Martingale, No Grid, single-position trend trading. A fully automated, risk-managed EA designed on XAUUSD tick data. You don't need to select a Time-Frame. Default values match the tested configuration. Designed for Gold. It detects sudden volatility bursts ("sp
VolumeHedger
OMG FZE LLC
4.91 (45)
VolumeHedger EA [ LIVE SIGNALS ]  ,  [ My Channel ]   ,  [ Set Files ]  ,   [ Blog ]  , [ AI Usage ]  , [ PDF Guide ] Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm (FTMO etc.) Applicable strategies: Hedging algorithm, HFT (High-Frequency Trading), level trading, neural trading, Martingale, single-position trend trading. Default settings are not the best settings. Please get in touch. With Volume Hedger EA  Thanks to the ability to define an entry strategy using a Custom
SwapSlap
OMG FZE LLC
4.83 (6)
[ LIVE SIGNALS ]  ,  [ My Channel ]  , [ BLOG ]  ,  [ EA Channel ] SWAPSLAP EA Recommended accounts: Any, Standard, ECN, Raw; Cent; Propfirm (FTMO etc.) A new EA developed by Huseyin Furkan Öztürk, very easy to use with a plug-and-play structure, creative yet very powerful. The working principle of SwapSlap EA is briefly based on generating profit using the carry trade method.  This method is a trading opportunity that arises because investors tend to switch sides during swap time due to inter
HedgingMartingale
OMG FZE LLC
4.73 (124)
HedgingMartingale EA [ Set Files - PDF ] , [ My Channel ]  , [ My Products ]  , [ Blog ] Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm This EA is a trading algorithm that combines hedging and intelligent risk management with the Martingale strategy. It is designed to provide stable performance in strong market conditions where you cannot predict trend direction. When using an appropriate set file, it can work on any instrument. Optimization results have provided success
FREE
[ My Products ] , [ My Channel ]  , [ LIVE SIGNAL ] HFT Spike Detector HFT Spike Detector is a professional tick monitoring tool designed to analyze and measure high-frequency price movements (sudden spikes caused by HFT) in real time. Its purpose is to enable you to detect abnormal slippage, liquidity gaps, and millisecond-level price spikes caused by the broker using numerical data. Because it analyzes real-time tick flow and execution conditions, it cannot be accurately evaluated in backt
GridTeam EA
OMG FZE LLC
5 (17)
GridTeam EA - Create your own grid robot [ Set File ]   ,  [ My Channel ]  , [ LIVE SIGNAL ] All indicators in a single EA — choose what you want, optimize and run on multiple pairs simultaneously. Take full control. Set up your risk management yourself. As default values, RSI indicator is used and was adjusted according to optimization results. It is not the best value. I believe you can find a better one. One of the features that makes this EA beautiful is that when equity drawdown falls, it r
FREE
[ My Channel ] , [ My Products ] This indicator shows the points where the bar’s trend changes due to an instant pressure while the overall trend is moving upward or downward. The arrow displayed by the indicator is drawn if the previous bar meets certain criteria. When building your strategy, you can interpret 3-4 consecutive arrows as a potential breakout signal. For example, when you see the 4th arrow, you may consider opening a trade. This provides a reliable tool to anticipate significant
FREE
[ My Channel ] , [ My Products ] The Lorentzian Distance Classifier is a machine-learning-based trading indicator that uses Lorentz distance as its core metric within the Approximate Nearest Neighbors (ANN) framework. Instead of relying on traditional Euclidean distance, it treats financial price action as if it occurs in a “distorted” price–time space (similar to how massive objects bend spacetime in relativity). This approach makes the classifier significantly more robust to market noise, outl
OMG Trading
OMG FZE LLC
5 (3)
[ My Products ] , [ My Channel ] OMG Trading Panel Now you can control your trading panel directly from your phone. Install OMG Trading Tool on your MQL VPS and trade comfortably from the mobile MetaTrader 5 app while the panel runs 24/7. I've also added two useful strategies: Smart Margin Protection and Grid Strategy. You can also set an alert that triggers when the price drops. Key Features Remote Control via Mobile MT5 Control your trading tool from anywhere using your smartphone! Simply
FREE
Filter:
bardi2000
34
bardi2000 2026.05.09 09:50 
 

un EA verdaderamente complicado de utilizar,con parametros un tanto confusos. hay que darle tiempo...

nippng
34
nippng 2026.03.12 22:39 
 

HELLO.Currently, the EA trades two to three times a day. What settings are needed to make it trade more frequently?

DADAOGO
19
DADAOGO 2026.03.10 11:53 
 

User didn't leave any comment to the rating

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2026.03.10 11:59
Thank you for your review <
Viktor Kulyandin
339
Viktor Kulyandin 2026.03.03 05:25 
 

Отличный советник! За две недели на демо счёте увеличил баланс на 46% !

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2026.03.03 07:08
Great to hear. Be careful and do optimise well. I use volumehedger for a while.
lcsmck
93
lcsmck 2026.02.14 20:54 
 

What a bot! It can be hugely profitable, testing on cents account and its done 50% profit in 2 weeks... just make sure to switch off in choppy market cause it can go wrong. Very good for trending days.

Jesus Alejandro Espinosa Garcia
353
Jesus Alejandro Espinosa Garcia 2026.02.08 18:09 
 

Is there any reason that the bot didnt open trades in tester? Mt4

Konstantin Polle
712
Konstantin Polle 2026.02.05 05:29 
 

Хороший продукт,есть потенциал

princezahid2010
513
princezahid2010 2025.12.30 13:04 
 

I execute this strategy manually, and I can confirm it serves as an effective alternative. To manage risk, I advise starting with 0.02 lot sizes and maintaining a minimum capital of $10,000. Crucially, prioritize capital preservation: actively monitor positions and exit trades once they recover after four or five consecutive losses—do not wait for the trade to hit profit. Exercise patience and discipline; more opportunities will arise, but protecting your capital must come first.

**CORRECTION 1.20.2026** - This strategy can blow up your account when market is ranging. You will need to cut the loss early if you feel market is ranging.

Nezo Eliot
1338
Nezo Eliot 2025.12.08 00:55 
 

Excellent EA! Once I found the right setup, the results became very consistent. Appreciate the hard work behind it.

Tomi Luv
874
Tomi Luv 2025.10.26 15:59 
 

Even though this EA is no longer supported by Huseyin, I give i it 5 starts. I've had it running on gold with default settings on a cent account and its made pennies daily. Huseyin has been helping me with his Volumehedger MT5 ea and he's been nothing but awesome support, he has so far been very patient with me learning mt5 and helping me with my mistakes. (to me mt5 is garbage when it comes to testing because I can't figure it out yet, that's on me) As far as this free hegemartingale ea I will continue to test on demo accounts and find a way to make it work on USD pairs but I can say it will work on a 10k ecn or cent as is on gold in default mode.

[Deleted] 2025.08.22 01:24 
 

User didn't leave any comment to the rating

190253864
36
190253864 2025.08.17 02:00 
 

想获得BTCUSD、XAUUSD和FX工具的优化设置文件

Enrico Bargellini
181
Enrico Bargellini 2025.07.23 21:32 
 

Ottimo bot funzionante

[Deleted] 2025.07.16 14:30 
 

User didn't leave any comment to the rating

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2025.07.18 00:52
Thanks my friend. I hope i will update this ea soon 🙏🏻
Alexfly
59
Alexfly 2025.07.14 06:55 
 

It made me lose €200 in 2 hours to avoid

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2025.09.07 00:09
I am sad to hear. Please first ask the settings before using. This EA is not easy to use for beginners and it is not for 200$ deposit. Default settings requires more than 3000$ balance
mehmet arif
11
mehmet arif 2025.07.11 21:32 
 

hepsini 5 yıldız vermeyelim sıkıntı çıkmasın set dosyası pdf isteme imkanımız var mı furkan bey

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2025.07.13 06:44
Değerlendirmeniz için teşekkür ederim. İyi kazançlar dilerim.
angelwings61
100
angelwings61 2025.07.09 14:01 
 

Impressive so far. Great profit and manages well equity. Thanks to the developer for a great piece of work.

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2025.07.09 15:22
It seems that you are really impressed. Thank you for your low score ::) I respect your high standards
英夫 富永
318
英夫 富永 2025.07.08 12:52 
 

good

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2025.07.08 12:55
You called it good, but it still doesn’t measure up to your standards? :))
emilien Detmer
18
emilien Detmer 2025.07.05 12:42 
 

User didn't leave any comment to the rating

vitoco7777
45
vitoco7777 2025.07.03 03:19 
 

Honestly and its funny, probably the best EA on MQL5, in fact, this is FREE! So all the paid EA can bye bye! Do you have set files for different products? ie GBPUSD, EURUSD, BTCUSD as well? Also how can i contact you? Do you have other paid and better EA? You are King of EA!!!!

OMG FZE LLC
80675
Reply from developer Huseyin Furkan Ozturk 2025.07.03 10:41
Yes it is. You should keep it a secret 🤭 It's free for now, but I’ll have to make it paid soon. If too many people start using it, the trading balance may be disrupted .
Yes i have other EA's. I cant say better but i can use all together. You can contact with me on my profile informations.
12
Reply to review