Darvas Box only Long

Overview

The Darvas Box Long-Only EA is a fully automated trading robot designed for MetaTrader 4 (MT4), based on the classic Darvas Box strategy developed by Nicolas Darvas in the 1950s. This strategy focuses on identifying strong breakout trends in stocks or forex by forming "boxes" around price ranges, signaling potential upward momentum when prices break above the box.

This EA is configured for long-only trades (buys only, no shorts), making it ideal for bullish or trending markets. It uses dynamic Average True Range (ATR) buffers to filter entries, ensuring trades are taken only in high-volatility breakouts. The EA adapts to any currency pair (e.g., EURUSD, GBPUSD, XAUUSD) and any timeframe (e.g., M1 to Daily) without hardcoded restrictions—simply attach it to a chart, and it will monitor and trade based on that symbol's data. It includes built-in risk controls, position limits, and visual aids for easy monitoring. No manual intervention is needed once set up.

The EA runs 24/7 on your MT4 platform, scanning for breakout signals and managing trades automatically. It's suitable for beginners and experienced traders seeking a simple, momentum-based system with low maintenance.

How It Works (Step-by-Step)

  1. Darvas Box Formation:

    • The EA analyzes the last InpDarvasLookback bars (default: 50 bars) to form a "box."

      • The upper edge is the highest high in those 50 bars.

      • The lower edge is the lowest low in those 50 bars.

    • This box represents a consolidation range. The EA requires at least 50+ bars of history on the chart to function (it skips if insufficient data).

    • Before entering a trade, it always considers these 50 bars to confirm a valid box—ensuring the breakout is from a well-established range, reducing false signals.

  2. Entry Signal (Long-Only):

    • A buy signal triggers when the current close price breaks above the box's upper edge plus a flexible buffer (calculated as ATR value × InpDarvasFlexATR, default 0.25).

    • ATR (Average True Range over InpATRPeriod bars, default 14) measures volatility, making the buffer adaptive—wider in volatile markets, tighter in calm ones.

    • No short signals are generated (disabled in this version).

  3. Trade Execution:

    • Once a breakout is confirmed, it opens a buy position.

    • Stop Loss (SL): Set at the box's lower edge (protects against false breakouts).

    • Take Profit (TP): Set at twice the distance from entry to SL (1:2 risk-reward ratio), aiming for higher rewards relative to risk.

    • Lot size is dynamically calculated (see Risk Management below).

    • It limits to one open position at a time—if a trade is open, no new ones are taken until it closes.

  4. Exit and Management:

    • Trades exit automatically on hitting TP or SL.

    • No trailing stops or manual exits—keeps it simple.

    • Visual box is drawn on the chart for you to see the active range.

  5. CSV Logging:

    • On EA removal (deinit), it exports trade history to "DarvasTradeLog.csv" (in MQL4\Files folder), including ticket, symbol, type, lots, open/close times, and profit for analysis.

Risk Management

Risk is strictly controlled to protect your capital:

  • Position Sizing: Lot size is calculated so each trade risks exactly InpRiskPercent (default 1%) of your current account balance. For example, if your balance is $10,000 and risk is 1%, it risks $100 per trade based on the SL distance.

  • 1:2 Risk-Reward: For every unit risked (entry to SL), TP aims for 2 units of profit, improving win-rate tolerance.

  • One Position Limit: Prevents multiple open trades, avoiding compounded risk.

  • No Leverage Assumptions: Works with your broker's settings (e.g., min/max lots).

  • Recommendation: Use on a demo account first. Set InpRiskPercent low (e.g., 0.5-2%) to match your risk tolerance. The EA doesn't use martingale or grid—it's conservative.

Key Advantages

  • Adaptable: No symbol/timeframe limits—great for multi-asset portfolios.

  • Volatility Filter: ATR buffer reduces whipsaws in choppy markets.

  • Hands-Free: Fully automated with visual feedback.

  • Balanced Strategy: Focuses on strong breakouts with positive expectancy (1:2 R:R).

  • Simple Setup: Few inputs; defaults work well for most pairs like majors or gold.

  • Backtesting Friendly: Test in MT4 Strategy Tester to optimize InpDarvasLookback for your assets.

