Stoch Grid Pro EA

Strategy Description 

Modes of Operation:

  1. Automatic Mode (EnableSemiAutoMode = false):
    In this mode, the EA operates completely on its own. It uses its built-in trading strategy to determine entry points, opens the first order, and then manages it by handling the grid, locking, and position closure without trader intervention.

  2. Semi-Automatic Mode (EnableSemiAutoMode = true):
    In this mode, you have full control over market entry, and the EA handles all the routine work of position management. This mode is ideal for traders who prefer to conduct their own market analysis and decide when to open the first trade. To enter a trade, simply press the "BUY" or "SELL" button on the information panel.
    Once a button is pressed, Stoch Grid Pro EA immediately "catches" the opened order and begins automatic management: building a grid in case of adverse price movement, activating the locking system, and applying all configured exit rules. 

Core Trading Logic (Post-Entry):

  • Entry Signal (Automatic Mode Only): The initial trade is opened when a pullback signal from the Stochastic oscillator aligns with a confirmation signal from the Higher Timeframe (HTF) trend filter.

  • Grid Management (Averaging): If a position moves into a loss, the advisor builds a grid of orders at a specified GridStepPips, averaging the price. The lot size can be multiplied using GridLotMultiplier.

  • Advanced Recovery System (Locking): After reaching the maximum number of grid orders (MaxGridOrdersBeforeLocking), the EA opens a hedge (locking) order to stop further loss. It then works to close positions in "pairs" (the oldest grid order + the lock order) or closes the entire series of trades upon reaching a total breakeven point.

Flexibility and Control:

  • Comprehensive Risk Management: Your capital is protected by multiple layers of security. The ultimate safety net is the Equity Stop Loss, which closes all positions if the floating drawdown exceeds a specified percentage of your balance or a fixed amount in your account currency.

  • Precision Filters: In automatic mode and when trading with buttons, you can use the Time Filter and Spread Filter to avoid trading in unfavorable conditions.

Key Features:

  • Two modes of operation: Fully Automatic and Semi-Automatic (via Buttons only).

  • Robust automatic entry signal (Stochastic + HTF MA Trend Filter).

  • Flexible grid system with a configurable lot multiplier.

  • Advanced Locking (Hedging) mechanism for drawdown control.

  • Multiple exit strategies: grid Take Profit, Pair Closure, and Total Breakeven.

  • Equity Stop Loss (% or fixed amount) as a critical safety feature.

  • Time and Spread filters for professional trading.

  • A stylish and informative on-chart panel with control buttons.

Disclaimer: This Expert Advisor uses grid and Martingale/locking elements, which are high-risk strategies. Past performance is not indicative of future results. We strongly recommend testing the EA on a demo account with various settings to fully understand its behavior and risk profile before using it on a live account. Start with the minimum possible risk settings. The user assumes full responsibility for using this software.


Settings Description 

Lot Management

  • UseAutoLot (Use Auto Lot Calculation?): If true, the EA automatically calculates the initial lot. If false, FixedLot is used.

  • FixedLot (Fixed Lot Size): The initial lot size if autolot is disabled.

  • BaseDeposit (Base Deposit for Auto Lot): The deposit amount upon which BaseLot is calculated.

  • BaseLot (Lot size for Base Deposit): The lot size used for every unit of BaseDeposit.

  • MaxAllowedLot (Max Allowed Lot): The upper limit for the lot size of any order.

General Trading

  • TakeProfitPips (Grid Take Profit in Pips): The target profit in pips for the grid of orders (before lock activation).

  • Slippage (Slippage in Pips): The maximum allowed price deviation.

  • MagicNumber (EA Magic Number): A unique identifier for all orders opened by the EA (in both automatic mode and via buttons). It helps the EA distinguish its trades from others.

  • EnableSemiAutoMode (Enable Semi-Automatic Mode?):

    • false (Automatic Mode): The EA trades completely on its own based on its internal signals.

    • true (Semi-Automatic Mode): The EA disables its automatic trading logic and activates the on-chart buttons for manual entry. After a button is pressed, the EA will manage the opened position.


