MA Trend Pro MT4 MA Rsi Adx

SPECIAL INTRODUCTORY PRICE!!

MA Trend Pro is a professional, fully-customisable Expert Advisor that looks for trade setups using MA crosses with RSI and ADX confirmation. It’s easy to run in the MetaTrader 4 Strategy Tester so you can backtest, optimise, and find parameters that suit any symbol and timeframe.

Packed with features

  • ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels.
  • Currency or % risk – Set a fixed cash amount or a percent; lots auto-calculated from the ATR stop.
  • Fixed or trailing SL – Keep a fixed stop or use an ATR trailing stop that never widens initial risk.
  • Account protections – Daily drawdown (cash or %) with a custom reset hour, optional daily & total profit targets, and a max-spread filter so the EA skips poor conditions.
  • Fully optimisable indicators – Toggle HMA/WMA, set MA lengths, and tune RSI/ADX.
  • User-defined hours & days – Control sessions and an optional daily “close all” time (handy around news).
  • Advanced trade management – Set max open trades and cooldown; hedging toggle; close only or close & reverse on opposite signal. (If your broker/account type doesn’t allow hedging, keep it off.)

Inputs overview (plain English)

Trend & filters

  • UseHullMA – Choose the trend MA: HMA (true) or WMA/LWMA (false).
  • FastMAPeriod / SlowMAPeriod – Fast/slow MA lengths that define the trend.
  • RSI_Period, RSIOversold, RSIOverbought – RSI confirmation (e.g., 14 / 30 / 70).
  • ADXPeriod, ADXMin – Trades only when ADX meets or exceeds this strength.

Risk & exits

  • UsePercentageRisk, RiskValue – Risk as % of balance or fixed currency; lot size auto-calculated from the ATR stop.
  • ATRPeriod, SlMultiplier – ATR-based stop-loss.
  • UseTrailingSL, TrailMultiplier – Optional ATR trailing stop (never widens initial risk).
  • TpMultiplier – Take-profit as a multiple of the ATR-based SL.

Trading window & flow

  • StartHour, EndHour – Hours the EA may open trades.
  • EnableTimedClose, CloseHour, CloseMinute – Optional daily “close all” time.
  • MaxOpenTrades – Maximum simultaneous positions (per symbol/magic).
  • CooldownMinutes – Minimum time between new entries.

Protections

  • UseDrawdownLimit, DrawdownLimitIsPercent, MaxDailyDrawdown, DrawdownResetHour – Daily drawdown guard (cash or %), with a reset hour to match your broker.
  • UseMinEquityGuard, MinAccountEquity – Stops trading when account equity gets too low.
  • UseProfitTarget, DailyProfitTarget, TotalProfitTarget – Optional daily and overall profit targets (based on equity).
  • MaxAllowedSpreadPoints – Blocks new trades if spread (in points) exceeds this value.

Position behaviour

  • AllowHedging – Allow both directions at once (true) or block the opposite side (false).
  • ActOnOppositeSignal – If an opposite signal appears while in a trade, take action.
  • OppositeSignalCloseAndReverse – With the above on, choose close only (false) or close & open the opposite (true).

Misc

  • MagicNumber – Unique ID for this EA’s trades.
  • TradeMonday…TradeFriday – Pick which weekdays to trade.

Optimisation (MT4 Strategy Tester) EA must be optimised before adding to chart.

1) Open the Tester & pick the basics
View → Strategy Tester
Expert: MA Trend Pro (MT4)
Symbol & Period: choose what you trade (strategies won’t work on every pair/TF—try a few)
Use history: last 6 months (good starting point)

2) Modelling & speed/accuracy

  • Open prices only = fast (great for optimisation, especially on MA/RSI/ADX).
  • Every tick = highest realism (use it to re-test your best candidates).
  • Spread: set a typical fixed spread for the symbol or use Current.
  • Check optimisation box.
  • Note: Hull Moving Average is not native to MT4 and because of this MA Trend Pro will take longer than other EAs to optimise.

3) Expert Properties

  • Testing deposit: enter the balance you plan to use.
  • Optimisation criterion: Balance (good default).
  • Genetic algorithm: on for speed (you can turn it off later for a thorough pass).

4) How input ranges work
In the Inputs tab:

  • Unchecked box → the fixed Value is used.
  • Checked box → the EA sweeps Start → Stop in Step increments.
    Example: MA Start=100, Step=25, Stop=300 tests 100, 125, 150 … 300.

