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
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
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
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
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 — 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
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
Golden Moon Scalper
Nguyen Hang Hai Ha
5 (3)
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
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
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
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
Fortress MT4
Lee See Hao
5 (1)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2378166 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortress is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA utilizes multiple confirmation algorithms and internal strategies to identify optimal breakout points at key support and resistance levels. Position sizing and trade frequency automatically adjust to the user's
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
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
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
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
Titan AI 4All
Amirbehzad Eslami
1 (1)
Titan AI is a next-generation automated trading system developed by the expert team at MX Robots , combining cutting-edge Artificial Intelligence with deep financial expertise. This EA has been trained on high-quality market data , including Real Tick, MBP (Market by Price), and MBO (Market by Order) data — the same type of data used by institutional trading systems — to deliver consistent and intelligent decision-making across multiple markets. Titan AI is designed as a portfolio trading system
EA Gold Stuff
Vasiliy Strukov
4.7 (1090)
EA Gold Stuff is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Gold Stuff indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Real-time results can be viewed  here . Contact me immediately after the purchase to get personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here  Please note that I do not sell my
Quantum Pips AI MT4
Rodrigo Arana Garcia
5 (5)
Welcome to Quantum Pips AI, a new generation expert advisor! Only 2/5 copies will be sold at this price. Automatically after that the price will rise to make sure that the performance of the robot is adequate for real accounts. Contact me after purchase and  get a free indicator  (valued at over 65$) Quantum Pips AI is a cutting-edge Expert Advisor meticulously designed to profit from the forex market. This intelligent system uses meticulous analysis of multiple time frames, as well as a diverse
PRO ADVANCED MULTI SCALPING EA - is fully automatic multi-pair trading system - very safe with steady growth. This profitable scalping EA is really one of the most stable system on the market at the present time - it takes around 60-90 trades per month.  Download EA Set_files for testing and trading: USDCHF Set_file GBPCHF Set_file GBPCAD Set_file GBPAUD Set_file EURCHF Set_file EURCAD Set_file EURAUD Set_file AUDCAD Set_file Features of EA: - Adjustable Volatility-Adaptive Stop Loss. - Fixe
EA Games Changer
Tjia Elisabeth Jasmine Canadi
5 (3)
AI Games Changer – MultiPair Averaging + Hedge System (Smart Directional Extended) Version: Perfected Interactive UI - MT4 (Patched) Developer: CyberBot Project P R E P A R A T II O N Enter the Games Changer Philosophy: If trading is gambling, embrace it intelligently. By activating up to 20 pairs simultaneously, complementary price patterns create a stable balance point far superior to single-pair reliance. The core principle? More data equals higher winning probabilities.
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
GoldJump
Gun Gun Gunawan
GoldJump EA is an Expert Advisor based on a gold scalping strategy specifically designed for the M1 timeframe with a structured risk management approach. This EA utilizes fast price movements during the Asian trading session to identify entry opportunities, targeting short yet consistent market moves. The system is equipped with Drawdown control (DD Max), measured Stop Loss (SL), and optimized Take Profit (TP) features to maintain performance stability and efficient margin usage. The GoldJump EA
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:
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
Wonder 1
Mario Baldantoni
Wonder 1 is part of the Wonder collection, strategies I selected from my own portfolios. It trades AUDJPY on the H1 timeframe using a fuzzy-logic model that reads the monthly and daily price structure. What it is, and what it is not Every trade opens with a fixed Stop Loss and Take Profit. Risk is always defined. No grid, no martingale, no averaging. One position at a time, low margin usage. No neural-network, no AI, no quantum wording. A rule-based system, tested and honest. Nothing to optimize
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
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