WTF Signal: Stochastic Oscillator (Automatic Mode Only)

This group of settings is only used if EnableSemiAutoMode = false.

  • Stoch_KPeriod / DPeriod / Slowing: Parameters of the Stochastic Oscillator.

  • Stoch_Method: Averaging method for the Stochastic.

  • Stoch_PriceField: Price field for the calculation.

  • Stoch_OverboughtLevel / OversoldLevel: Overbought and oversold levels.

HTF Filter: Moving Averages (Automatic Mode Only)

This group of settings is only used if EnableSemiAutoMode = false.

  • HTF_Timeframe: The timeframe for the trend filter.

  • HTF_FastMAPeriod / SlowMAPeriod: Periods for the fast and slow MAs.

  • HTF_MA_Method: Averaging method for the MAs.

  • HTF_Applied_Price: Price type for the MA calculation.

Grid Strategy

  • GridStepPips (Grid Step in Pips): The distance in pips to open the next order.

  • MaxGridOrdersBeforeLocking (Max Grid Orders Before Locking): The number of grid orders before switching to locking mode.

  • GridLotMultiplier (Lot Multiplier): The coefficient for lot calculation. >1=Martingale, =1=Same Lot, =0=Initial Lot.

Locking Strategy Settings

  • UseLockingStrategy (Enable Locking Strategy?): Enables locking mode after reaching MaxGridOrdersBeforeLocking.

  • LockOrderMagicNumber (Magic Number for Lock Orders): A unique identifier for locking orders. Must be different from MagicNumber.

  • PairCloseProfit (Profit to close PAIR): The target profit in account currency to close a pair (oldest order + lock order).

  • UseTotalBreakevenExit (Enable Total Breakeven Exit?): Enables monitoring of the total P/L of all positions for a simultaneous closure.

  • TotalBreakevenTargetProfit (Target for Total Breakeven): The target total profit to close all positions.

Trailing Stop Settings (Disabled when Lock is Active)

  • UseTrailingStop (Use Trailing Stop?): Enables the trailing stop for the grid before lock activation.

  • TrailingStartPips (Trailing Start in Pips): The profit in pips to activate the trailing stop.

  • TrailingStopPips (Trailing Distance in Pips): The distance to place the stop loss.

Risk Management

  • UseEquityStopLoss (Use Equity Stop Loss?): Enables the emergency closure of positions upon critical drawdown.

  • EquityStopLossPercent (Equity Stop Loss %): Stop loss as a percentage of the account balance. Has priority over the amount.

  • EquityStopLossAmount (Equity Stop Loss Amount): Stop loss as a fixed amount of floating loss in account currency.

  • UseMaxSpreadFilter (Use Max Spread Filter?): Prohibits opening the first order (in auto mode and via buttons) if the spread is too high.

  • MaxAllowedSpreadPips (Max Allowed Spread in Pips): The maximum allowed spread for opening the first trade.

Trading Time Filter (For Initial Orders)

  • UseTradingTimeFilter (Use Trading Time Filter?): Allows opening the first order (in auto mode and via buttons) only within the specified time range.

  • StartTradingHour / Minute: The start time for trading, based on your broker's server time.

  • EndTradingHour / Minute: The end time for trading, based on your broker's server time.

Information Panel Settings

  • ShowInfoPanel (Show Info Panel?): Displays the information panel on the chart.

  • Panel_Corner: The chart corner for the panel.

  • Panel_X_Offset / Y_Offset: The panel's offset from the corner.

  • Panel_Font_Size / Name: The font size and name.

  • Panel_BG_Color: The background color of the panel.

Manual Trade Buttons

  • ShowManualTradeButtons (Show Manual Trade Buttons?): Displays the "BUY" and "SELL" buttons. Note: The buttons will only be functional if EnableSemiAutoMode is set to true.

  • ButtonBuy_Text / ButtonSell_Text: Text on the buttons.

  • Button_Width / Height: Width and height of the buttons.

  • Button_X_Offset / Y_Offset_Buy / Y_Offset_Sell: Position of the buttons.

  • ButtonBuy_Color_BG / Text: Background and text color for the "BUY" button.

  • ButtonSell_Color_BG / Text: Background and text color for the "SELL" button