Recommended optimisation ranges

Risk

  • UsePercentageRisk – choose % or fixed cash.
  • RiskValueUnchecked: A practical range is 0.1%–1% of account (e.g., $100–$1,000 on $100k).

Stops/Targets

  • SlMultiplierChecked: Start 1.0, Step 0.1, Stop 2.0
  • ATRPeriod – 14, Unchecked
  • UseTrailingSLChecked: Start false, Stop true
  • TrailMultiplierChecked: Start 1.0, Step 0.1, Stop 2.0
  • TpMultiplierChecked: Start 2.0, Step 1.0, Stop 10.0

Trend & filters

  • FastMAPeriodChecked: Start 40, Step 20, Stop 100
  • SlowMAPeriodChecked: Start 100, Step 25, Stop 300
  • UseHullMAChecked: Start false, Stop true (let the optimiser pick HMA vs WMA)
  • RSI_Period – 14, Unchecked
  • RSIOversoldChecked: Start 20, Step 5, Stop 35
  • RSIOverboughtChecked: Start 65, Step 5, Stop 80
  • ADXPeriod – 14, Unchecked
  • ADXMinChecked:
    • M1/M5: Start 15, Step 5, Stop 30
    • Higher TFs: Start 0, Step 5, Stop 30

Session & timing (broker server time)

  • StartHour / EndHour / CloseHourChecked, Step 1 hour
    • Sydney: Start 2→3, End 4→7, Close 7→9
    • London: Start 9→11, End 11→12, Close 12→14
      (Times are broker server time—often EET/EEST ≈ GMT+2/3.)

Position controls

  • MaxOpenTradesUnchecked at 1 (recommended).
    • If you want stacking: Checked: Start 1, Step 1, Stop 5
  • CooldownMinutesChecked: Start 0, Step 15, Stop 60
  • MagicNumberUnchecked (just the EA’s ID; keep it unique)

Days

  • TradeTuesday / TradeWednesday / TradeThursday – true, Unchecked
  • TradeMondayChecked: Start false, Stop true
  • TradeFridayChecked: Start false, Stop true

Protections

  • UseDrawdownLimit / UseMinEquityGuard / UseProfitTarget  – Set to your prop-firm rules or personal guardrails (usually Unchecked during optimisation; enable with fixed values for live).
  • MaxAllowedSpreadPointsUnchecked: MT4 doesn’t optimise spread so set it above currency spread value or it won’t enter trades in the strategy tester.

Hedging & reverse logic (pick one approach)

  • Approach 1 (simple Hedging):
    AllowHedging=true;

ActOnOppositeSignal=false;

OppositeSignalCloseAndReverse=false

  • Approach 2 (flip on signal):
    AllowHedging = false
    ActOnOppositeSignal = Checked: Start false, Stop true
    OppositeSignalCloseAndReverse = Checked: Start false, Stop true
    (If your account type is netting or your broker disallows hedging, use Approach 2.)

Interpreting results (plain English)

1) Optimisation Results
Select start and when the optimiser has finished an optimisation results tab should appear. Open the Optimisation Results tab and sort by Profit, Profit Factor, or Drawdown to find a strategy you want to look into further.

2) Detailed check
Right-click a row → Set input parameters to load those values and turn optimisation off.

Click Start (single test) to generate a full report (win rate, consecutive losses, drawdown, equity curve). If it wasn’t just one lucky mega-trade, keep it.

3) Save your set & use it live
In Inputs, Save to a .set (include symbol/TF/date).
Attach the EA to a chart → Inputs → Load your set.
Re-optimise for other symbols/timeframes and save a new .set for each.


