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.


Prodotti consigliati
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Smart Funded Hft
Barbaros Bulent Kortarla
4.82 (65)
Smart Funded EA è un consulente esperto progettato per superare le sfide HFT delle società prop che ne consentono l'uso. Quali società prop HFT posso utilizzare? È stato testato su quasi tutte le sfide HFT delle società prop con una percentuale di successo del 100%, come Kortana Fx, Nova Funding, Fast Forex Funds, Infinity Forex Funds, Quantec Trading Capital, Next Step Funded, Msolutionff, Genesis Forex Funds, The Talented Traders, Only Funds, Tradicave e tutte le altre sfide MT4 consentite da
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
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
| 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 Cub
Vladimir Pastushak
VR Cub è un indicatore per ottenere punti di ingresso di alta qualità. L'indicatore è stato sviluppato per facilitare i calcoli matematici e semplificare la ricerca dei punti di ingresso in una posizione. La strategia di trading per la quale è stato scritto l'indicatore ha dimostrato la sua efficacia per molti anni. La semplicità della strategia di trading è il suo grande vantaggio, che consente anche ai trader alle prime armi di commerciare con successo con essa. VR Cub calcola i punti di apert
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
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
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
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
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
Ppm manager
Samuel Asrat Nadew
Whether you’re a scalper, day trader, or swing trader, this tool gives you total control   directly from your chart. you can get all this features right on your trading chart .   Everything   is   color   coded.   equity and live P&L display in  Green   if   trades in profit   and   red   if   trades in drawdown.   Moveable panel -   double click on clock label and move panel anywhere on screen with it . Displays local time + candle countdown on the chart. Shows Balance, Equity & Daily Profit/
Gli utenti di questo prodotto hanno anche acquistato
Big Forex Players MT4
MQL TOOLS SL
4.72 (43)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Vortex Gold MT4
Stanislav Tomilov
5 (28)
Vortex - il vostro investimento nel futuro L'expert advisor Vortex Gold EA è stato creato appositamente per il trading sull'oro (XAU/USD) sulla piattaforma Metatrader. Costruito utilizzando indicatori proprietari e algoritmi segreti dell'autore, questo EA impiega una strategia di trading completa progettata per catturare movimenti redditizi nel mercato dell'oro. I componenti chiave della sua strategia includono indicatori classici come il CCI e l'indicatore parabolico, che lavorano insieme per
Aura Neuron MT4
Stanislav Tomilov
4.58 (12)
Aura Neuron è un Expert Advisor distintivo che continua la serie di sistemi di trading Aura. Sfruttando reti neurali avanzate e strategie di trading classiche all'avanguardia, Aura Neuron offre un approccio innovativo con eccellenti prestazioni potenziali. Completamente automatizzato, questo Expert Advisor è progettato per negoziare coppie di valute XAUUSD (GOLD). Ha dimostrato una stabilità costante su queste coppie dal 1999 al 2023. Il sistema evita pericolose tecniche di gestione del denaro,
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
XG Gold Robot MT4
MQL TOOLS SL
4.32 (38)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Golden Mirage mt4
Michela Russo
5 (5)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Vortex Turbo EA MT4
Stanislav Tomilov
5 (6)
Vortex Turbo — “Scambia la tempesta, controlla il Vortice” Vortex Turbo rappresenta la prossima fase evolutiva del trading intelligente: uno sviluppo unico che unisce un'architettura di intelligenza artificiale all'avanguardia, una logica di mercato adattiva e un controllo preciso del rischio. Basato su comprovati principi algoritmici, integra molteplici strategie in un ecosistema unificato ad alta velocità, alimentato da un nuovo livello di intelligenza predittiva. Progettato come esperto di s
EA Game Changer
Vasiliy Strukov
5 (6)
Game Change EA è un sistema di trading trend following basato sull'indicatore Game Changer. Vende automaticamente ogni volta che si forma un punto rosso e continua nella direzione di vendita fino alla comparsa di una X gialla, che segnala una potenziale fine del trend. La stessa logica si applica alle operazioni di acquisto. Quando appare un punto blu, l'EA inizia ad acquistare e chiuderà il ciclo di acquisto non appena viene rilevata una X gialla. Questo EA è adatto a qualsiasi coppia di valute
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
Presentazione       Quantum Emperor EA   , l'innovativo consulente esperto MQL5 che sta trasformando il modo in cui fai trading sulla prestigiosa coppia GBPUSD! Sviluppato da un team di trader esperti con esperienza di trading di oltre 13 anni. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Acquista Quantum Emperor EA e potresti ottenere Quantum StarMan     gratis!*** Chiedi in privato per maggiori dettagli Segn
The Infinity EA MT4
Abhimanyu Hans
3.77 (31)
Tecnologia basata sull'intelligenza artificiale con ChatGPT Turbo Infinity EA è un Expert Advisor di trading avanzato progettato per GBPUSD e XAUUSD. Si concentra su sicurezza, rendimenti costanti e redditività infinita. A differenza di molti altri EA, che si basano su strategie ad alto rischio come martingala o trading a griglia. Infinity EA impiega una strategia di scalping disciplinata e redditizia basata su reti neurali integrate su apprendimento automatico, tecnologia basata su intelligenz
EA Gold Stuff
Vasiliy Strukov
4.71 (1080)
EA Gold Stuff è un Expert Advisor progettato specificamente per il trading di oro. L'operazione si basa sull'apertura degli ordini utilizzando l'indicatore Gold Stuff, quindi l'EA lavora secondo la strategia "Trend Follow", che significa seguire la tendenza. I risultati in tempo reale possono essere visualizzati qui.  Puoi ottenere una copia gratuita del nostro indicatore Strong Support e Trend Scanner, per favore scrivi in ​​privato. M Contattami subito dopo l'acquisto per avere le impostazio
AW Recovery EA
AW Trading Software Limited
4.35 (84)
L'Expert Advisor è un sistema pensato per recuperare posizioni non redditizie.   L'algoritmo dell'autore blocca una posizione perdente, la divide in molte parti separate e chiude ciascuna di esse separatamente. La facile configurazione, il lancio ritardato in caso di drawdown, il blocco, la disabilitazione di altri Expert Advisor, la media con il filtraggio delle tendenze e la chiusura parziale di una posizione in perdita sono integrati in un unico strumento. È l'uso della chiusura delle perdit
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA – Expert Advisor di Trend e Momentum per MT4 MT5:  https://www.mql5.com/en/market/product/163078 Importante:   Pubblichiamo regolarmente file .set aggiornati nella sezione   Commenti . Assicuratevi di utilizzare la versione più recente per i vostri backtest e per il trading reale, al fine di garantire prestazioni ottimali con l'attuale volatilità del mercato. Bazooka EA è un Expert Advisor completamente automatizzato per MetaTrader 4 , progettato per operare sui movimenti direzionali
AW Swing Trading EA
AW Trading Software Limited
5 (1)
Uno strumento avanzato per lo swing trading sui movimenti correttivi dei prezzi. Funziona sui rollback dei trend nella direzione della sua continuazione, l'entità della correzione richiesta è determinata dalla volatilità attuale dello strumento o manualmente dal trader. Dopo aver rilevato una correzione lungo il trend attuale, l'EA attende un segnale per completare la correzione e continuare il trend, dopodiché apre una posizione. Istruzioni su come funziona l'advisor ->   QUI   /  MT5 version
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
AGGIORNAMENTO — DICEMBRE 2025 Alla fine di novembre 2024, l’Expert Advisor Aurum è stato ufficialmente messo in vendita. Da allora ha operato in condizioni reali di mercato — senza filtro news, senza protezioni aggiuntive e senza limitazioni complesse — mantenendo una stabilità costante. Live Signal Un anno completo di trading reale ha dimostrato chiaramente l’affidabilità del sistema di trading. E solo dopo questa esperienza, basandoci su dati reali e statistiche concrete, abbiamo rilasciato
Greedy Golden MT4
Mihails Babuskins
4.8 (5)
Recommended:  it's better to  use in accounts with lower swap or swap-free accounts. SEE AND COMPARE WITH OTHER EA's , Real monitoring signals link on my profile. Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for
Trend AI EA
Ramil Minniakhmetov
4.33 (51)
L'EA Trend Ai è progettato per funzionare con l'indicatore Trend Ai, che eseguirà la propria analisi di mercato combinando l'identificazione del trend con punti di ingresso e avvisi di inversione attivabili, e acquisirà tutti i segnali dell'indicatore in modo completamente automatico! L'EA contiene una serie di parametri esterni completamente regolabili che consentono al trader di personalizzare l'expert in base alle proprie preferenze. Non appena appare il punto verde, l'EA si preparerà per u
Exorcist Projects
Ivan Simonika
3 (1)
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
Il Market Reversal Alerts EA è alimentato dall'indicatore omonimo (disponibile qui) e opera in base ai cambiamenti della struttura del mercato. Per impostazione predefinita, l'EA effettuerà uno scambio ogni volta che un avviso di inversione di mercato viene inviato dall'indicatore e scambierà tali avvisi in base alle condizioni e ai filtri impostati nelle impostazioni dell'EA. Disegna rettangoli di supporto mentre il prezzo si muove nella sua attuale direzione di tendenza e viene scambiato q
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper: La nostra tecnologia al tuo fianco! Manuale e file di configurazione: contattami dopo l'acquisto per ricevere il manuale e i file di configurazione. Prezzo: il prezzo aumenta in base al numero di licenze vendute. Copie disponibili: 5 Fare trading sull'oro, uno degli asset più volatili del mercato finanziario, richiede elevata precisione, un'analisi accurata e una gestione del rischio estremamente efficace. Il Javier Gold Scalper è stato sviluppato proprio per integrare ques
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition è un EA completamente automatizzato progettato per negoziare solo ORO. L'esperto ha mostrato risultati stabili su XAUUSD nel periodo 2011-2020. Non sono stati utilizzati metodi pericolosi di gestione del denaro, nessuna martingala, nessuna griglia o scalping. Adatto a qualsiasi condizione di brokeraggio. EA addestrato con un perceptron multistrato La rete neurale (MLP) è una classe di rete neurale artificiale (ANN) feedforward. Il termine MLP è usato in modo ambiguo, a volte l
Real monitoring :  XAUUSD__BTCUSD__ M30__SL3 Real monitoring :  XAUUSD M30 SL2 For more information, please contact us via private message or in   the mql5 group. THERE   ARE   ONLY  5   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  450   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  649   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That's exactl
Forex GOLD Investor
Lachezar Krastev
4.45 (49)
WINTER SALE — LIMITED TIME! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex GOLD Investor is o
Level Up FOREX ea MT4
Ebrahim Mohamed Ahmed Maiyas
5 (1)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing   FOREX   . It adapts to price movements and market fluctuations to detect potential trading opportunities. Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patterns in  FOREX  price data. The system continuously processes historical and live   FOREX  price feeds to identify potential entry and exit points
Quantum Dark Gold
Nguyen Hang Hai Ha
3.13 (8)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
CyNera MT4
Svetlana Pawlowna Grosshans
2.71 (14)
CyNera: Il Tuo Trading, La Nostra Tecnologia Manuale e file di configurazione: contattami dopo l'acquisto per ricevere il manuale e i file di configurazione Prezzo: Il prezzo aumenta in base al numero di licenze vendute Copie disponibili: 4 Il trading dell'oro, uno degli strumenti più volatili sul mercato, richiede precisione, analisi approfondita e una solida gestione del rischio. Il CyNera Expert Advisor integra perfettamente questi elementi in un sofisticato sistema progettato per il trading
XAU Flux MT4
Burak Baltaci
XAU FLUX - Expert Advisor professionale per lo scalping sull'oro XAU FLUX è un robot di trading professionale progettato per un trading veloce e disciplinato sul mercato dell'oro. È stato sviluppato per i trader che mirano a ottenere profitti costanti dai piccoli movimenti di prezzo giornalieri. Caratteristiche principali: XAU FLUX utilizza un sistema di scalping avanzato che opera sui timeframe M1 e M5 per valutare le micro opportunità presenti sul mercato. L'EA analizza continuamente le condi
Position Trader EA
LEE SAMSON
4.64 (11)
Trasforma qualsiasi strategia di trading in una strategia di trading di posizione o scambia le comprovate strategie di trading di posizione basate su RSI e ADR, incluso il sistema di controllo automatizzato del prelievo per le posizioni che si muovono contro di te. Questo EA è un'evoluzione e una semplificazione dell'MRA EA che è stato utilizzato per molti anni per le strategie di trading di posizione insegnate sul sito web Market Structure Trader. Vedi il mio profilo per un collegamento al sit
Jesko
Cence Jk Oizeijoozzisa
5 (2)
Jesko EA –  Jesko è un Expert Advisor (EA) speciale , costruito su una strategia comprovata che è stata ottimizzata e testata per anni. È stato testato su conti reali e ha dimostrato costantemente prestazioni redditizie e a basso rischio . Ora abbiamo deciso di renderlo disponibile al pubblico. Signal live     Quattro mesi di conto reale Qui è disponibile la versione MetaTrader 5. Dopo l’acquisto , ----------------------------------------- Login MT5 23982567 ————— Password MT5 Aa123123! ————— S
Altri dall’autore
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!! 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
MACD Momentum Pro EA MT5 – Pre-Optimised & Fully Customisable MACD Momentum Pro is a professional Expert Advisor designed to deliver the best of both worlds: • Pre-optimised defaults for EURUSD M15 ($100K prop firm account at 1:100 leverage. Just load and run. • Fully customisable inputs for advanced traders who want to optimise for different pairs, timeframes, or broker conditions using the MT5 Strategy Tester. (See the bottom of this listing for full instructions on how to optimise in Strateg
MA Trend Pro EA MT5 – Pre-Optimised & Fully Customisable MA Trend Pro is a professional Expert Advisor designed to deliver the best of both worlds: Pre-optimised defaults for AUDUSD M5 ($100K prop firm account at 1:30 or 1:100 leverage). Just load and run. Fully customisable inputs for advanced traders who want to optimise for different pairs, timeframes, or broker conditions using the MT5 Strategy Tester. (See the bottom of this listing for full instructions on how to optimise in Strategy Test
Filtro:
Nessuna recensione
Rispondi alla recensione