Gann HiLo System MT4

GHS (Gann HiLo System) is an expert advisor that trades the resumption of a trend after a pullback, using the Gann HiLo Activator as its directional reference. It does not chase price or try to anticipate reversals: it waits for the line to define a trend, waits for price to pull back against it, and enters only when the market clears the prior extreme of the move, confirming it wants to resume its direction.

The Gann HiLo indicator is calculated inside the advisor itself, so no external indicator needs to be installed.


This Expert Advisor is NOT for you if:

  • You are looking for a system with no losing trades or guaranteed rapid account growth.
  • You prefer flawless backtest curves, even if they are the result of overfitting.
  • You are looking for high-frequency trading and find it uncomfortable when the system goes through periods without trading.
  • You prefer martingale, grid, or averaging strategies.
  • You do not consider risk management important.


This Expert Advisor may interest you if:

  • You value a strategy based on objective, repeatable rules.
  • You understand that losing trades are part of any trading system.
  • You prioritize robustness over an artificially perfect backtest.
  • You want to clearly understand why the system enters and exits the market on each trade.
  • You value trading with proper risk management.


HOW IT WORKS

The system evaluates signals exclusively at the close of each candle, using closed candles only. It does not use data from the candle currently forming, so signals do not repaint and the Strategy Tester's behavior stays consistent with live trading.

The decision process has four stages:

  1. Trend definition. The advisor internally builds the Gann HiLo Activator from the averages of highs and lows, and determines on each bar whether the trend is up or down according to which side of that line price closes on. The trend is fully rebuilt on every bar over a window of history, so the system's state does not depend on anything previously stored.
  2. Pullback detection. While the trend holds, the system tracks the extreme reached by the move. When the line turns against it, that extreme is frozen as the reference: it is the level price must clear to confirm the trend is resuming.
  3. Entry order. The system places a pending order at the level that would confirm the trend resuming. If price never reaches that level, the order expires without being executed.
  4. Setup expiry. Every pullback has a limited lifespan. Once price reclaims the line, the order stays active for a configurable number of bars; if price remains on the other side without reclaiming it, there is also a configurable waiting cap. By default, the same pullback does not generate a new order once its trade has closed.


POSITION MANAGEMENT

  • Stop loss with three available modes: structural beyond the pullback extreme with an ATR buffer, an ATR multiple, or fractal mode with configurable minimum and maximum ATR limits. All modes respect a minimum distance floor, also expressed in ATR.
  • Four exit modes: no fixed take profit, letting the trailing stop manage the exit; take profit as a multiple of the trade's risk; take profit as an ATR multiple; or take profit at a multiple of risk with the trailing stop able to close the trade first.
  • Break-even enabled by default, with activation and locked profit defined in ATR.
  • Trailing stop enabled by default, with activation, distance, and minimum step defined in ATR.
  • Optional time-based exit, closing the trade after a configurable number of bars in the market.
  • Protection against opening gaps: if price opens with a significant gap against the position, the losing trade is closed.
  • Scheduled daily close and close before the weekend, both enabled by default.
  • Configurable maximum leverage cap, as an additional safeguard independent of the per-trade risk calculation.

Break-even and trailing thresholds are always calculated on ATR and never depend on the trade's live stop loss, so moving the stop to break-even does not distort subsequent calculations. The time-based exit reads the position's own opening time. Together, this means position management survives a terminal restart, a timeframe change, or a recompile with the trade open. Own positions are identified by symbol and magic number, which is relevant on hedging accounts if several advisors trade the same symbol.


RISK MANAGEMENT

Trade size is defined using three volume calculation modes:

  1. Fixed lot.
  2. Percentage risk on the current balance (compounding).
  3. Percentage risk on a fixed base capital.

Volume is always derived from the actual stop loss distance of that specific trade, not from a lot table.

It also includes a risk limiter. Before sending the order, the advisor recalculates the actual monetary risk and skips the entry if it exceeds the defined tolerance over the intended risk. Available free margin is also checked before trading.