Recommended products
| 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
Expert Smart Trend MT4
Ruslan Pishun
2.5 (2)
The trading system operates on seven pairs and one timeframe. The Expert Advisor uses trading systems for trend-based entries with the help of the Envelopes and CCI indicators. Each indicator uses up to five periods for calculating the trends. The EA uses economic news to calculate the prolonged price movements. The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. Real monitoring:  https://www.mql5.com/en/signal
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
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
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
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
Bear vs Bull EA MT4
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; -  Recommendations Before using on real money, test the adviser with minimal risk on a cent trad
JBSar EA Robot
Jordanilo Sarili
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  The trade strategy is based on Averaging and uses a little bit combination of martingale and grid strategy. Methodology   – Trading entails technical analysis with ma
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+
Diamond Black
Fanur Galamov
5 (2)
Diamond Black  is a professional expert advisor for automatic market trading. The EA implements my long-term observations of the market behavior in the evening. A thorough analysis of the behavior of the low-volatility market allowed me to implement a stable reliable system for profitable and long-term trading. EA algorithm uses the advantages of pending limit orders and strict control of trading risk. Expert advisor uses automatic lot calculation, and also allows you to use a fixed trading lo
Night Rocker EA
Sergey Sobakin
1 (1)
Night Rocker EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
Expert Grid rsi Pro
Mykhailo Zakervashevych
General Description Grid RSI Pro v3.1 is an advanced trading Expert Advisor for MetaTrader 4 that uses a grid strategy with RSI indicator filtering. The EA automatically opens orders at specified levels, creating a grid of orders to capture market fluctuations. Version 3.1 includes enhanced risk management features and improved signal filtering systems. Key Features 1. Trading Strategies RSI Strategy : Position opening when RSI reaches overbought (80) or oversold (20) levels Fixed Points : Posit
Gold Crasher
Hong Ling Mu
<Logic> EA will entry when the price breaks average candle stick price. EA will make Grid order with Hedge logic. When grid order is placed , EA check the trend and if trend is BUY, then place buy order. If trend is sell, then place sell order. This is to reduce a big draw down. <Input parameter> Slippage(pips) Max position Baselot size take profit stoploss Risk (MM) Grid order settings. Moving average period and Time frame N of bars for average line calculation <BEST PAIR and Time frame> XAUU
EA White Arbitrage
Ruslan Pishun
4.33 (6)
Advisor uses 6 trading strategies you can customize each strategy separately. Powered by 7 pairs and 1 timeframe M1 and uses a variety of trading systems. This increases the chances of stable growth and reduces the influence of one pair. The robot uses intelligent averaging system. Advisor is able to self-adjust their work. Instead of searching for values ​​satisfying historical prices for each pair, the adviser uses the values ​​effective on all cylinders, which increases the likelihood of good
Baby Shark
Tran Quang Trung
5 (1)
This is a price action trading robot, the EA will stick to the medium term trend and price to deliver trades. Orders are always protected by the user set stop loss points. With the capital management system, it will help that EA operates in accordance with its purpose. Telegram : https://t.me/trungtqIT Timeframe is H1. Minimum account balance: $100. Attention is Important: EA only test live on demo or real accounts. Backtest results are just random and inaccurate. Features: Every trade is prote
Boster
Langtha Prosanta Daudung
The  Boster  is a fully automated EA design for trading EURUSD pair. It is design to trade along the trend and also trade during reversal. It uses adaptive grid strategy. In adaptive grid strategy the distance between the trade is not fixed, the entry of next trade is base on most favourable market condition to close the trade in profit. So the risk associated with normal  grid/Martingale  strategy is considerably reduced by adopting adaptive grid distance strategy.  Back tested for 10 years (20
Impuls Pro MT4
Sergey Batudayev
5 (2)
The EA’s strategy is based on  Swing trading , with entries after sharp impulses calculated by the iPump indicator. The advisor has the ability to open manual trades with automatic support – for a downtrend ↓ we enter a trade after a corrective rise in the price, the asset falls into the overbought zone, we sell along the trend. – for an uptrend ↑, we enter a trade after a corrective fall in the price, the asset falls into the oversold zone, we buy along the trend. When trading on the selected
SuperTrend
Evgeniy Zhdan
2.5 (2)
The Supertrend Expert Advisor The Supertrend Expert Advisor with averaging elements. It has been developed during three months until I finally got good results. It is not a scalper. The minimum balance to start trading - 100 $. Is automatically adjusted to the 4 and 5-digit prices. Has an efficient risk management system. The lot and limit on the maximum lot is automatically calculated based on the settings specified in the EA. As a result, you have a complete automated trading system. Download
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
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
EA Bollinger Bands
Zafar Iqbal Sheraslam
The EA (Expert Advisor) Distance of Bollinger Bands is a trading strategy or algorithm used in financial markets, particularly in Forex trading. Bollinger Bands are a technical analysis tool that consists of a middle band (usually a simple moving average) and two outer bands (standard deviations of the middle band). The EA Distance of Bollinger Bands strategy focuses on measuring the distance between the price and the Bollinger Bands to make trading decisions. Here's how the EA Distance of Bolli
Smart win mcp expert
PAVEL KARAKULOV
5 (1)
Multi-currency expert advisor based on the strategy of breaking through levels and trading on the trend. You can you it for scalp with little take profits. Martingale and averaging are NOT used! Use a demo account to check the expert's performance! It is necessary to conduct tests of each pair before making a decision to use it in the expert! Does not work correctly in the tester! Usd demo acc to test it. Main strategy settings: Easy and Hard . For the Hard method you must use stricter mon
Gold Coin M5
Andrey Kozak
2.5 (8)
Gold Coin M5 is an automated trading robot designed to trade the gold market (XAUUSD) using the M5 period. This robot is designed for traders who want to trade automatically on short-term time intervals (scalping). Peculiarities: Scalping strategy: The robot uses a scalping strategy based on instant entry and exit from positions based on short-term price movements. Optimized for XAUUSD on M5: The XAUUSD Scalper is specifically tuned to trade the XAUUSD pair on the M5 time frame, allowing it to
Doctor
Andrey Kolmogorov
This is a universal adviser working in several directions. The first and main thing is assistance in various situations that arise during trading. The second is scalping or positional trading according to the trend, open orders, at the same time, insured with support orders using the model of a quantum set of algorithms. Main Advantages Work in several directions; Increase in account balance during drawdown; Maintenance of already open orders; Building a grid lock; Scalping and/or trend trading
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
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:
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (% от все
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):
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
Fundamental Robot MT4
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Buyers of this product also purchase
Scalping Robot Pro MT4
MQL TOOLS SL
4.83 (12)
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
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
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
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.
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
Bypass Generator MT4
Connor Michael Woodson
1 (1)
Bypass Generator is a deterministic scalping system for XAUUSD based on institutional-grade algorithms. Live Signal: CLICK HERE This is not a typical EA that thoughtlessly opens trade after trade, destroying your margin and putting your deposit at unnecessary risk. Every entry passes through 16 independent validation layers before opening a single position. There are no grids, and every trade has a virtual Take Profit and Stop Loss. The backtest curve was not optimized for unrealistic performan
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
Golden Moon Scalper
Nguyen Hang Hai Ha
3.4 (5)
Expert Gold Moon Scalper is a fully automated Expert Advisor designed specifically for the Gold market (XAUUSD). The EA combines price action analysis, tick-based market behavior, and technical indicator confirmation to identify high-probability trading opportunities. The strategy uses Stop Orders to capture momentum during Gold's fast price movements, helping reduce premature entries in volatile conditions. Positions are managed with a combination of scalping logic, dynamic trailing, and predef
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
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
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT4) — XAUUSD Expert Advisor with 2 selectable modes: Classic & Scalping GoldPro is an automated trading system for   XAUUSD (Gold)   built for traders who want structure, clear risk controls and an EA that can work in different market tempos. Inside one EA you can choose   how it trades : 1) Classic Mode — calm logic for swings & pullbacks A classic approach focused on reversal / mean-reversion behavior (entries from market “exhaustion” zones) and structured position management. Basket
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
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
Loophole System MT4
Connor Michael Woodson
Loophole System is a midrange scalping system for currency pairs that can make decisions based on a persistent connection to the global Currency Strength Meter. IMPORTANT! Contact me after purchase for detailed, comprehensive instructions! Current price will be increased. Limited time price: 79 USD Single shot trading only. No grid or martingale ever. Intelligent trailing stop exits that adapts to daily volatility The Currency Strength Meter is a online database that constantly monitors the str
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
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
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
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
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
WallStreet Recovery PRO
Lachezar Krastev
5 (2)
BUY 1 and GET 1 FREE - Promotion! Buy WallStreet Recovery 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/2331815 WallStreet Recovery PRO is a powerful FULLY automated trading system built on the legendary WallStreet Forex Robot core — one of the most popular and ti
Poison Ivy
Janet Abu Khalil
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 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 with FIFO rules (Need to disable Hedging in EA settings)
MT4 Version : https://www.mql5.com/en/market/product/90950 MT5 Version : https://www.mql5.com/en/market/product/93706 Rebate Hunter – Multi-Pair Hedging Grid EA (Dynamic Adaptive) Rebate Hunter is a multi-pair hedging grid Expert Advisor designed to generate consistent trading volume while targeting controlled basket profit. The EA opens Buy & Sell simultaneously (hedged entry), then manages positions using an dynamic-adaptive grid distance and an automated basket close system. This approach
Buzzer Gold EA
Sukhpreet Singh Bedi
Buzzer Gold EA for MT4 Automated Expert Advisor for XAUUSD (Gold) Buzzer Gold EA is an automated Expert Advisor (EA) developed for MetaTrader 4 (MT4). It is designed primarily for trading XAUUSD (Gold) on the M5 timeframe using a rule-based trading methodology combined with configurable money management and risk control features. The EA continuously monitors market conditions and executes trades automatically when its predefined trading criteria are satisfied. It is intended for traders who pre
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
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
Goblin Gold Scalper
Thi Tra Mi Duong
3.67 (3)
The Goblin Gold Scalper EA is a fully automated trading robot that has been developed over the years. EA's trading strategy has been optimized for Gold with a unique strategy based on Price Action and basic indicators. This is a scalper strategy so it usually trades in a short period of time, trades are closed quickly with Stop Loss and Trailing Stop. EA has optimized settings and now it's simple to use for everyone. You just need to set your Lot Size. Feature:  + Fully automated trading 24/5 w
VR Smart Grid
Vladimir Pastushak
4.29 (168)
VR Smart Grid is a full-featured Expert Advisor for MetaTrader 4 and MetaTrader 5, built on the classical grid trading strategy. The robot independently opens positions, manages them and closes them in parts, creating an efficient order grid that adapts to changing market conditions. Over 15 years of development, the EA has gone through thousands of variations and tests — it is the result of systematic refinement on real and demo accounts. Set files, demo versions of the product, instructions an
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
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
More from author
Cerberus EA
Gennady Filimonov
Cerberus EA is a fully automated grid advisor based on signals from the Bollinger Bands and RSI indicators. Its key feature is a multi-level risk management system designed to protect the deposit in aggressive market conditions. **Strategy Logic** Entry Signal: Searches for reversal points using Bollinger Bands and RSI. Averaging: When the price moves against a position, a grid of orders is opened with a specified step (GridStep). Lot Increase: Each subsequent order in the grid can have an incr
Visual Trend
Gennady Filimonov
Visual Trend   is a simple and effective tool that helps you quickly assess the market situation and find trend-based entry points. It eliminates the need to use multiple indicators at once by combining all the essentials in one place. Key Features: Background Coloring:   The chart background automatically changes color based on the trend direction (blue for uptrend, pink for downtrend). Clear Signals:   Trend-following entry points are marked with arrows. Signal Candle Highlight:   The candle o
Filter:
No reviews
Reply to review