Input Parameters

  • InpDarvasLookback (int): Bars considered for box formation (default 50)—higher values for longer-term trends, lower for shorter.

  • InpDarvasFlexATR (double): ATR multiplier for buffer (default 0.25)—increase for stricter entries.

  • InpATRPeriod (int): Bars for ATR volatility calc (default 14).

  • InpRiskPercent (double): % of balance risked per trade (default 1.0)—key for risk control.

  • InpMagicNumber (ulong): Unique trade ID (default 778899)—for multi-EA setups.

Installation and Usage

  1. Copy the .mq4 code to MT4 MetaEditor (Tools > MetaQuotes Language Editor).

  2. Compile (F7) to generate .ex4.

  3. Attach to a chart: Right-click > Expert Advisors > Attach > Select EA > OK.

  4. Customize inputs if needed.

  5. Enable AutoTrading in MT4 (Ctrl+E).

  6. For CSV logs: Remove EA from chart to export trades (view in MQL4\Files folder via Excel).

Notes: Past performance isn't indicative of future results. Use on a VPS for 24/7 operation. If issues (e.g., no trades), check sufficient chart history (at least 50+ bars) and broker settings. Happy trading!

Recommended products
ADX Strategy EA MT4
Biswarup Banerjee
Introducing the Average Directional Index(ADX) Strategy EA MT4, an innovative automated trading solution specifically designed for MetaTrader 4. This expert advisor utilizes the Average Directional Index to identify trends and manage trades effectively, making it ideal for both novice and experienced traders seeking to enhance their trading performance. With its ability to automate trade entries and exits based on trend strength, the Average Directional Index(ADX) Strategy EA MT4 offers signific
Reiona
Ubaidillah
Reiona is an Expert Advisor (EA) that build based on martingale and hedging method. The main idea is place buy and sell in parallel, save the unprofitable positions with martingale, and keep the profit during trade with hedging. The RSI, iClose, iHighest and iLowest indicators are used for entries. The highest and lowest prices are to indicate the range of new orders, where the next order, with same type must be higher than 75% of difference between this lowest and highest prices. When the bu
For the correct operation of this Expert Advisor, a minimum trading spread is required. 15 points on the 5th sign is optimal. The smaller your spread, the better the trading will be. The Expert Advisor opens a buy or sell order only after a strong activity has been formed in the market. The basis of the strategy is an indicator for scalping - Scalping Dong. The robot has more than 60 settings so that you can efficiently manage your trading strategy. Recommendations: Trading on any trading pairs
Ict Gold Scalper
Alex Amuyunzu Raymond
5 (1)
ICTVALID EA – Smart Money Concepts Automated Trading The ICTVALID EA is a professional trading system built on Smart Money Concepts (ICT methodology) . It automatically detects and trades institutional setups, allowing you to follow market structure with precision and consistency.  Key Features Dual Trading Modes – Choose between Scalping (short-term precision entries) or Swing Trading (longer-term trends). Smart Money Logic – Incorporates Change of Character (CHoCH), Break of Structure (BoS),
Harmonizer EA
Amir Hossein Moharreri
5 (1)
Harmonizer EA  is a powerful  grid  trading tool that uses an  advanced algorithm  to calculate entry positions for each individual trade. It is  not overfitted  to historical data, instead using market volatility to optimize itself. By using market volatility, the algorithm is able to adjust to changes in the market quickly and efficiently. This means that it is able to take advantage of opportunities in the market, while also being able to minimize risk by staying within pre-defined parameter
Profex EA
Edwin Wanyoike Mumbi
Profex is an advanced automated trading system designed by Edwin Wanyoike. It combines the power of technical indicators and candlestick patterns to generate reliable trading signals in the dynamic foreign exchange market. The system primarily focuses on identifying crossovers between short and long Simple Moving Averages (SMAs) and recognizing bullish or bearish engulfing candle patterns. Profex provides traders with a user-friendly interface that allows for extensive customization. Traders can
Flex Grid EA
Robots4Forex Ltd
The Flex Grid EA is a fully automated Expert Advisor that trades based on RSI. The EA trades using market orders with inivisible take profit and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD, USDJPY, EURUSD, USDCAD & GBPUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limite
FREE
Patient Hunter EA GOLD (XAUUSD) Everything is already set up for GOLD H1 timeframe . Strategy is based on breakout of the HIGHEST channel after some period of consolidation. It uses Stop pending orders with  FIXED Stop Loss and Take Profit .  Strategy uses also  PROFIT TRAILING  function to lock as much profit as possible. For every candle the pending orders are modified to adapt the market behavior. You need to set only the lotsize depending on the amount of capital in relation to the expected
EA specially made for currency pair XAUUSD. It uses artificial intelligence and complex mathematical operations, all with the goal of as little risk as possible and constant profit. I am an electrical engineer and a professor of informatics, so everything with me is calculated to the maximum and there must be no mistakes. The EA will provide mathematically processed information with the aim of as little risk as possible, , and if you wish, you can increase the Lot in order to achieve the desired
Smart Grid FX
Natalya Sopina
Smart Grid FX – is counter-trend trade multicurrency EA for automated Forex trading. EA uses principle of Martingale. EA work algorithm: At cycle start the pair of opposite order opens with initial lots. Further grid of orders is being built with variable step and lot volume at the price movement direction. Wherein every time at the next order opening the all grid orders close level is being changed with regard to parameters of TakeProfit. The EA does not use such function as locking, trailing,
Darphane EA
Resul Caglayan
You can safely use this expert advisor developed for long-term investors. We recommend that you have at least $1000 starting balance to use this expert advisor with default settings. If you have an initial balance of less than $1000, we recommend using CENT ACCOUNT, or special settings may be required depending on your balance. You may encounter more risks if you use custom settings other than the default settings. Default settings have been created by testing over the last 2 years. This e
Lucia
Dmitriy Antsiferov
§   Lot  - is initial lot of trade. §   Koef - coefficient of multiplication of lot. §   Dig-2  - average figure to the 100-th lot shares, "1" - average figure to the tenth lot shares, "2" - in the 100-th shares of the warrant. §   Maxlot -  is the maximum lot of volume in a series. §   Stoploss - is the number of points from the warrant. §   Lz is -  the volume of the warrant at which a series is closed in without a loss. §   Takeprofit -  is the number of points from the warrant. §   Pips - i
Kruger
Harry Gunadi Permana
4 (8)
Kruger is a night scalper trading system for trade on EURUSD and GBPUSD. It is based on   Moving Average and Candlestick Pattern   to open trade. Every trade using stop loss and take profit. Kruger does not use any dangerous money management such as martingale, or grid so it can be used with minimum deposit as low as $100. The backtest result from 2015-January,2021 is showing a stable performance. Please see the screenshot below or please do backtest the EA. (Note : Past performance does not gua
Project65 Scalp
Ryan Ferdyansyah Kurniawan
4.2 (5)
New version Project65 Scalp using a unique and simple trigger strategy. Simple setting : Lot calculation in multiples of starting balance. Can adjust trigger value for each pair. terms of using EA: - Only need balance minimum 100$. - Recomanded pair EU, GU, AU, UJ, XAUUSD. - Using any type account or recommendation is a standard account with no commission and swap. Description EA: Strategy scalp base strategy only calculate price with compare indicator Accumulation/Distribution.
The Long Term EA is a fully automated EA that is designed to trade on the Long Term using various strategies like trend trading and hedge at different timeframes. It may take some time to take a trade. SL and TP are always present. The Expert's strategy depends on the trend, where it takes positions along a cycle of price movements, either upward or downward. The stop loss is set to buy or sell orders as a security measure in case the price moves below or above a certain predetermined levels. In
Advanced Rsi Grid Hedge
Cesar Napoleon Guio Martinez
4.67 (3)
Advanced RSI Grid Hedge is an Expert Advisor that identifies short-term price reversals within overbought and oversold zones, while aligning trades with the main market trend. The system applies a grid-based hedging mechanism and does not use martingale or averaging. It uses two RSI indicators combined with a built-in trend filter to determine entry conditions under specific technical setups. Main Features Grid hedging system without martingale Dual RSI confirmation (main and secondary) Optional
Gold Daily Eagle
Gianluca Guarino
Gold Daily Eagle   is an advanced strategy Expert Advisor specifically developed to maximize performance on   GOLD (XAUUSD) . The system operates fully autonomously, based on breakout logic and price levels. It is designed to ensure maximum capital safety through: Strict Risk Control:   Every single trade is protected by a Stop Loss. NO GRID. NO MARTINGALE. Dynamic Money Management:   Choice between Fixed Lot, Capital Step, or Risk %. Integrated News Filter:   Automatically suspends trading duri
Robin Hood EA is an automatic forex scalping robot for the GBPUSD pair, period M5. This robot opens an average of 15 to 30 trades every day. It depends on market activity. The robot can work with almost all well-known brokers whose GBPUSD pair has quotes with 5 digits after the dot. After adding the robot to the chart of a currency pair, it automatically analyzes the market, automatically opens and closes transactions. Transactions are supported using Take Profit, Stop Loss and Trailing Stop.
King Trend Whisper
Jose Daniel Stromberg Martinez
Current price: $49 Final price $199 This EA   is a professional built EA with fixed stoploss and takeprofit to minimize risk (1/4 ratio). It uses only tools that messures trend and oscillator. It has been a long work to find what tools to combine, to find best results. You can choose if you want to trade with fixed lots, or lots per amount in balance. No Martingale No Grid Broker and deposit Any broker with small spreads is suitable. Recommended deposit:   $300 or more. Minimum deposit:  
Stepping GBPUSD
Vitalii Zakharuk
Stepping-GBPUSD - works in fully automatic mode! No settings needed, you can use the default settings. The Expert Advisor works like a scalpel during sharp price movements. The bot was tested on real tick data with a real spread for a 19-year period from 2004 to 2023 (this is how much tick history is available on the servers of Swiss brokers). It also passed the Monte Carlo stability test using 5,000 cycles of simulation of random trade generation, as well as a simulated delay and slippage test
EA Samurai
Yury Zaikouski
5 (1)
EA Samurai is a strategy that is perfect for any market. The EA is optimized. This is a counter-trend scalping strategy Rebound levels to get an entry point The EA opens the first order on the signal of the expected price reversal and fixes the profit at the specified level, but if the price does not reach the profit and rolls back, an additional order is automatically opened averaging the level of the total profit, making it closer to the entry point. A series of orders is always closed with a
Blocking EA US30
Murodil Eminjonov
We present to your attention an innovative advisor "Blocking EA US30". This advisor is not a martingale. Our new advisor is developed on the basis of hedging instead of stop orders, it blocks a negative order and exits blocking using a smart algorithm. The advisor has a deposit protection trading system. The trading advisor "Blocking MEANS 30" was developed by a team of programmers over several months for trading on the US30 index on a minute timeframe. The advisor was optimized by the broker FP
This Expert Advisor (EA) is a comprehensive automation tool. Its primary function is to capture signals from any custom indicator (by reading Buy/Sell buffers) and convert them into automated trades. The EA is equipped with an advanced Grid/Martingale system, capital protection (Equity Stop), trailing options, and multiple filters (Time, Spread). BUGS or REQUESTS - Contact telegram: @forextown
FREE
PityuksEA
Budai Istvan
Hi All! I present my own EA. I use this EA on real cent account from 2019 november:  https://www.mql5.com/en/signals/660259  . I attached here a couple of backtests from last year. These tests were made with 99.9% modelling quality. Minimum required equity is 500€, but recommended initial deposit is 1000€ with 500:1 leverage. EA profitable only on EURUSD and GBPUSD currency. The expert does not care on which time frame we use it. The expert can be used with or without Martingale, the tests can
Maya MT4
Manpreet Singh
MAYA   is a smart trading system that uses a grid strategy and has been working well on real accounts for many years. Unlike other systems that are made to fit past data, Maya was built to take advantage of real, ongoing patterns in the market. So, it’s not just guessing and hoping to win. It actually understands how the market works and uses that to make money.  It just needs a onetime setup and then you can relax and see its working.     LIVE ACCOUNT STATS CAN BE CHECKED ON MYFXBOOK RUNNING FR
Bollinger Blitz
Ciprian Ghebanoaei
With its smart algorithm and expert orders, you can make sure you're always ahead of the game. Make profits from up and down markets, easily predict trends, and stay on top of your investment portfolio - with  Bollinger Blitz , it's all possible! With Bollinger Blitz , you'll be able to effortlessly trade in the forex market like a professional. Our fully automated EA works with two industry-leading indicators: Commodity Channel Index and Bollinger Bands. Open positions faster and safer than eve
FREE
Anniversary
Vitalii Zakharuk
An expert of a new type Anniversary - works using sharp tick movements, the algorithm that was created earlier is significantly improved. The uniqueness of the expert is that it can be launched on any hour period, any currency pair, and on the server of any broker. What makes the expert attractive enough to use for trading. It is recommended to work on liquid forex pairs with a low spread. The lower the commission and spread, the greater the profit. You can start using it with $ 100 and a lot o
Alligator Trade X is an EA based on Alligator. Alligator parameters such as BuyJawsperiod1, BuyJawsshift1, BuyTeethsperiod1, BuyTeethsshift1,   BuyLipssperiod1, BuyLipssshift1, BuyShift1, BuyCandlestickShift1, BuyJawsperiod2, BuyJawsshift2, BuyTeethsperiod2, BuyTeethsshift2,   BuyLipssperiod2, BuyLipssshift2, BuyShift2, BuyCandlestickShift2, BuyJawsperiod3, BuyJawsshift3, BuyTeethsperiod3, BuyTeethsshift3,   BuyLipssperiod3, BuyLipssshift3, BuyShift3, BuyCandlestickShift3, SellJawsperiod1, Sell
Golden Wings
Thi Tra Mi Duong
EA Golden Wings is a fully automated EA designed to trade GOLD. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAUUSD in 2015-2021 period. No dangerous methods of money management used, no martingale, no grid, scalp or hedge. Feature:  + Fully automated trading 24/5 with time filter.  + No need in a large initial deposit.  + Alway
Buyers of this product also purchase
The Gold Reaper MT4
Profalgo Limited
4.62 (34)
PROP FIRM READY! ( download  SETFILE ) LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal LATEST MANUAL 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 e
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)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal -> click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strategy.
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pair XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as martingale
Quantum King MT4
Bogdan Ion Puscasu
5 (5)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT5 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT4 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule   your trading with precision and discipline. Quantum King EA   brings the strengt
Vortex Gold MT4
Stanislav Tomilov
4.93 (43)
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
Fortune MT4
Lee See Hao
5 (3)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortune is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA identifies potential breakout and breakdown zones based on recent market structure, then manages each trade according to the risk percentage set by the user. Every position is opened with predefined Stop Loss and
Quantum Nexus MT4
Farell Edson Mazarin
Quantum Nexus is an innovative Expert Advisor that combines quantitative analysis, multi-level validation, trend-following algorithms, position-tracking mechanisms, and statistical monitoring within a unified automated trading system. Bringing this product to life required decades of development experience and one year of preparation to create Quant v5 - a hedge-fund-level quantitative analysis tool with continuous rolling OOS tests used to mathematically prove the statistical edge of strategies
Scalp On Scalp Off MT4
Connor Michael Woodson
FastBull Market Sentiment is a data feed that aggregates thousands of positions totaling over 500 million USD account value. Scalp On Scalp Off is able to instantly retrieve this data via direct API integration and leverage it when making trades. The sentiment is displayed directly on your chart in a customizable, user-friendly panel. Live Signal: CLICK HERE Single shot trades managed without the use of grid or martingale. Adaptive, dynamic trailing stop and take profit. Setup is incredibly eas
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
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
UPDATE — DECEMBER 2025 At the end of November 2024, the Aurum expert advisor was released for sale. Throughout this time, it traded in real market conditions without a news filter, without additional protective restrictions, and without complex limitations — while confidently remaining profitable and stable. Live Signal (launch April 14, 2026) This full year of real trading clearly demonstrated the reliability of the trading system. Only after that, based on real experience and statistics, a m
Multi Sniper mq
DMITRII GRIDASOV
5 (4)
MULTI SNIPER EA is precise automatic trading system with around 90% accuracy for MT4 platform. This profitable scalping EA is really one of the most stable system on the market at the present time. No grid! No martingale! It is original product which is offered only on this MQL5 website. Download EA Set_files for testing and trading: GBPAUD Set_file GBPCAD Set_file - Implemented compound interest method and scalping techniques. - System sets dynamic SL automatically depending on market volati
AW Recovery EA
AW Trading Software Limited
4.35 (84)
The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
BB Return mt4
Leonid Arkhipov
4.89 (18)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Global   update   on   June   14th   Trading principles — the strat
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
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - Professional Automated Trading System XGen Scalper is a state-of-the-art Expert Advisor that combines advanced algorithmic structure with proven technical analysis to deliver consistent results across all markets. This powerful trading system operates seamlessly on forex pairs, precious metals such as gold and silver, cryptocurrencies, and commodity indices. Advanced Algorithmic Technology The proprietary wave scanning algorithm processes market data in real time, identify
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
One Gold MT4
Stanislav Tomilov
4.68 (19)
One Gold - Future of Trading Introducing One Gold EA, a sophisticated trading robot for gold on the Meta Trader platform, developed to assist traders with advanced market analysis. Our proprietary technology leverages neural networks and data-driven algorithms to analyze both historical and real-time gold market data, providing insights that can aid in decision-making. Unlike traditional manual strategies, One Gold EA operates with minimal intervention, streamlining the trading process and aimin
ORIX mt4
Leonid Arkhipov
4.75 (4)
ORIX System — a trading robot developed specifically for the GBPUSD currency pair on the M5 timeframe. The Expert Advisor is based on price behavior analysis and market structure elements and does not use standard technical indicators. The EA does not use martingale, trading grids, averaging against the market, hedging, opening trades without a stop-loss, or high-frequency or chaotic trading. Live signals Main requirements and recommendations Currency pair: GBPUSD Timeframe: M5 Minimum deposit:
Poison Ivy
Janet Abu Khalil
5 (1)
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
Session Breakout PRO is a professional Breakout EA designed for automated Forex trading and built around the classic Session Breakout strategy. The EA supports multiple trading sessions, including the London Breakout and Asian Session Breakout, and combines advanced signal filtering, adaptive risk management, and modern risk-control tools. Its flexible configuration system allows traders to adapt the strategy to different currency pairs, CFDs, indices, metals, and other financial instruments, as
GOLD Scalper PRO
Lachezar Krastev
4.48 (25)
BUY 1 and GET 1 FREE - Promotion! Buy GOLD Scalper PRO with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $177 (Regular Price: $447 — You Save $270!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2353871 GOLD Scalper PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! You should not be fooled
Forex GOLD Investor
Lachezar Krastev
4.39 (51)
BUY 1 and GET 1 FREE - Promotion! Buy Forex GOLD Investor with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330! ) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 3 trading systems . The first one is based on scalping trading strat
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
next price 250$ Holy grail gold EA is a fully automated expert Advisor using an advanced search and breakdown mechanism for local extrema. The system does Not use the Grid, does Not use martingale and other risky strategies. All trades are protected by StopLoss ! ------------------------------ ------------------------------ ------------------------------ -------------------------- SIGNAL ===== https://www.mql5.com/fr/signals/1380191?source=Site+Signals+My ------------------------------ ---------
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
Golden Mirage mt4
Michela Russo
4.7 (10)
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
Forex Diamond EA
Lachezar Krastev
5 (5)
BUY 1 and GET 1 FREE - Promotion! Buy Forex Diamond EA with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2379493 Forex Diamond EA – Reliable Automated Trading Powered by Smart Algorithms Forex Diamond EA is a proven expert advisor designed to deliver consistent results us
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
Buzzer Gold EA
Sukhpreet Singh Bedi
BUZZER GOLD EA — Smart. Powerful. Profitable. Fully Automated XAUUSD Trading Solution for MetaTrader 4 Buzzer Gold EA is a fully automated expert advisor built specifically for trading Gold (XAUUSD) on the M5 timeframe. It combines a smart entry system with a complete risk-management framework, designed to help traders capture Gold's volatility while keeping capital protection as the top priority. Key Features Smart Entry System High-accuracy signal generation tuned for Gold's price action Bu
More from author
Darwas box long short HHT
Husain Huzefa Tarwala
Darvas Box Long/Short EA - Version 3.2 Overview The Darvas Box Long/Short EA is a robust, automated trading robot built for MetaTrader 4 (MT4), inspired by Nicolas Darvas' legendary breakout strategy from the 1950s. It scans for momentum-driven breakouts (long) and breakdowns (short) using dynamic "boxes" formed from recent price highs and lows, enhanced with an ATR-based buffer for volatility filtering. This EA is fully universal—compatible with any currency pair (e.g., EURUSD, GBPUSD, XAUUSD
Aurum memory EA
Husain Huzefa Tarwala
Aurum Memory EA — Swing-Trading Intelligence for XAUUSD What it is A fully-automated MetaTrader 5 Expert Advisor engineered exclusively for gold (XAUUSD). Uses a proprietary “market-memory” algorithm to locate and trade the most respected Daily support-and-resistance zones. Designed for swing trades that can run from several hours to a few days—no scalping, no martingale, no grid. How it works Daily scan: Each new candle, the EA maps the last 6-12 weeks of price action to mark key highs, lows,
Filter:
No reviews
Reply to review