Once the stop order is placed, its volume and stop loss are fixed at the moment the setup was armed, so the risk taken is exactly the one calculated and does not change while the order waits to be filled.

By default, the system holds only one trade at a time, with a waiting period between entries.


WHAT THIS ADVISOR DOES NOT DO

  • It does not use martingale, averaging, grids, or loss-recovery techniques.
  • It does not open opposite positions simultaneously.
  • It does not rely on arbitrage, latency, or unusual execution conditions.
  • It does not hold positions without a stop loss.


BROKER COMPATIBILITY

The advisor reads and respects the minimum stops level, the freeze level, the minimum and maximum volume and the volume step, the symbol's combined volume limit accounting for both positions and pending orders, the account's pending order limit, the supported filling modes, and the supported expiration modes. Volume is normalized to the symbol's volume step. When the symbol allows orders with expiration, the advisor adds an expiry date as a safeguard so no order stays active indefinitely if the terminal stops running.

It is suitable for both hedging and netting accounts.


INFORMATION PANEL

An on-chart panel shows the real-time state of the decision process: current direction of the Gann HiLo line, long setup detected, short setup detected, active pending orders, and operating status (searching, cooldown, waiting for fill, in market, out of session). The panel keeps updating even when trading is paused, so it never freezes.

Optionally, the advisor also draws the trigger and stop loss levels of the current setup on the chart.

Both elements are informational only and do not influence trading decisions. The panel automatically adapts to light and dark chart templates.


INCLUDED CONFIGURATION

The advisor's default parameters are prepared for XAUUSD on H1, trading long only. The advisor also supports short-only and both-directions trading, but that is not the delivered configuration.

For other instruments or timeframes, it is recommended not to change the configuration directly, but to validate any adjustment through a rigorous testing process before trading it live.


VALIDATION PROCESS

The configuration included for XAUUSD on H1 was developed through in-sample selection, out-of-sample confirmation, and an additional forward test on a later period not used during development.

The goal of this process is greater robustness of behavior, not fitting the system to a specific historical dataset.


REQUIREMENTS

  • MetaTrader 4.
  • Algorithmic trading enabled in the terminal and allowed on the account.
  • Active connection to the broker's server.
  • Extensive history on the symbol and timeframe being used, since the advisor rebuilds the trend over a window of bars on every evaluation.
  • A broker providing tick value for the symbol, if volume is calculated as a percentage of risk.
  • Sufficient free margin for the volume calculated for each trade.


HIGHLY RECOMMENDED

  • Test on a demo account before trading on a live account.
  • Test and fine-tune on a demo account using the actual capital you intend to trade with, since if the available capital is very small the system may not execute trades because the actual risk would exceed the configured limits, not because the EA is malfunctioning.
  • Use this EA on XAUUSD on the H1 timeframe, although testing and validation on other symbols and timeframes is possible. The exact instrument name varies by broker (XAUUSD, GOLD, XAUUSD.m, among others); make sure to attach the EA to the chart corresponding to gold against the US dollar.
  • Check the time offset of the broker's server relative to the schedule you want to apply, since the scheduled daily close, the Friday close, and the session filter are all calculated using the broker's server time, not the trader's local time.
  • Use an account type with no commission per trade, although this is not mandatory.
  • Use a VPS to keep the EA running continuously.
  • Use a different magic number per chart if running several instances.


BEFORE BUYING

The free trial version can be run in the Strategy Tester. We recommend testing it on the instrument and broker you intend to trade with, and then on a demo account, adjusting risk to your available capital, before going live. Past results do not guarantee future results; trading financial products involves risk, and each trader is responsible for their own investment decisions.

For questions, parameter adjustments, or support, please use the MQL5 chat.