Recommended products
Magic Grid
Aliaksandr Charkes
4.5 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Smart Funded Hft
Barbaros Bulent Kortarla
4.81 (64)
Smart Funded EA is an expert advisor designed to pass the HFT challenges of prop firms that allow its use. You can check my blog post about HFT Prop firms before buying a challenge. Do I need to back-test? You do not need to backtest, and demo servers that you backtest will not give the real results since HFT prop firms servers and symbols are specially designed friendly with HFT bots. Samart Funded HFT has a hundred percent success rate so do not waste your time back testing. You can test the
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
Diamond Cross
Mitsuaki Mine
Capture Market Turning Points with "Diamond Cross," a Counter-Trend Breakout EA "What goes too far, must come back." We have meticulously crafted the logic and robustness of this EA to seize that very moment. Introduction: The Goal of the "Diamond Cross" EA Thank you for your interest in "Diamond Cross" from among the many EAs available. We will not introduce this EA with flashy phrases like "a magical tool that guarantees wins" or "ensures XX% monthly profit." Instead, our goal was to sincere
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Bar Boss
Iurii Tokman
5 (1)
The Expert Advisor uses the FletBoxPush indicator for market analysis and for determining trading signals. The indicator is built into the Expert Advisor, there is no need to additionally run it on a chart. The EA trades breakouts of certain levels determined as flat borders. The EA uses Stop Loss. Description of EA Parameters TimeFrames chart period required for the indicator colour - the color of the price zone defined as flat, a setting for the indicator Rectangle - show price zones defined
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
Macd Pro I
Steve Zoeger
MACD Pro I EA https://youtu.be/2wCzTFIGNp4 =============== This Robot is fully automated and has been created for everyone. The Robot works also on cent accounts. The Ea is based on the MACD Indicator and 3 more and has been kept simple. ========================================= Maybe better to go for small profit, set it on higher time frames then you can use it for more pairs at the same time. =========================================== => works on all Time Frames but i would recommend the
ShinZuka
Muhammad Asyraf Bin Mohamad
Using MACD value for direction. Using RSI as reversal indicator. Using open trading hour. (Recommend Hour 10,11,15 & 19 : MT4-Time) Counter trade if signal failed. Cutloss trade if signal failed. Auto lot calculate based on target profit & takeprofit. Able to set counter trade value. Suitable for commodities & currency.  Timeframe H1. Able to set limit lot open. Able to select day to trade.
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
SPECIAL INTRODUCTORY PRICE!! MACD Momentum Pro is a professional, fully-customisable Expert Advisor that uses closed-bar MACD crossovers, confirms trend with HMA/WMA, and filters with ADX . It’s simple to run in the MetaTrader 4 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-c
VR Black Box
Vladimir Pastushak
3.67 (3)
The VR Black Box trading robot is based on the popular and time-tested trend following strategy. Over the course of several years, it has been improved on live trading accounts through regular updates and the introduction of new ideas. Thanks to this, VR Black Box has become a powerful and unique trading robot that can impress both beginners and experienced traders. In order to get acquainted with the robot and evaluate its effectiveness, it is enough to install it on a demo account and observe
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
Reversepro Smartsma ea mt4
AL MOOSAWI ABDULLAH JAFFER BAQER
ReversePro SmartSMA EA – A Fully Customizable Moving Average Strategy ReversePro SmartSMA EA is an advanced yet fully customizable trading tool designed for traders who prefer to fine-tune their strategies. This Expert Advisor (EA) is not pre-optimized, allowing you the flexibility to adjust its settings to fit your trading style, risk management preferences, and market conditions. How It Works This EA is based on the well-known Simple Moving Average (SMA) crossover strategy, enhanced with addi
Ilanis
Mikhail Sergeev
4.74 (27)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
Black Out EA
Jason Thato Hartley
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
How it works? This EA trades with Fast MA and  Slow MA  crossovers. Moving Average will base its value on the current time frame. Only allows one open trade at a time. Two strategy to choose,  crossover and trend following. Optimize risk management settings for lot size and martingale. Strategy: Crossover Opens a Buy position if the  Slow MA  crosses below  Fast MA. Opens a Sell position if the  Slow MA  crosses above  Fast MA. Trend Following Opens a Buy position if the  Slow MA  is below  Fast
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA wo
DJ30 Picsou
Julien Jean Bernard Lajardie
DJ30 Auto-Adaptative MA EA - Expert Advisor for DJ30 Trading The DJ30 Auto-Adaptative MA EA is a robust trading tool specifically designed for the DJ30 index on the 30-minute timeframe. This Expert Advisor combines a proven moving average strategy with an innovative auto-adaptive Stop Loss system, providing a balance between risk management and trade optimization. Key Features: Auto-Adaptative Stop Loss : The EA automatically adjusts Stop Loss levels in real-time based on the Average True Range
Stochastic Momentum Index is an adaptation of the classic Stochastic Oscillator that smoothes out the stochastic oscillations. This indicator is calculated by comparing the currency price relative to the average of an N number of periods. Then instead of plotting these values directly, We smooth them out using a MACD, Multiple Moving Averages and RSI indicators and then the values plotted to form the Stochastic Momentum Index. When the closing price is greater than the average of the range, the
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated b
Correlation Beast EA
Rodrigo Rethka Goncalves
Correlation Beast V2.05 - Skyrocket Your Forex Trading! Unlock the power of currency correlations with Correlation Beast V2.5 , the ultimate Expert Advisor for MetaTrader 4! Designed for traders who crave precision and profitability, this EA leverages advanced correlation strategies to identify high-probability trades. Whether you're a beginner or a pro, this tool is your key to mastering the Forex market! Why Choose Correlation Beast V2.5? Powerful Correlation Trading Trade sma
Automatic Expert Advisor. Night scalp system, with trend detection and pullback entry. Dynamic exit signal, for SL or TP. Every trade has fix SL. No usage of risky strategies like martingale, hedge, grid etc. About EA Scalper strategy Technical strategy Can use with small deposits Pairs with best rezults: AUDNZD, AUDCAD, AUDCHF, EURAUD, GBPAUD, USDCHF, CADCHF, EURNZD, EURGBP, GBPCAD, GBPCHF, EURCHF Time Frame: M15 Recommendations Broker account with ECN and low spread Test it first to find out
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
MACD Trading
Matthieu Jean Baptiste Wambergue
Get the MT5 version here ! Automate your MACD strategy! This EA alerts and/or places orders according to MACD strategies with additional filters. It means that you can use it by 2 different ways: Receive alerts based on your MACD strategy with filters on multiple symbols simultaneously in a single chart window; Choose the fully automated mode and let EA place orders based on your MACD strategy, filter choice and money management. This EA works with all broker symbols and contains multi-symbol m
Crypto_Forex Indicator "WPR and 2 Moving Averages" for MT4, No Repaint. - WPR itself is one of the best oscillators for scalping. - "WPR and 2 Moving Averages" Indicator allows you to see Fast and Slow Moving Averages of WPR oscillator. - Indicator gives opportunities to see the price corrections very early. - It is very easy to set up this indicator via parameters, it can be used on any time-frame. - You can see Buy and Sell entry conditions on the pictures. - Consider Buy signal conditions:
DYJ GlobalTradeGameTheory(Power)  is based on   Bulls   and  Bears  indicator. It can be used for any currency pair and timeframe. Power: Market entry condition  Power attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices The EA's BullsIndex attempts to measure the market's appetite for higher prices It also uses  Laguerre filtering fal
Royal Dutch Skunk
Sayan Vandenhout
ROYAL DUTCH SKUNK USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 6 great strategies The EA can be run on even a $20000
PipFinite EA Breakout EDGE
Karlo Wilson Vendiola
5 (5)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
Buyers of this product also purchase
Cherma Mt4
Hicham Chergui
4.43 (7)
CHERMA MT4   – Professional Expert Advisor for Gold Trading Using Artificial Intelligence Cherma MT4 is an advanced automated trading system specifically designed for trading gold (XAUUSD) on the 5-minute timeframe. It relies entirely on artificial intelligence to analyze the market and identify precise entry and exit points. This expert advisor is built for traders seeking a fast and efficient scalping strategy, executing dozens of trades daily based on real-time AI-generated signals and intel
HiJack
Cence Jk Oizeijoozzisa
4.4 (5)
HiJack Expert Advisor – Advanced AI-Powered Trading  To prevent distribution of cracked versions in the market Live Signal  https://www.mql5.com/en/signals/2311903     ea new:  https://www.mql5.com/en/market/product/146447 The HiJack Expert Advisor has been used privately for years, and now, we have decided to make it available to the public so that everyone can benefit from its powerful capabilities HiJack utilizes cutting-edge artificial intelligence to analyze the trading behavior of major
GbpUsd Robot MT4
MQL TOOLS SL
4.79 (89)
The GBPUSD Robot MT4 is an advanced automated trading system meticulously designed for the specific dynamics of the  GBP/USD  currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to  identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD. The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-Even
Quantum Emperor MT4
Bogdan Ion Puscasu
4.86 (167)
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 + Quantum Bitcoin for free !*** Ask in private for more details MyFxBook Verified Sign
Goldex AI
Mateo Perez Perez
4.43 (7)
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. Live Signal > IC Markets Real: Goldex AI Mid risk set Manual and set files: Contact me after purchase to receive the manual and set files. Price: The starting price is $499 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 tra
Diamond PRO
Fanur Galamov
4.82 (56)
Only 1 copy left for $199  Tomorrow price  --> $299  Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced po
XG Gold Robot MT4
MQL TOOLS SL
4.45 (33)
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
Trend AI EA
Ramil Minniakhmetov
5 (15)
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
Vortex Gold MT4
Stanislav Tomilov
5 (1)
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
Stock Indexes EA MT4
MQL TOOLS SL
5 (4)
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter has also been added to the robot, which prevents it from opening a position during important economic news , minimizing the risk. In robot, you can also specify the days and hours when the EA
NEXON Ai
Hicham Chergui
5 (3)
NEXON – AI-Powered Gold Scalping Expert Advisor (XAUUSD M5) NEXON is an advanced, fully automated scalping Expert Advisor designed specifically for trading gold (XAUUSD) on the M5 timeframe. Powered by cutting-edge Artificial Intelligence, Machine Learning, and Neural Networks, it continuously adapts to market dynamics to deliver precise, high-frequency trading decisions. Rather than relying on rigid, rule-based logic or basic indicators, NEXON learns from historical and real-time market behavio
Bitcoin Robot MT4
MQL TOOLS SL
4.71 (63)
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
DS Gold Robot MT4
MQL TOOLS SL
4 (4)
Introducing the DS Gold Robot, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, DS Gold is a forex robot meticulously crafted to optimize your trading performance with  XAUUSD pairs . With its advanced analytical capabilities,  DS Gold  Robot   constantly monitors the gold market, identifying key trends , patterns, and price movements with lightning speed. The DS Gold Robot opens positions every day from
Capybara
Sergey Kasirenko
5 (18)
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 Gold Stuff
Vasiliy Strukov
4.72 (1042)
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
AW Double Grids EA
AW Trading Software Limited
4.5 (8)
Advisor AW Double Grids MT4 - is an aggressive, fully automated grid advisor, with an information trading panel and simple setup. The strategy consists of simultaneous two-way work, multiplying the volume of one direction. Built-in automatic lot calculation, various variations of increasing the volume of positions, and other functions are implemented. Instructions ->  HERE  /  Problem solving ->  HERE  / MT5 version ->  HERE How the advisor trades: AW Double Grids conducts two-way trading with
Bitcoin Robot Grid MT4
MQL TOOLS SL
5 (16)
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Exorcist Projects
Ivan Simonika
5 (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 Iron Machine
Mohamed Hassan
4.81 (16)
Summer Sale: 50% OFF!!! Promotion is valid until 15 August 2025!  EA Iron Machine is an expert advisor that primarily trades based on key support and resistance levels. When the price reaches a significant support zone, the robot triggers a buy signal. When the price hits a major resistance zone, it initiates a sell signal. This EA is sensitive to news events, so even when backtesting, please keep in mind that it may stop trading during periods of high-impact news. This is one of the most
AW Recovery EA
AW Trading Software Limited
4.35 (85)
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 Scalper PRO
Felipe Jose Costa Pereira
3.83 (12)
Golden Scalper PRO: Our Technology by Your Side! Manual and configuration files: Contact me after purchase to receive the manual and configuration files. Price: The price increases according to the number of licenses sold. Available copies: 3 Trading gold, one of the most volatile assets in the financial market, requires high precision, thorough analysis, and extremely effective risk management. Golden Scalper PRO was developed precisely to integrate these pillars into a robust and sophisticate
OpenScalp GXT AI Mt4
Connor Michael Woodson
OpenScalp GXT is a straightforward scalping system backed by consensus from the latest GPT models. You can select the model you prefer from the dropdown located in the input settings or let the EA choose the model automatically.  Every order is entered on its own, one trade at a time with no gimmicky martingale/grid trades. Additionally, every position is protected by a virtual dynamic stop loss system with a fully customizable fixed stop loss available. The AI consensus combined with dynamic vo
Exp TickSniper
Vladislav Andruschenko
3.97 (30)
Exp-TickSniper is a fast tick scalper that automatically selects parameters for each currency pair separately. The EA has been developed based on experience gained in almost 10 years of EA programming. The EA performs short-term trades using smart trailing stop and based on the current currency pair data, its quotes, specification and spread. The averaging strategy is used to prevent losses caused by the signals detection algorithm. If an open position suffers a certain loss, then the function
Secret Impulse MT4
Eugen Funk
3.56 (18)
The EA enters a position when the market starts moving around the New York session (higher volume). This way, the momentum is preserved by the volume and we can reach the Take Profit with high probability instantly. Signal   (292%, 10% DD):  https://www.mql5.com/en/signals/2274145   (will update the URL soon) It Enters on Momentum Around New York Session The EA detects the hidden impulse via FVGs on lower time frames. When the impulse is detected closely before or during the New York session, th
Gold Throne EA – Non-Martingale Grid Trading System for Gold (XAUUSD) The   Gold Throne EA   is a Expert Advisor designed exclusively for   Gold (XAUUSD)   trading. It operates on a structured   grid trading methodology   while avoiding the use of   martingale   money management. Instead of increasing lot sizes exponentially after losses, the EA uses a fixed or incrementally adjustable lot sizing approach, giving traders greater control over exposure and risk. By removing martingale logic, Gold
AW Gold Trend Trading EA
AW Trading Software Limited
3.4 (5)
Fully automated trending EA with active strategy and advanced averaging system. Orders are opened according to a trend filter using oscillators for greater signal security. Has a simple and clear setup. The EA is suitable for use on any instruments and timeframes Advantages: Automated system with the ability to add manual orders Adjustable Overlap Recovery Algorithm Ability to trade in one or both directions Uses averaging when moving in the opposite direction Pluggable automatic volume calculat
AllPair Engine MT4
DRT Circle
5 (2)
AllPair Engine – Multi-Strategy EA for Major Currency Pairs | AUDUSD, EURUSD, GBPUSD, USDCAD, USDCHF, USDJPY Description AllPair Engine   is a precision-engineered Expert Advisor designed to operate across six major Forex currency pairs. Rather than using a one-size-fits-all trading approach, this EA integrates   six unique strategies , each carefully structured around the behavioral tendencies of one specific currency pair:   AUDUSD, EURUSD, GBPUSD, USDCAD, USDCHF, and USDJPY . The EA is fully
PrimAI Power: Where AI is used for trading. The way it is supposed to be used. Finally, the Expert Advisor which uses AI in the right way! PrimAI Power combines sophisticated built-in trading strategy based on proven rules, with the cutting-edge technology of OpenAI’s ChatGPT which servers as additional entry filter. This isn’t just another empty claim — PrimAI Power provides a genuine, fully integrated AI solution that analyzes market data, makes forecasts, and explains them to you in clear, a
Fundamental Trader
Sara Sabaghi
4.81 (16)
Ziwox Fundamental Trader Contact us after purchase (no rent) to access our VIP group. (Set files, tips, trade idea, community) Ziwox Fundamental trader is a trading assistant that helps financial markets traders reach smart decisions informed by the EA information data. This EA uses real-time online sources + AI tools to catch necessary information like the fundamental bias of currencies, Sentiment of retail traders ratio on a pair, Bank and institute forecast, COT report data, and other econom
The Gold Reaper MT4
Profalgo Limited
4.57 (30)
PROP FIRM READY! ( download  SETFILE ) 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 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
More from author
SPECIAL INTRODUCTORY PRICE!! Bollinger Reversal Pro (MT4) is a professional, fully-customisable Expert Advisor that targets reversal setups at the outer Bollinger Bands , filtered by RSI and ADX to avoid weak, choppy signals. It’s simple to run in the MetaTrader 4 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed c
SPECIAL INTRODUCTORY PRICE!! MACD Momentum Pro is a professional, fully-customisable Expert Advisor that uses closed-bar MACD crossovers, confirms trend with HMA/WMA, and filters with ADX . It’s simple to run in the MetaTrader 4 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-c
SPECIAL INTRODUCTORY PRICE!! Bollinger Reversal Pro (MT5) is a professional, fully-customisable Expert Advisor that targets reversal setups at the outer Bollinger Bands , filtered by RSI and ADX to avoid weak, choppy signals. It’s simple to run in the MetaTrader 5 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed c
SPECIAL INTRODUCTORY PRICE!! MACD Momentum Pro is a professional, fully-customisable Expert Advisor that uses closed-bar MACD crossovers, confirms trend with HMA/WMA, and filters with ADX . It’s simple to run in the MetaTrader 5 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-c
SPECIAL INTRODUCTORY PRICE!! MA Trend Pro is a professional, fully-customisable Expert Advisor that looks for trade setups using MA crosses with RSI and ADX confirmation. It’s simple to run in the MetaTrader 5 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-calculated from the
Filter:
No reviews
Reply to review