Prodotti consigliati
Banev EA
Akram Azizi
This Expert uses multiple indicators and special algorithm to choose the entry points and provide the maximum Gain with the minimum Risk . Run the BackTest and check the efficienty of the product. Working Conditions : This EA works on all Pairs on 15M Timeframe. With 1000 $ Balance Input Parameters : Trading Mode : Choose between 3 modes. AutoManagement : The lot will increase with the increasing of the balance. Trading Lot : The Lot is set manually. Take Profit : Set it by points. Spread
This strategy is characterized by simplicity and rudeness. Simple things, it is widely applicable, durable, strong stability. This is an advantage to having a certain amount of money, because the demand for big money is stable. The need for small capital is efficiency. Efficiency requires Intensive farming. There are a lot of things you can refine to increase your efficiency. But I’m not sure I can build a sophisticated EA money machine. Efficiency and stability are a dialectical relationship. H
XAU Sentinel — Smart-Money Institutional Engine XAU Sentinel è un Expert Advisor per XAUUSD (Oro). La versione 3.3 aggiunge un filtro Magic Box opzionale basato sul range giornaliero e rielabora il drawdown guard, con la stessa attenzione alla protezione del capitale e all'esecuzione controllata delle versioni precedenti. Tecnologia Centrale — Motore SMC Multi-Strategia Motore Strutturale Smart Money Concepts XAU Sentinel utilizza un framework modulare a 10 strategie SMC. L'EA valuta la struttu
This PRICE ACTION  trading EA is best for low risk steady growth. The EA has ability to smartly increase and decrease risk percent per trade  to maximize the gain. No INDICATORS are used of any kind. There is NO HEDGING or MARTINGALE. This Ea is fully set and forget based, but if you want you can also manually move your stop and profit target and can also close the trades whenever you want, it will not affect the EA algorithm. If You are new to robot trading, run with default settings. NOTE:
This trading expert advisors is an clone & upgrade of  "EA Rough Duster ", also trades best on GBPNZD minute 5 timeframe. Maintains a constant account growth and runs best on low spread and commission based accounts. Uses Martingale & perfect hedging to recover unprofitable positions ensuring no loss. Its consistent profit curves,low DrawDowns & risk proves the record for itself in reliability and consistency plus its unique market analysis ensures quick extraction of profits by scalping the mar
First Scalper MT4
Kyra Nickaline Watson-gordon
4.25 (4)
First Scalper is an Expert Advisor based on Scalping, Using the best and safest scalping EA on market. 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. First Scalper can trade on all symbols and all time frames, using a special and unique strategy developed by the author. Using EA : General Options Trade Type : Long/Short/Both Stop T
1.Determine the trend size based on the chart cycle.   An uptrend near the highest price in a period of time.   A trend down near the lowest price in a period of time. 2.   short-term trends.   Oversold and long;   Overbought, short. 3. Unwind positions based on overbought and oversold and profit points. real-time signal: https://www.mql5.com/zh/signals/1538661?source=Site+Signals+My EA Settings: You need to load EA into the currency pair to trade (M15 time range). The best performing symbol : E
Product Description: Trading Vision – Automated Assistant for Forex Traders Introduction In today's financial markets, automating Forex trading is not just desirable but essential for success. The primary goal of automated trading systems like Trading Vision is to simplify the trading process by implementing advanced algorithms to analyze market trends. This allows traders to focus on strategic thinking while leaving routine operations to technology. What is Trading Vision? Trading Vision is a p
Midnight Queen MT4 — The Silent Queen of the Asian Session Midnight Queen MT4   is a professional   night scalping EA   designed to trade quietly and precisely during the   Asian session . It combines   high accuracy ,   risk control , and   consistent profit growth   — the perfect balance worthy of the “Queen of the Night”.   Key Features Pair:   EURGBP (optimized for M5 timeframe) Trading hours:   21:00–07:00 (broker time) Logic:   Bollinger Bands + RSI mean-reversion entries Built-in
Key Features: Universal Connectivity: Automatically executes trades from almost any MT4 indicator via Buffer lines or Object Arrow codes . Invisible TP/SL Mode: Hide your profit targets and stop losses from your broker to prevent stop-hunting . Smart Loss Recovery: Built-in dynamic lot-increment system ( Enable Recovery ) to recover losses safely . Account Protection: Hard-coded Daily Profit Target and Daily Loss Limits in USD to secure your capital . MTF Filter: Verify signals with a higher
Immortal
Paranchai Tensit
The EA is based on trend trading strategy . Mechanism " trend trading strategy " is a tendency of a financial market price to move in a particular direction over time. If there is a turn contrary to the trend, This mechanism will exit and wait until the turn establishes itself as a trend in the opposite direction, and re-enter when the trend re-establishes. This EA has been backtested for 9 years of real tick data (2015-2023), consistent with the latest trading accounts. Immortal MT4:   https:/
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
Sven AI Trading BOT EA is operating Grid, Martingale, Arbitrage Strategies by new moderne Artificial Intelligence Technologies ! Sven AI Trading BOT EA is using new moderne Artificial Intelligence Grid Technologies for very fast automatical High-Frequency trading of CFDs, Currencies, Forex (FX), Indices, Indexes, Stocks, Shares, ETFs, Gold, Commodities, Metals, ETCs, Futures and Options into MetaTrader 4 Platform ! Sven AI Trading BOT EA is using new High Quantity and High Quality Artificial Int
The Collector
PRAIWAN NORANARTPUNYA
Risk Disclaimer: Foreign Exchange is one of an unpredictable  market in the universe. Backtest which author provided could not guarantee that they will have an excellent result in forward trading. As the above reason, please be aware if you use this EA with large amount funding which you could not effort to lose. Live Results !! Live Signal 1 -> Please PM for link Summary: The Collector, same as its name, this EA is semi-fully automated Expert which will act as your representative. It will ru
Sp500breaker
Jose Arranz Becerril
The Strategy is an algorithmic trading system designed for the MetaTrader platform, specifically optimized for the SP500 CFD on an hourly timeframe (H1). This strategy employs a combination of technical indicators and advanced logic to generate entry and exit signals for both long and short positions.  parameters: preferredFillingType: Defines the preferred order filling type, e.g., FOK (Fill or Kill). forceFillingType: Forces the preferred filling type if set to true. CustomComment: Custom com
NIGHTCrusher
Christian Opperskalski
4 (1)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if needed News Feature included - to protect you of miss trades in news times Important: Get informed about
Alphabet AI MT4
Sergei Pomytkin
Alphabet AI è un consulente che opera secondo la strategia di mean reversion, ovvero sfrutta la proprietà naturale dei mercati di tornare ai loro valori medi dopo forti deviazioni. L'algoritmo analizza costantemente il prezzo attuale dell'asset, confrontandolo con i livelli medi calcolati. Quando il prezzo si discosta significativamente dal suo valore medio, il consulente lo interpreta come un segnale d'azione: quando il limite superiore viene superato, apre posizioni corte, aspettandosi un cal
for xau/usd marthingale expert adviser. This EA can also be used by people with low funds. because this EA doesn't take positions when there is a surge or when there is a trend.(it is our logic) and when your position take unrealized profit,it begins "trailing stop" and inclease profit. you can use othersymbols( if you want,please try back test with TDS data) thank you
Way Trade
Ivan Grachev
4.5 (6)
An automatic trend trading advisor based on an analysis of the current market situation. The adviser determines the direction of the market, monitors built-in indicators, builds breakdown levels and enters the market after they cross. In this case, irrelevant levels are deleted. Advisor is fully automated and ready to go. Please see all my products:  https://www.mql5.com/en/users/en_coding/seller Advantage: does not use locks, grids, sitouts, arbitrage and other risky trading strategies; high p
FREE
MamyShares
Mohammed Abdulwadud Soubra
This EA is designed specially for trading stock market (shares). However, it has no limitation in symbols and/or time frames. It can work with any broker and any market such as Forex and Oil.. and so on. It is a nice scalper which has a custom built in indicator. Note that this EA will not win every trade but generally difference between won trades and lost ones might be in Positive. Back to the performed back tests, we would like to inform you that all of our tests were performed in a simulated
BabyShares
Mohammed Abdulwadud Soubra
This EA is designed specially for trading stock market (shares). However, it has no limitation in symbols and/or time frames. It can work with any broker and any market such as Forex and Oil.. and so on. It is a nice scalper which has a custom built in indicator. Note that this EA will not win every trade but generally difference between won trades and lost ones might be in Positive. Back to the performed back tests, we would like to inform you that all of our tests were performed in a simulated
NIGHTCrusher Lite FREE
Christian Opperskalski
4.5 (2)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. The Lite - Version is limited to minimal Lot per Pair and dont has lot mulitplier and dynamic function you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if ne
FREE
Ssm X
Vladislav Filippov
SSM is a fully automated trading advisor. The configuration of the advisor's program settings is based on the use of a safe trading strategy, which implies closing a deal while achieving a positive progression of profitability of several points, which allows the buyer to minimize the leakage of funds from opening losing trades. The adviser contains special utilitarian macros and installations that implicitly help the user to achieve a profitable indicator of trade profitability. The mechanics of
Turbo pivot levels
Ugur Oezcan
4.5 (2)
This Expert Advisor is based on pivot points. Users can choose entry level and direct themselves. Expert use martingale strategy to recover unsuccessful trades. When going into drawdown it starts its slipping mode in which it always tries to keep the whole set of trades on a steady course level. In hedging mode, all take profits will be deleted and the basket will try to close at breakeven price. EA can also be used as normal with Stop loss. Please test before using with Stop loss. The EA can tr
The Gold Reaper MT4
Profalgo Limited
4.62 (34)
PUNTELLO AZIENDA PRONTO!   (   scarica SETFILE   ) PROMOZIONE LANCIO: Sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal LATEST MANUAL Benvenuti al Mietitore d'Oro! Basato sul Goldtrade Pro di grande successo, questo EA è stato progettato per funzionare su più intervalli di tempo contemporaneamente e ha la possibilit
Trailing Stops Pro is a highly advanced trailing stop program. It comes with 12 different trailing stops and helps you to manage your trade and stops easily. You can specify a trail start, that means the trailing stop will be started after your positions has reached the selected profit points. Additionally you can set a trail distance as well as activate and deactivate the trailing stop for each position separately. For your convenience the program has a very easy to use app panel. For a detaile
ADVANCED SNIPER PRO EA è un sistema di trading automatico preciso con una percentuale di vincita di circa il 90%. Questo EA è uno dei robot per scalping più stabili, costanti e redditizi al mondo. È un prodotto originale offerto solo su questo sito web MQL5. Scarica EA Set_files per test e trading: GBPAUD Set_file GBPCAD Set_file L'EA offre una varietà di impostazioni che i trader professionisti possono utilizzare per le loro esigenze. I principianti del Forex possono semplicemente utilizzar
A trading system based on divergences is one that uses divergences between technical indicators and market prices to identify potential trading opportunities. Here's how this type of trading system operates: Divergence identification: The divergence-based trading system seeks to identify divergences between technical indicators and market prices. A divergence occurs when the market price and a technical indicator move in different directions, which can indicate a possible trend reversal. Signal
Mr Beast Cross Distance
Luis Mariano Vazquez Marcos
MR BEAST 3 MA CROSS DISTANCE RECOMENDED EUR USD TIMEFRAME H1 Este robot de trading de Forex ha sido desarrollado por MRBEAST como una herramienta para facilitar el trading intradía. Tenga en cuenta que el uso de este robot implica ciertos riesgos y no garantiza ganancias consistentes en el mercado de divisas. El robot de trading se basa en algoritmos y estrategias que he diseñado, los cuales se han creado utilizando mi conocimiento y experiencia en el campo del trading. Sin embargo, el rendimien
Evoque Global
Muhammad Mubashir Mirza
Evoque Global – Reliable Automated Hedging The price will keep increasing by $100 with every  single purchase, so don't be late. Evoque Global   offers a hands-free, adaptive trading solution designed to deliver consistent profits with controlled risk. Using a smart hedging approach, it balances trades to reduce drawdowns and maximize smooth equity growth. This expert advisor works seamlessly in all market conditions—trending or ranging—automatically managing entries, exits, and trade sizes wit
Gli utenti di questo prodotto hanno anche acquistato
Scalping Robot Pro MT4
MQL TOOLS SL
5 (11)
Scalping Robot Pro is a  professional trading system  designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability  trading opportunities  in the gold market. Scalping Robot Pro is optimized for tra
Gold Trade Pro
Profalgo Limited
4.61 (23)
Promo lancio! Sono rimaste solo poche copie a 449$! Prossimo prezzo: 599$ Prezzo finale: 999$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto 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 si unisce al club degli EA che commerciano oro, ma con una grand
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
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,
Quantum King MT4
Bogdan Ion Puscasu
5 (5)
Quantum King EA: potenza intelligente, raffinata per ogni trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prezzo di lancio speciale Segnale in diretta:       CLICCA QUI Versione MT5:   CLICCA QUI Canale Quantum King:       Clicca qui ***Acquista Quantum King MT4 e potresti ottenere Quantum StarMan gratis!*** Chiedi in privato per maggiori dettagli! Regola       il tuo trading con precisione e discipli
Vortex Gold MT4
Stanislav Tomilov
4.93 (43)
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
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience.   With proper brokerage conditions and sufficient running time, this fully automated scalp
BB Return mt4
Leonid Arkhipov
4.89 (18)
BB Return — un Expert Advisor (EA) per il trading dell’oro (XAUUSD). Questa idea di trading è stata utilizzata in precedenza da me nel trading manuale . Il cuore della strategia è il ritorno del prezzo all’interno del range delle Bollinger Bands , ma non in modo meccanico né a ogni contatto. Nel mercato dell’oro le bande da sole non sono sufficienti, per questo l’EA utilizza filtri aggiuntivi che eliminano condizioni di mercato deboli o non operative. Le operazioni vengono aperte solo quando la
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
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 (launch April 14, 2026) 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 concr
ORIX mt4
Leonid Arkhipov
4.75 (4)
ORIX System — un robot di trading sviluppato specificamente per la coppia di valute GBPUSD sul timeframe M5 . L’Expert Advisor si basa sull’analisi del comportamento del prezzo e degli elementi della struttura di mercato e non utilizza indicatori tecnici standard. Il robot non utilizza martingala, griglie di trading, mediazioni contro il mercato, hedging, apertura di operazioni senza stop loss, né trading ad alta frequenza o caotico. Live signals Requisiti e raccomandazioni principali Coppia di
Poison Ivy
Janet Abu Khalil
5 (2)
Info: Working trading pairs :  XAUUSD, GOLD  Timeframe: H1 Min deposit: $100 Min leverage 1:20  Works with any broker, though an ECN broker is recommended Live signal :  https://www.mql5.com/en/signals/2382616 Features: No martingale No grid trading No averaging No dangerous money management techniques Hard stop loss and take profit for every trade Stable results since 1999 with 99.9% quality quotes Not sensitive to broker conditions Easy to install and use FTMO and Prop firm ready Complies wi
DAX Robot is an advanced automated trading system developed specifically for the   DAX 40 Index   on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's   most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability   trading opportunities   by combining trend analysis, market momentum, and volatility based conditions. DAX Robot
Wall Street Robot MT4
MQL TOOLS SL
5 (1)
Wall Street Robot is a   professional trading system   developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to oper
XG Gold Robot MT4
MQL TOOLS SL
4.29 (42)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Iberian EA Ultimate - FX H4 is a fully automatic professional Forex expert advisor. This EA trades according to trends (NO scalping, NO martingale) This EA combines various strategies to verify the possibility of a trend and a series of global validations to give the final approval to the opening of the order Despite its complexity, detecting trends is not always the greatest difficulty, it is also necessary to know when to close the operation. In this case, the success of the EA is supported b
RiskShield Dragon   — Automated Multi-Currency Advisor Combining intelligent algorithms, robust protection mechanisms, and flexible configuration, **RiskShield Dragon** delivers consistent profits with minimal risk. --- ## Key Advantages * **Multi-Currency & Multi-Threaded**: Supports over 20 currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDJPY, and more) simultaneously on any timeframe. * **Minimum Deposit from 10,000**: Optimized for trading with a starting balance of 10,000 account uni
Dark Algo
Marco Solito
4.67 (69)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Dynamic Pips MT4
Thi Thu Ha Hoang
5 (1)
️ Possiedi già il  Boring Pips EA ? Hai diritto a uno  sconto aggiuntivo del 30% ! Contattaci per scoprire: Come richiedere il tuo rebate (rimborso) Il secondo mandato di Trump ha riacceso un'ondata di politiche commerciali aggressive, a partire dal ritorno di dazi doganali su larga scala che stanno scuotendo i mercati globali. Le tensioni in Medio Oriente sono aumentate — recentemente tra Israele e Iran — influenzando potenzialmente l’aumento del prezzo del petrolio. La guerra tra R
Waka Waka EA
Valeriia Mishchenko
4.25 (48)
8+ years of live track record with +12,000% account growth: Live performance MT 5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Aurora Sentinel Gold
Thorsten Fuehrmann
AURORA SENTINEL PRO Trend-Following System for Gold (XAUUSD) Pure trend-following approach on XAUUSD No martingale • No grid Direction control at the press of a button (LONG / SHORT on-off) D1 macro filter for the overall direction Execution on the H1 timeframe Rule-based pyramiding strictly in the direction of profit No set files required – ready to run after loading Built for traders who want a clear, disciplined trend follower for gold and understand that such a system shows its
XIRO Robot MT4
MQL TOOLS SL
5 (7)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
Trust EA MT4
Konstantin Kulikov
5 (1)
Trust EA   is a real trader's tool, working on a clear principle, with its advantages and disadvantages, so it will not suit everyone, but for some users it can become the best trading robot. * Limited special offer - 50% off the full price of the product. Only 5 copies at this price. The final price is 997$ * Discuss the complexities of Forex trading here:  chat "Age of Expert Advisors" . Logic I have been working with algorithmic trading systems since 2015, and in my experience, systems with
Gold Zilla AI MT4
Christophe Pa Trouillas
5 (2)
Genera rendimenti controllati con un   EA assistito da Grok AI , diversificato nel rischio e   ottimizzato per l'Oro . GoldZILLA AI è un algoritmo multi-strategia che rileva i regimi di mercato per selezionare dinamicamente tra cinque strategie distinte, ottimizzando i rendimenti mentre minimizza il drawdown su XAUUSD. [   Live Signal   ] - [  Dedicated group   | Version   MT5   -   MT4   ] Dopo l'acquisto, inviami un messaggio privato per ricevere il manuale utente e le istruzioni di configuraz
Boring Pips MT4
Thi Thu Ha Hoang
4.6 (15)
Ti sei mai chiesto perché la maggior parte degli esperti consulenti non è efficace nel trading reale, nonostante la loro perfetta performance nei backtest? La risposta più probabile è Over-fitting. Molti EA vengono creati per 'imparare' e adattarsi perfettamente ai dati storici disponibili, ma falliscono nel prevedere il futuro a causa di una mancanza di generalizzabilità nel modello costruito. Alcuni sviluppatori semplicemente non conoscono l'esistenza del Over-fitting, o ne sono a conoscenza
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
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
Come funziona Quando l'EA è attivo, analizzerà il grafico in base al parametro Modalità di esecuzione. Se non ci sono posizioni esistenti sul grafico, l'EA aprirà un trade in base al parametro. Se il trend è rialzista, aprirà un trade di acquisto, mentre se è ribassista, aprirà un trade di vendita. Imposterà anche un ordine di stop loss a una certa distanza dal prezzo di apertura del trade se la variabile stop loss è maggiore di 0. 0 significa nessun stop loss. Se ci sono posizioni esistenti s
AI Prop Firms MT4
MQL TOOLS SL
5 (4)
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Gyroscopes
Nadiya Mirosh
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Aussie Loonie EA MT4
MQL TOOLS SL
5 (2)
Aussie Loonie EA is a professional trading system developed exclusively for the   AUDCAD   currency pair. This cross pair is widely recognized for its stable and technical behavior, which makes it particularly attractive for traders who prefer structured and predictable market conditions rather than extreme volatility and sudden price spikes. By focusing solely on AUDCAD, the system is able to   adapt precisely   to the specific characteristics, rhythm and movement patterns of this pair. The EA
SFire Gold EA
Jacques Scholtz Fourie
This EA is a grid-based trading system. It incorporates several advanced features to manage trades dynamically and adapt to market conditions. Here's a summary of its functionality: I am happy to provide my settings file. Recomendation would be to run on a 20 000 cent account. Key Features: 1. Grid Trading Strategy:    - The EA uses a grid-based approach to open buy and sell trades at predefined price intervals.    - It dynamically adjusts the grid levels based on market conditions and risk se
Trendalgo AI MT4
Stefano Frisetti
TRENDALGO e' un EA che utilizza INTELLIGENZA ARTIFICIALE per fare trading 100% in automatico e come dice il nome e' un EA TREND FOLLOWING, funziona bene sugli ASSET che sono in TREND. LAI e' usata per identificare il momento in cui esplodono i volumi, la volatilita' e il momentum, secondo un'equazione proprietaria da me creata che prende in considerazioni questi valori come dati oggettivi e non utilizza nessun indicatore mai. TRENDALGO  apre un nuovo TRADE e lo segue aggiustando continuamente ST
Altri dall’autore
TPS (Trend Pullback System) is an expert advisor built around a single concept: wait for a defined trend, wait for price to pull back into the value zone within that trend, and enter only when the original move resumes. It applies the principle of buying weakness within an uptrend and selling strength within a downtrend. It does not average down, does not build grids, and does not increase lot size after a loss. This Expert Advisor is NOT for you if: You are looking for a system with no losing
VBS (Volatility Breakout System) is an expert advisor that trades volatility-based range breakouts. It waits for the market to form a price range whose width fits within a band defined by current volatility, and enters only when price leaves that range with a closing confirmation and a minimum strength measured in ATR. This Expert Advisor is NOT for you if: You are looking for a system with no losing trades or guaranteed rapid account growth. You prefer flawless backtest curves, even if they a
TPS (Trend Pullback System) is an expert advisor built around a single concept: wait for a defined trend, wait for price to pull back into the value zone within that trend, and enter only when the original move resumes. It applies the principle of buying weakness within an uptrend and selling strength within a downtrend. It does not average down, does not build grids, and does not increase lot size after a loss. This Expert Advisor is NOT for you if: You are looking for a system with no losing
ORB System MT5
Pol Lazaro Porta
ORB (Opening Range Breakout) is an expert advisor that trades one of the most studied patterns in intraday trading: the breakout of the opening range. It identifies the market's initial balance during the first minutes of the session and trades only when price shows real intent to continue in one direction, avoiding early entries and, by default, limiting activity to a single trade per session. This Expert Advisor is NOT for you if: You are looking for a system with no losing trades or guarante
GHS (Gann HiLo System ) is an expert advisor that trades the resumption of a trend after a pullback, using the Gann HiLo Activator as its directional reference. It does not chase price or try to anticipate reversals: it waits for the line to define a trend, waits for price to pull back against it, and enters only when the market clears the prior extreme of the move, confirming it wants to resume its direction. The Gann HiLo indicator is calculated inside the advisor itself, so no external indic
Filtro:
Nessuna recensione
Rispondi alla recensione