Grid Scalper MA MT5 EA

4.38

Grid Scalper MA MT5 EA

Step into the fast lane of forex trading with Grid Scalper MA MT5 EA, a powerhouse expert advisor crafted for MetaTrader 5 that turns market volatility into your playground. This isn’t your average EA—it’s a precision scalping machine driven by a dynamic grid trading strategy, blending razor-sharp Moving Average (MA) crossover signals with a robust set of customizable features. Whether you’re a scalper hunting quick pips or a strategist riding market waves, this EA delivers the tools to dominate with style.

Note:

The EA is developed under Aussie (AUDUSD) currency pair and thus the default settings make sense there for a 5 digits (e.g. 0.78912) chart version. We urge you to carry out your own backtesting and optimization on any pair or timeframe to find the best fitting settings of your own.

Grid Scalper MA MT5 EA public channel: CLICK HERE.

It has been updated with a vast extended control parameters and new logics and thus highly recommended to take a keen look at the inputs, and understand what each input controls. Be sure to read the inputs description section for some insight on the upgrades, as they impact the system significantly.

At its core, Grid Scalper MA MT5 EA uses a grid system that opens baskets of trades triggered by a Moving Average (MA) crossover, set via the MA Period input. Each new signal (a close price crossing the MA) initiates a fresh basket with its own unique magic number offset, starting with an initial lot size. The basket expands as price moves against the initial position, adding new trades in the same direction at defined grid-size point intervals, with lot sizes scaled by a multiplier for progressive exposure. Initial trades in each basket aim for a Take Profit Points target, while multi-trade baskets focus on breakeven recovery.

The EA supports capping mechanisms for controlled risk: limit the maximum trades per basket and decide whether to hold or close all when the cap is hit, or cap the total number of active baskets to prevent overexposure. Risk management is enhanced with optional Stop Loss for each position, trailing stops exclusively for the first trade in a basket (activating after a minimum profit threshold), and breakeven logic for baskets with multiple trades. Choose your Closure Mode—either "Profit Mode" for profit-target closures in your account currency or "Points Mode" for price-based exits beyond breakeven. Baskets persist across restarts using global variables, ensuring continuity.

A sleek real-time dashboard keeps you informed: it displays your account name, the number of active positions managed by the EA, a list of basket IDs (showing up to 3 explicitly, then "..." for more), and floating profit/loss in your account currency—color-coded in lime for gains, red for losses, and white for neutral. The dashboard appears only when positions are open, with a black background for clarity. Backtest rigorously, optimize every setting, and demo-test to witness its performance in action.


Key Features:

  • Grid trading with adjustable spacing, lot multipliers, and per-basket trade caps for scalable strategies.
  • MA crossover signals (Simple Moving Average on close prices) for precise buy/sell entries on new bars.
  • Basket-based management: Independent groups of trades per signal, with unique magic numbers for isolation.
  • Trailing stops for initial positions and breakeven closures for grids, plus optional per-trade Stop Loss.
  • Dual closure modes: Profit-based (total currency amount) or points-based (beyond breakeven).
  • Caps on trades per basket and total baskets, with actions like holding or closing when limits are reached.
  • Real-time dashboard with essential trade insights for at-a-glance monitoring.
  • Persistence via global variables to restore baskets after restarts or crashes.
  • Built-in checks for volume, margin, stop/freeze levels, and symbol limits to ensure reliable execution.


Inputs Description

The inputs are grouped into "EA GENERAL SETTINGS" and "MA Indicator Settings" for easy navigation in the MT5 EA properties window. Each input is designed for flexibility, with defaults that suit moderate strategies. Always optimize based on your symbol, timeframe, and risk tolerance. Below is a detailed breakdown to help you understand and configure them clearly.

  1. Closure Mode (enum: Profit Mode or Points Mode, default: Points Mode): Determines how baskets with multiple trades are closed. "Points Mode" monitors the weighted breakeven price of the basket and closes all positions when the current price moves in your favor by the Breakeven Points beyond breakeven (e.g., for a buy basket, when bid >= breakeven + Breakeven Points). "Profit Mode" calculates the total floating profit of the basket and closes when it reaches or exceeds the Target profit in account currency. Use "Points Mode" for price-action focus or "Profit Mode" for fixed monetary targets. Note: Single-trade baskets close via Take Profit or Trailing Stop if enabled.
  2. Lot size (double, default: 0.01): The starting volume for the first (initial) trade in every new basket. Subsequent grid trades in the same basket scale this up by the Multiplier. Ensure this aligns with your account size and broker's minimum lot (e.g., 0.01 for micro accounts). The EA validates and normalizes lots against symbol constraints like min/max/step volumes.
  3. Magic Number (long, default: 1234567): A base identifier for all trades managed by the EA. Each basket gets a unique offset (e.g., base + basketId * 10000) to isolate them. This prevents interference with other EAs or manual trades. Change it if running multiple instances on the same symbol.
  4. Take profit points (int, default: 1000): The profit target in points (e.g., 1000 points = 100 pips on 5-digit brokers) for the initial trade in each basket. Converted to price units. If hit, the trade closes individually. For baskets with grids, this is overridden by breakeven-based TP once multiple trades open.
  5. Grid size points (int, default: 1000): The distance in points between grid levels where new trades are added if price moves against the basket (e.g., lower for buys, higher for sells). Smaller values create denser grids (more frequent adds, higher risk); larger values space them out for trending markets. Converted to price units for execution.
  6. Multiplier (double, default: 2.0): The factor by which lot sizes increase for each new grid trade in a basket (e.g., 2.0 means second trade = initial * 2, third = previous * 2). Values >1 amplify exposure (Martingale-like); =1 keeps lots constant; <1 reduces them. Use cautiously to avoid over-leveraging.
  7. Breakeven Points (int, default: 50): In "Points Mode", the additional profit buffer in points beyond the basket's weighted breakeven price that triggers closure of all positions in the basket. The breakeven is calculated as the volume-weighted average entry price of all trades in the basket. Smaller values close earlier (less profit but quicker recovery); larger values aim for more gains but risk reversal.
  8. Stop Loss Mode (enum: No SL Mode or SL Mode, default: No SL Mode): Controls whether each trade gets a Stop Loss. "No SL Mode" omits SL for unlimited drawdown potential (risky but allows full grid recovery); "SL Mode" applies a fixed SL in points from entry (see next input). SL is adjusted dynamically if mode changes, and checked against broker freeze/stop levels.
  9. Stop loss points if SL Mode enabled (int, default: 1000): Active only if Stop Loss Mode = SL Mode. The distance in points from the entry price for the SL (e.g., below for buys, above for sells). Protects individual trades from excessive losses but may close grids prematurely. Converted to price and normalized.
  10. Basket Trades Cap (enum: No Maximum Cap or Maximum Cap, default: No Maximum Cap): Enables a limit on the number of trades per basket. "No Maximum Cap" allows unlimited grid additions (high risk in trends); "Maximum Cap" enforces the Max Trades per Basket if cap enabled limit to cap exposure.
  11. Max Trades per Basket if cap enabled (int, default: 11): Active if Basket Trades Cap = Maximum Cap. The maximum number of positions (initial + grids) allowed in one basket. Once reached, no more grids open, and the Action when trades cap reached is applied.
  12. Action when trades cap reached (enum: Hold, don't do anything or Close all trades, default: Hold, don't do anything): Active if Basket Trades Cap = Maximum Cap. "Hold, don't do anything" keeps the basket open without adding more (wait for recovery or manual intervention); "Close all trades" immediately closes all positions in the basket to cut losses.
  13. Baskets Cap Mode (enum: No Baskets Cap or Baskets Cap, default: No Baskets Cap): Controls the total number of simultaneous baskets (trade groups). "No Baskets Cap" allows unlimited new signals; "Baskets Cap" limits to Maximum Baskets/Trade Positions if cap enabled to manage overall exposure.
  14. Maximum Baskets/Trade Positions if cap enabled (int, default: 3): Active if Baskets Cap Mode = Baskets Cap. The max number of active baskets. New signals are ignored once reached, preventing overload in volatile conditions.
  15. Use Trailing Stop for first position (bool, default: true): Enables trailing SL for the initial trade only (not grids). If true, once the trade reaches Minimum Profit points to activate trailing, the SL trails by Trailing Stop points. Helps lock in profits on standalone trades before grids form.
  16. Trailing Stop points (int, default: 30): The distance in points the SL trails behind the current price (e.g., below bid for buys, above ask for sells). Active only for the first position after min profit, and checked against broker levels.
  17. Minimum Profit points to activate trailing (int, default: 100): The unrealized profit threshold in points required before trailing activates on the initial trade. Ensures the position is in decent profit first (e.g., 100 points filters out noise).
  18. Target profit in account currency (double, default: 100): In "Profit Mode", the total floating profit (in your account's base currency, e.g., USD) for a basket that triggers closure. Summed across all positions in the basket. Set based on your risk per basket.
  19. Trade Direction (enum: Both buys and sells, Buys only, Sells only, default: Both buys and sells): Restricts signal execution. "Both" allows buy and sell crossovers; "Buys only" ignores sells; "Sells only" ignores buys. Useful for directional bias or hedging restrictions.
  20. MA Period (int, default: 21): The lookback period for the Simple Moving Average (SMA) on close prices. Triggers buys on upward crossovers (close > MA after close < MA) and sells on downward. Shorter periods (e.g., 10) catch more signals but increase whipsaws; longer (e.g., 50) filters for trends.
  21. Show Dashboard (enum: None, Minimized, Maximized, default: Maximized): Controls the on-chart dashboard display. "None" hides it; "Minimized" shows compact stats (account, positions, baskets, profit); "Maximized" expands with sections (account info, EA stats, active baskets). Positioned via Dashboard X/Y.
  22. Dashboard Persistence (enum: Show only when active trades or Always show dashboard, default: Show only when active trades): "Show only when active trades" displays dashboard if positions exist; "Always show" keeps it visible regardless. Reduces clutter when idle.
  23. Dashboard Theme (enum: Dark Theme or Light Theme, default: Dark Theme): Sets color scheme. "Dark" uses black backgrounds with light text for low-light; "Light" uses white backgrounds with dark text for bright environments. Affects all elements like headers, text, and borders.
  24. Dashboard X Position (pixels from left) (int, default: 10): Horizontal position of the dashboard from the chart's left edge in pixels. Adjust to avoid overlapping indicators or for multi-monitor setups.
  25. Dashboard Y Position (pixels from top) (int, default: 30): Vertical position of the dashboard from the chart's top edge in pixels. Place higher to free up price area or lower for quick access.
  26. Footer Text (string, default: "Username [Your Name. e.g. Allan - Forex Algo-Trader]"): Custom text in the dashboard footer (e.g., your name or notes). Displayed centered in a fixed-height bar at the bottom.
  27. Visualize Signals (bool, default: true): If true, draws arrows on the chart for buy/sell crossovers using specified codes, colors, and offsets. Uses Wingdings font for symbols. Helps visually confirm signals without backtesting.
  28. Buy Arrow Code (string, default: "p"): Wingdings character code for buy signal arrows (e.g., "p" for up arrow). Customize for different symbols.
  29. Sell Arrow Code (string, default: "q"): Wingdings character code for sell signal arrows (e.g., "q" for down arrow). Customize for different symbols.
  30. Font for Arrows (string, default: "Wingdings 3"): The font family for signal arrows. Stick to Wingdings variants for symbol compatibility.
  31. Buy Arrow Color (color, default: clrGreen): Color for buy arrows (e.g., green for bullish). Matches chart theme.
  32. Sell Arrow Color (color, default: clrRed): Color for sell arrows (e.g., red for bearish). Matches chart theme.
  33. Arrow Offset Points (double, default: 10): Vertical distance in points from the bar high/low to place arrows. Positive values push away from price; adjust for visibility.
  34. Print Prefix (string, default: "-> "): Custom prefix prepended to all EA log prints (e.g., "-> Basket 1: ..."). Aids in filtering or identifying logs in the terminal/journal, especially with multiple EAs. Set to empty "" for no prefix.


Disclaimer:

Grid Scalper MA MT5 EA utilizes a GRID trading approach, which can offer significant profit potential but also carries substantial risks. By opening multiple positions at set intervals, the EA may increase exposure during unfavorable market conditions, such as strong trends or high volatility. While it includes protective features like trailing stops, breakeven closure, optional SL, and caps, these do not eliminate the risk of loss, particularly with aggressive settings (e.g., high multipliers, no caps) or insufficient capital. Users are urged to carefully backtest and optimize all inputs on a demo account before risking real funds. Past performance is not a reliable indicator of future results. Trading involves risk, and losses can exceed your initial investment. Proceed with caution, understanding the grid strategy’s implications, and note that past performance does not guarantee future performance. Best luck.

İncelemeler 66
Muhib Rakhman
18
Muhib Rakhman 2026.02.26 18:20 
 

thank you for the good bot

josefx28
34
josefx28 2026.02.18 22:55 
 

How can I reverse the grid operations so that buy orders become sell orders and vice versa, but only within the grid?

Alavin Nderitu
18
Alavin Nderitu 2026.02.14 06:10 
 

Perfect if you want to up your profit.Thank you very much for this EA.

Önerilen ürünler
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Product Description PropFirm Risk Manager EA is a dedicated risk-control Expert Advisor designed for prop firm traders (FTMO, MyFunded, E8, and similar). This EA does NOT open trading strategies . Its only job is to protect your account by monitoring equity in real time and enforcing risk rules automatically. It helps you: Prevent daily and maximum drawdown violations Stop trading after reaching daily profit targets Control trading time windows Avoid accidental rule breaks due to emotions or ov
FREE
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
King_Expert EA - Professional Trading System Overview King_Expert EA is a sophisticated automated trading system for MetaTrader 5 that combines trend-following strategies with intelligent risk management. The EA uses a multi-layered approach to identify high-probability trading opportunities while incorporating advanced features like grid averaging and dynamic position management. Core Trading Strategy Primary Signal Generation EMA Crossover System : Uses dual Exponential Moving Averages (21/50
FREE
Golden Square X
Huynh Tan Linh N
4 (9)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
FREE
News Scalper EA is an Expert Advisor for trading EURUSD - GBPUSD - XAUUSD pairs, positioning your positions during the news. Developed by an experienced trader with over 17 years of trading experience. News Scalper EA uses a news calendar from MQL5 and trades according to them. With sophisticated strategy and risk management, the EA protects your positions from larger losses! News Scalper EA lets you close the SL after the set time (1 minute, planned) when the position is in minus, which proves
FREE
Code Components and Functionality Basic Information #property : Used to define the EA properties like copyright, link, version, and description. input : Parameters that users can customize in the EA, such as enabling/disabling buy/sell orders, price levels, take profit points, lot sizes, etc. Main Functions OnInit() : Executes when the EA is initialized. It creates a label on the chart and draws red lines at specified price levels (Red Line). OnDeinit(const int reason) : Executes when the EA is
Golden Mind EA
Leszek Aleksander Mroczek
FREE FOR LIMITED TIME Golden Mind EA – Adaptive Grid Trading for GOLD Description Golden Mind EA is a fully automated Expert Advisor for MetaTrader 5 that utilizes a dynamic BUY-only grid strategy, designed exclusively for GOLD (XAU/USD) trading. What sets this EA apart from traditional grid trading systems is its intelligent pair-based position closure logic. Instead of relying on fixed take-profit levels, Golden Mind EA calculates the profit difference between pairs of trades and closes them
FREE
Neuro Edge
Agus Wahyu Pratomo
5 (4)
Please give review to support development of this Expert Advisor NeuroEdge EA is an advanced trend-following scalper designed to adapt dynamically to market behavior. Built with precision algorithms and smart averaging logic, it maintains minimal drawdown while capturing high-probability setups in trending conditions. NeuroEdge continuously analyzes market flow to ensure optimal entries and exits — giving traders the edge they need in volatile markets. ️ Core Features: Adaptive Trend Detection
FREE
Lite Hamster Scalping   (Very Fast EA no Graphics) The Lite Hamster Scalper  is a Trading Robot with no use of Classic martingale. Schedule scalping Options. it uses some Indicators as a filter to maximize Correct entries. Please to check The version 1.4 of Hamster Pro :  Hamster_PRO_MT4     &&   Hamster_PRO_MT5 Recommendations :  Lot : 0.01. Balance  : 100 USD. Pair : EURUSD. TimeFrame : 5Min. Spread : 30. Broker : Trusted Brokers Inputs descriptions :  Period Indicator1  - period of the firs
FREE
Budget Golden Scalper M1 — Trial Edition Built for traders who are tired of hype and ready for transparency Let’s be honest. If you have explored automated trading before, you have probably seen systems that looked perfect in backtests but behaved very differently in live markets. Many traders today are understandably cautious — and rightly so. Budget Golden Scalper M1 was created with this reality in mind. This is not marketed as a “holy grail” or a get-rich-quick robot. Instead, it is a str
FREE
RSI   EA is a   fully automated   Forex trading strategy based on the MACD indicator, one of the most popular and widely used trend-following methods in technical analysis. This expert advisor automatically opens and manages buy and sell trades using RSI to capture market momentum while removing emotional decision-making. Premium advanced   version with   +40 filter!   :   Click Here Or search "RSI ProLab mt5" on the market
FREE
Brent Trend Bot
Maksim Kononenko
4.47 (15)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
Steady Gain Protector  is a simplified entry-level version of the Gold Rocket HFT trading system. It is designed for users who want a basic automated trading experience with fixed parameters and limited functionality. This Expert Advisor opens BUY positions only , using a dual Exponential Moving Average (EMA) crossover combined with short-term price momentum confirmation. The system is intended for small accounts and traders who prefer a simple structure with controlled exposure. Trading Logic
FREE
Adx rsi orion
Murtadha Majid Jeyad Al-Khuzaie
ADX RSI Orion — Smart Trend Alignment Expert Advisor ADX RSI Orion is a precision-engineered Expert Advisor that combines two of the most respected indicators in technical trading — the Relative Strength Index (RSI) and the Average Directional Movement Index (ADX) — into one intelligent and adaptive trading system. Designed for traders who want clarity and automation, this EA identifies high-probability entries only when both momentum and trend strength agree, delivering smart, data-driven dec
FREE
30-DAY FULLY FUNCTIONAL TRIAL – EXPERIENCE THE POWER OF BITBOT V6 ULTIMATE GRID & NEURAL MODEL BRAIN! Bitbot V6 Ultimate Grid is the most advanced and flexible grid trading system for MetaTrader 5, now enhanced with our AI-driven Neural Model Brain for truly adaptive and intelligent trading decisions. Whether you’re a professional algorithmic trader or an ambitious newcomer, Bitbot V6 gives you the performance, safety and transparency you need to scale your results to the next level. Key Featur
FREE
MACD RSI Optimized EA is a free, fully automated trading robot designed to capture trends using a classic combination of indicators. By merging the trend-following capabilities of the MACD (Moving Average Convergence Divergence) with the momentum filtering of the RSI (Relative Strength Index), this EA aims to filter out market noise and enter trades with higher probability. This version has been specifically optimized for the month of October on the M15 (15-minute) timeframe and performs best on
FREE
Bu EA, Hareketli Ortalama Geçişlerini kullanarak işlem yapar. Tamamen özelleştirilebilir ayarlar, esnek pozisyon yönetimi ayarları ve ayrıca özelleştirilebilir ticaret oturumları ve martingale ve ters martingale modu gibi birçok kullanışlı özellik sunar. [ Kurulum Kılavuzu | Güncelleme Kılavuzu | Sorun Giderme | SSS | Tüm Ürünler ] Kullanımı ve denetlenmesi kolay Tamamen özelleştirilebilir hareketli ortalama ayarları İki farklı ticaret davranışı uygular Özelleştirilebilir başa baş, SL, TP ve tak
FREE
DeM_Expert   is structured based on a specific technical analysis indicator ( DeMarker ). It has many parameters so that each user can find the appropriate settings that suit their investment profile. It can work on 28 different pairs, one pair per chart. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
Fibo Trader is an expert advisor that allows you to create automated presets for oscillation patterns in reference to Fibonacci retracements values using fully automated and dynamically created grid. The process is achieved by first optimizing the EA, then running it on automated mode. EA allows you to switch between automatic and manual mode. When in manual mode the user will use a graphical panel that allows to manage the current trading conditions, or to take control in any moment to trade ma
FREE
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
Doctor Rich EA is an automated trading Expert Advisor for MetaTrader 5, designed to generate **consistent cash flow** through a combination of  trend-following, step-index grid, and intelligent opposite-direction hedging. for trading gold, BTC, EURUSD. The operation is based on opening orders using the EMA/RSI indicator,  For Expert Advisor need hedge type account  Contact me immediately after the purchase if you prefer to get commission (Rebate) up to 40$/Lot!    Settings, manual and .set f
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Welcome to the future of algorithmic trading. The Nascore Scalper EA is a precision-engineered, AI-inspired scalping robot built exclusively for trading NAS100 (US Tech 100 Index) . It analyzes smart money footprints, breakout zones, and high-timeframe bias to capture high-probability scalping entries. Key Features: Optimized for NAS100 (US100) – Fast-moving Nasdaq-based index trading Smart Money Concepts – Integrates structure, breakout logic, and bias Minimal Margin Usage – Ideal for traders
FREE
A neural network Expert Advisor based on two moving averages with the training mode. Train the Expert Advisor on selected examples and make a profit in real life. The EA can work on any instrument and in any timeframe. Trading Algorithm of the EA Two moving averages are analyzed by the neural network core, which produces commands to buy or sell. the values of two moving averages, fast (FMA) and slow (SMA), are provided to the first layer, at the second layer it calculates two neurons responsibl
FREE
UsdJpy RangeBot Pro – Expert Advisor for Breakout Trading UsdJpy RangeBot Pro is a breakout-based Expert Advisor developed for the USDJPY pair. It identifies trading opportunities during the early hours of the London session by analyzing a defined range and executing pending orders above or below it. The EA applies fixed logic, clear visual elements, and built-in risk controls. This tool is designed for disciplined breakout trading without the use of breakeven, martingale, or grid systems.
FREE
Description (English) PA Scoring EA — Ready for Real Trading, Simple to Operate Built and maintained by a solo developer. If you find it useful, please Like/Share to support future updates ️ Key Features Automated entries from price-behavior signals filtered by a Trend Filter Flexible risk: Fixed lot (default) or Risk % per trade Profit locking with no SL rollback : start at Break-Even, then tighten via ATR/STEP/RATIO modes Works on Netting/Hedging accounts with netting-safe lot capping Va
FREE
Manual Trade Manager for XAUUSD (v1 – Always BreakEven) – FREE Take your manual gold trading to the next level with this lightweight yet powerful trade management tool. This Expert Advisor does not open trades in live trading — it is specifically designed to manage manually placed orders on XAUUSD , helping you automate risk control through smart break-even and trailing stop logic. Key Features: Break-even Stop Loss : Automatically adjusts SL to break even when a specified profit level is reache
FREE
Morning Range Breakout (Free Version) Morning Range Breakout (Free Version) is a straightforward trading advisor that implements a breakout strategy based on the morning range. It identifies the high and low within a specified time interval (e.g., 08:00–10:00 UTC) and opens a trade on a breakout upward or downward. The free version includes core functionality without restrictions. All parameters and messages are in English, per MQL5 Market requirements. Key Features Detects morning range based
FREE
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Quantum Valkyrie
Bogdan Ion Puscasu
5 (89)
Quantum Valkyrie - Hassasiyet.Disiplin.Uygulama İndirimli       Fiyat   her 10 satın alımda 50 dolar artacaktır. Canlı Sinyal:   BURAYA TIKLAYIN   Quantum Valkyrie MQL5 herkese açık kanalı:   BURAYA TIKLAYIN ***Quantum Valkyrie MT5 satın alın ve Quantum Emperor veya Quantum Baron'u ücretsiz olarak alma şansını yakalayın!*** Daha fazla bilgi için özel mesaj gönderin! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (468)
Merhaba yatırımcılar! Ben   Quantum Queen   , tüm Quantum ekosisteminin gözbebeği ve MQL5 tarihindeki en yüksek puanlı, en çok satan Uzman Danışmanım. 20 ayı aşkın canlı işlem deneyimim sayesinde, tartışmasız XAUUSD Kraliçesi olarak yerimi kazandım. Uzmanlık alanım mı? ALTIN. Misyonum? Tutarlı, kesin ve akıllı işlem sonuçları sunmak — hem de defalarca. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. İndirimli   fiyat
CANLI SİNYALİMLE AYNI SONUÇLARI MI İSTİYORSUNUZ?   Benimle tamamen aynı aracı kurumları kullanın:   IC MARKETS  &  I C TRADING .  Merkezi borsa piyasasının aksine, Forex'te tek ve birleşik bir fiyat akışı yoktur.  Her aracı kurum likiditeyi farklı sağlayıcılardan temin eder ve bu da benzersiz veri akışları oluşturur. Diğer aracı kurumlar ancak %60-80 oranında eşdeğer bir işlem performansı sağlayabilir.     CANLI SİNYAL IC MARKETS:  https://www.mql5.com/en/signals/2344271       MQL5'te Forex EA T
Akali
Yahia Mohamed Hassan Mohamed
5 (25)
LIVE SIGNAL: Canlı performansı görmek için buraya tıklayın ÖNEMLİ: ÖNCE KILAVUZU OKUYUN Broker gereksinimlerini, strateji modlarını ve akıllı yaklaşımı anlamak için bu EA'yı kullanmadan önce kurulum kılavuzunu okumanız kritik önem taşır. Resmi Akali EA Kılavuzunu okumak için buraya tıklayın Genel Bakış Akali EA, Altın (XAUUSD) için özel olarak tasarlanmış yüksek hassasiyetli bir scalping Uzman Danışmanıdır (Expert Advisor). Yüksek volatilite dönemlerinde karları anında güvence altına almak için
CANLI SİNYALİMLE AYNI SONUÇLARI MI İSTİYORSUNUZ?   Benimle tam olarak aynı brokerları kullanın:   IC MARKETS  &  I C TRADING .  Merkezi borsa piyasasının aksine, Forex'in tek, birleşik bir fiyat beslemesi yoktur.  Her broker likiditeyi farklı sağlayıcılardan alarak benzersiz veri akışları oluşturur. Diğer brokerlar yalnızca %60-80'e eşdeğer işlem performansı elde edebilirler. CANLI SİNYAL MQL5 Üzerinde Forex EA Trading Kanalı:  Benden en son haberleri almak için MQL5 kanalıma katılın.  MQL5 üze
Quantum King EA
Bogdan Ion Puscasu
4.97 (140)
Quantum King EA — Her Yatırımcı İçin Geliştirilmiş Akıllı Güç IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Özel Lansman Fiyatı Canlı Sinyal:       BURAYA TIKLAYIN MT4 versiyonu :   TIKLAYIN Quantum King kanalı:       Buraya tıklayın ***Quantum King MT5 satın alın ve Quantum StarMan'i ücretsiz edinin!*** Daha fazla bilgi için özelden sorun! İşlemlerinizi hassasiyet ve disiplinle yönetin. Quantum King EA,
Goldwave EA MT5
Shengzu Zhong
4.8 (20)
Gerçek işlem hesabı   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Bu EA, MQL5 üzerinde doğrulanmış canlı işlem sinyalinde kullanılan ticaret mantığı ve yürütme kurallarıyla tamamen aynı mantığı ve kuralları kullanır.Önerilen ve optimize edilmiş ayarlar kullanıldığında ve güvenilir bir ECN / RAW spread brokeri (örneğin IC Markets veya EC Markets) ile çalıştırıldığında, bu EA’nın canlı işlem davranışı, canlı sinyalin işlem yapısı ve yürütme özellikleriyle yüksek ölçüde uyum
Aot
Thi Ngoc Tram Le
4.85 (93)
AOT Çoklu Para Birimi Uzman Danışmanı AI Duygu Analizi ile Korelasyonlu döviz çiftleri arasında portföy çeşitlendirmesi için çok pariteli ortalamaya dönüş stratejisi. İlk kez AOT'yi test ediyor musunuz?       sabit lot boyutu ayarları ile başlayın, Sabit lot boyutu 0.01 | Parite başına tek pozisyon | Gelişmiş özellikler kapalı. Sistemin davranışını anlamak için saf ticaret mantığı   . Performans geçmişi sinyali Detay Ayar Dosyası Adı Açıklama Orta Risk 2 Darwinex Zero,  Hesap büyüklüğü  $100k Li
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
Karat Killer
BLODSALGO LIMITED
4.22 (18)
Saf Altın Zekası. Özüne Kadar Doğrulanmış. Karat Killer   geri dönüştürülmüş göstergeler ve şişirilmiş backtestlerle dolu bir altın EA değildir — XAUUSD için özel olarak inşa edilmiş,   yeni nesil bir makine öğrenimi sistemidir   , kurumsal düzeyde metodoloji ile doğrulanmış ve gösterişten çok özü değer veren yatırımcılar için tasarlanmıştır. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. D
Mad Turtle
Gennady Sergienko
4.52 (86)
Sembol XAUUSD (Altın / ABD Doları) Zaman Aralığı H1-M15 (isteğe bağlı) Tek işlem desteği EVET Minimum Mevduat 500 USD (veya başka bir para biriminde eşdeğeri) Tüm brokerlarla uyumlu EVET (2 veya 3 basamaklı fiyatlandırma, tüm hesap para birimleri, semboller ve GMT zaman dilimi desteklenir) Önceden ayar yapmadan çalışır EVET Makine öğrenimine ilgi duyuyorsanız, kanala abone olun: Abone Ol! Mad Turtle Projesinin Ana Özellikleri: Gerçek Makine Öğrenimi Bu Expert Advisor (EA), herhangi bir GPT si
CANLI SİNYALİMLE AYNI SONUÇLARI MI İSTİYORSUNUZ?   Benimle tam olarak aynı brokerları kullanın:   IC MARKETS  &  I C TRADING .  Merkezi borsa piyasasının aksine, Forex'in tek, birleşik bir fiyat beslemesi yoktur.  Her broker likiditeyi farklı sağlayıcılardan alarak benzersiz veri akışları oluşturur. Diğer brokerlar yalnızca %60-80'e eşdeğer işlem performansı elde edebilirler. CANLI SİNYAL Varsayılan Ayar Dosyası (10 aydan fazla canlı işlem):  https://www.mql5.com/en/signals/2329380 IC Markets M
ÖNEMLİ   : Bu paket yalnızca çok sınırlı sayıda kopya için geçerli fiyattan satılacaktır.    Fiyat çok hızlı bir şekilde 1499$'a çıkacak    +100 Strateji dahil   ve daha fazlası geliyor! BONUS   : 999$ ve üzeri fiyata -->   diğer 5    EA'mı ücretsiz seçin!  TÜM AYAR DOSYALARI TAM KURULUM VE OPTİMİZASYON KILAVUZU VİDEO REHBERİ CANLI SİNYALLER İNCELEME (3. taraf) ULTIMATE BREAKOUT SYSTEM'e hoş geldiniz! Sekiz yıl boyunca titizlikle geliştirilen, gelişmiş ve tescilli bir Uzman Danışman (EA) olan
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Canlı işlem sinyali İşlem faaliyetlerinin herkese açık gerçek zamanlı takibi: https://www.mql5.com/tr/signals/2356149 Resmî bilgiler Satıcı profili Resmî kanal Kullanıcı kılavuzu Kurulum talimatları ve kullanım yönergeleri: Kullanıcı kılavuzunu aç Bu Expert Advisor, sabit bir yürütme modelini takip etmek yerine mevcut piyasa koşullarına göre davranışını ayarlayan, piyasa bağlamına duyarlı bir sistem olarak tasarlanmıştır. Strateji, piyasa yapısının işlem yapmayı haklı çıkaracak kadar n
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FİRMASI HAZIR!   (   SETFILE'ı indirin   ) WARNING: Mevcut fiyata yalnızca birkaç kopya kaldı! Son fiyat: 990$ 1 EA'yı ücretsiz alın (2 ticari hesap için) -> satın aldıktan sonra benimle iletişime geçin Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Altın Reaper'a hoş geldiniz! Çok başarılı Goldtrade Pro'yu temel alan bu EA, aynı anda birden fazla zaman diliminde çalışacak şekilde tasarlanmıştır ve ticaret sıklığını çok muhafazakardan aşırı değişkene k
Golden Hen EA
Taner Altinsoy
4.77 (53)
Genel Bakış Golden Hen EA , özellikle XAUUSD için tasarlanmış bir Uzman Danışmandır (Expert Advisor). Farklı piyasa koşulları ve zaman dilimlerinde (M5, M30, H2, H4, H6, H12, W1) tetiklenen dokuz bağımsız işlem stratejisini birleştirerek çalışır. EA, girişlerini ve filtrelerini otomatik olarak yönetecek şekilde tasarlanmıştır. EA'nın temel mantığı, belirli sinyalleri tanımlamaya odaklanır. Golden Hen EA grid, martingale veya ortalama (averaging) tekniklerini kullanmaz . EA tarafından açılan tüm
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
How To Trade Pro (HTTP) EA — 25+ yıllık deneyimli yazarın, martingale veya ızgaralar olmadan herhangi bir varlık ticareti için profesyonel ticaret danışmanı. Çoğu üst düzey danışman yükselen altınla çalışır. Testlerde harika görünürler... altın yükselirken. Ama trend tükendiğinde ne olacak? Kim mevduatınızı koruyacak? HTTP EA sonsuz büyümeye inanmaz — değişen piyasaya uyum sağlar ve yatırım portföyünüzü genişçe çeşitlendirmek ve mevduatınızı korumak için tasarlanmıştır. Büyüme, düşüş, yan piyasa
XAUUSD QUANTUM PRO EA (MT5) — MetaTrader 5 için ALTIN XAUUSD Uzman Danışmanı | BUY/SELL Karar Motoru + Gelişmiş Risk Yönetimi + Canlı Gösterge Paneli ÖZEL LANSMAN FİYATI — geçici indirim ile sınırlı süreli teklif. XAUUSD QUANTUM PRO EA satın alırsanız Bitcoin Quantum Edge Algo veya DAX40 Quantum Pro EA ücretsiz alabilirsiniz. Daha fazla bilgi için özel mesaj gönderin. XAUUSD QUANTUM PRO EA , tek bir amaç için tasarlanmış bir MT5 robotudur: XAUUSD otomatik işlemlerini daha temiz, anlaşılır ve kon
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (503)
Tanıtımı       Quantum Emperor EA   , prestijli GBPUSD çiftinde işlem yapma şeklinizi değiştiren çığır açan MQL5 uzman danışmanı! 13 yılı aşkın ticaret tecrübesine sahip deneyimli yatırımcılardan oluşan bir ekip tarafından geliştirilmiştir. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA satın alın ve  Quantum StarMan  edinin!*** Daha fazla ayrıntı için özelden sorun Doğrulanmış Sinyal:   Buraya
The Gold Phantom
Profalgo Limited
4.44 (18)
SAHNE HAZIR! -->   TÜM AYAR DOSYALARINI İNDİRİN UYARI: Mevcut fiyattan sadece birkaç kopya kaldı! Son fiyat: 990$ YENİ (sadece 399$'dan başlayan fiyatlarla)   : 1 EA'yı Ücretsiz Seçin! (En fazla 2 işlem hesabı numarasıyla sınırlıdır, UBS hariç tüm EA'larım seçilebilir) En İyi Kombine Fırsat     ->     buraya tıklayın Herkese açık gruba katılmak için   buraya tıklayın .   Canlı Sinyal Canlı Sinyal 2 !! ALTIN ​​HAYALET BURADA !!   Altın Orakçı'nın muazzam başarısının ardından, güçlü kardeşi Altı
Zeno
Anton Kondratev
5 (2)
ZENO EA   , ALTIN piyasasındaki güvenlik açıklarını belirlemek için kullanılan, çoklu para birimi desteği sunan, esnek, tam otomatik ve çok yönlü açık kaynaklı bir EA'dır! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide Sinyaller Komisyonsu
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
Agera
Anton Kondratev
5 (2)
AGERA,   altın piyasasındaki güvenlik açıklarını belirlemek için geliştirilmiş, tamamen otomatik ve çok yönlü açık kaynaklı bir uzman algoritmasıdır! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Signal Real :     https://www.mql5.com/en/signals/23618
ORB Revolution
Haidar Lionel Haj Ali
5 (17)
ORB Revolution — MetaTrader 5 Uzman Danışmanı ORB Revolution, MetaTrader 5 için tasarlanmış profesyonel seviyede Opening Range Breakout (ORB) Uzman Danışmanı olup, disiplinli ve risk kontrollü otomatik işlem amacıyla geliştirilmiştir. Kurumsal standartlar temel alınarak oluşturulan bu sistem, sermaye koruması , tekrarlanabilir işlem yürütme ve şeffaf karar verme mantığı üzerine odaklanır — ciddi traderlar ve prop firm değerlendirmelerine katılanlar için idealdir. ORB Revolution, NETTING ve HEDGI
AI Gold Prime
Lo Thi Mai Loan
5 (15)
DOWNLOAD THE SIMPLE SET FILE FOR ALL ACCOUNTS (FOR BEGINNERS) LIVE SIGNAL MINI MODE(IC MARKETS):  https://www.mql5.com/en/signals/2360104 LIVE SIGNAL PRO MODE($100K Account):  https://www.mql5.com/en/signals/2361863 PROP FIRM READY: AI GOLD PRIME, Prop Firm ortamları için tamamen hazır olacak şekilde tasarlanmıştır. Tüm yapılandırmalar EA içine entegre edilmiştir; harici set dosyalarına ihtiyaç yoktur. Sadece bir preset veya strateji seçmeniz ve uygun bir risk seviyesi belirlemeniz yeterlidir.
Scalper Speed. Grid Safety. Built for Gold. Final 5 copies at  199 USD   |  249  USD next week Check the Live signal  or Manual Hybrid grid-scalper combining scalping speed with intelligent grid recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | Progressive grid spacing | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. This is not a blind grid . This is not a random scalper . Wave Rider uses triple timefra
QuadCore X4 – Çoklu Yapay Zekâ Uzman Danışmanı Mevcut fiyat: 444$ Bir sonraki fiyat: 644$  Nihai fiyat: 1944$  Sinyal: QuadCore X4 Sembol: XAUUSD Kaldıraç: min. 1:20 Minimum yatırım: 100$ Zaman dilimi: M30 OpenAI (GPT 5.2) DeepSeek (V4) Claude (Opus 4.5) Gemini (2.5 Pr) Piyasa analizi: trend, yapı, bağlam İşlem kararı: (BUY / SELL / HOLD) Karar: (SL / TP / Skor) Fiyat formasyonları, momentum ve kısa vadeli anomaliler Teknik netlik ve okunabilirlik değerlendirmesi Kısa vadeli eğilim (bullis
NOVA s7
Meta Sophie Agapova
5 (6)
NOVA s7 – Kurumsal Uyarlanabilir AI Trading Motoru NOVA s7 , akıllı algoritmik trading’de bir sonraki evrimsel adımı temsil eder. Güçlü DeepSeek AI altyapısı üzerine inşa edilen NOVA s7, statik sinyallere tepki vermek yerine piyasa davranışını bağlamsal olarak yorumlamak üzere tasarlanmıştır. Geleneksel Expert Advisor’ların aksine NOVA s7, adaptif çok katmanlı bir zeka sistemi aracılığıyla piyasa yapısını, momentum değişimlerini, volatilite baskısını ve yürütme kalitesini sürekli değerlendirir.
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
Tanıtımı başlat! 449$'dan sadece birkaç kopya kaldı! Sonraki fiyat: 599$ Son fiyat: 999$ 1 EA'yı ücretsiz alın (2 ticari hesap için) -> satın aldıktan sonra benimle iletişime geçin Ultimate Combo Deal   ->   click here 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 File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro, Altın ticareti EA'ları kulübüne katılıyor, ancak büyü
Yazarın diğer ürünleri
This Break of Structure BoS SMC EA utilizes Smart Money Concepts (SMCs) to detect price movements that decisively break through swing lows or swing highs established by previous price action. When prices rise above swing highs or fall below swing lows, they signal a change in market sentiment and trend direction. This BoS EA can be a powerful tool for predicting market moves and making informed trading decisions. We advise you strongly to optimize the EA to get the best settings for your trading
FREE
The Keltner Grid Scalper MT5 EA is an automated trading system for MetaTrader 5 platforms. It uses the Keltner Channel indicator for entry signals in a grid-based strategy. This EA generates trades based on Keltner Channel crossovers and manages them through baskets. We designed it for forex pairs on timeframes from M5 to H1 but you can test and optimize on any other. The system organizes trades into baskets, with options for lot sizing, breakeven adjustments, and trailing stops. It includes da
FREE
Fair Value Gap SMC EA
Allan Munene Mutiiria
4.71 (14)
Fair Value Gap SMC EA is an automated Expert Advisor for MT5 trading platform that basically scans the current market conditions and environment , gets un-mitigated imbalances, or so called Fair Value Gaps, draws these levels on the chart, and trades them accordingly. For instance, it if finds a bullish FVG , it draws the box for visualization purposes, assigns it the color lime to indicate we anticipate a buy position and reversal momentum, and then if price reverts to the drawn box length, we
FREE
The Supply and Demand Price Action MT5 EA is an automated trading system for MetaTrader 5 platforms. It identifies supply and demand zones based on price consolidation patterns and trades on zone retests (taps). This EA generates trades when price returns to valid zones after an initial breakout, with configurable risk management. We designed it for forex pairs on timeframes from M5 to H1, specifically developed on AUDUSD, M5 , but you can test and optimize on any other instrument or timeframe.
FREE
Order Blocks Scalper
Allan Munene Mutiiria
4.33 (6)
The Order Blocks Scalper EA is a next-generation, fully automated trading tool that identifies and trades key order block zones with precision and speed. Designed for traders seeking consistent entries and exits, this EA harnesses advanced market structure analysis to detect consolidation ranges, breakouts, and impulsive price movements, enabling optimal trade execution. Key Features Smart Order Block Detection : Identifies bullish and bearish order blocks based on institutional order flow. Each
FREE
The Daily Range Breakout MT5 EA is a fully automated trading solution designed to identify and trade breakouts from the daily price range. It simplifies breakout trading with precise detection, customizable settings, and effective risk management options. Ideal for traders looking to capture market momentum, this EA helps identify high-probability breakout opportunities with minimal effort. How It Works Each day, the EA identifies the high and low price range based on a user-defined time windo
FREE
Spectra Zone Scalper
Allan Munene Mutiiria
3.17 (6)
Introducing Spectra Zone Scalper MT5 EA,   a revolutionary trading tool designed to help you navigate the Forex market with precision, efficiency, and adaptability. Whether you’re a seasoned professional or a trading enthusiast, this expert advisor offers the ultimate combination of cutting-edge technology and robust risk management to help you achieve your trading goals. NB: The default settings are for XAUUSD (Gold) with 3 digits, i.e., 0.001 (e.g., 2700.123). Plug and play! Any other currency
GRID Scalper MT5 EA
Allan Munene Mutiiria
4 (1)
GRID Scalper MT5 EA is a FULLY Automated Trading Expert Advisor whose control logic is based on the Grid Trading strategy. GRID Scalper MT5 EA   stands out from other expert advisors due to its remarkable approach to handling trades. With predefined optimization, the EA has proved to have a 75% rate of return. Basically, it uses martingale system to significantly counter trades that are in loss. The EA has added Break Even and Trail Stop mechanism that is activated when the set points deemed fit
Martingale Zone Recovery MT5 EA Revolutionize your trading with the Martingale Zone Recovery MT5 EA , a powerful expert advisor designed for traders who want robust and dynamic trade management with unmatched versatility. Key Features: RSI-Based Signal Generation : Utilizes the Relative Strength Index (RSI) to identify high-probability trade opportunities in both trending and ranging markets. Advanced Zone Recovery System : Employs a martingale-based strategy to recover losing trades within pred
FREE
BOOM and CRASH Envelopes Scalper MT5 EA Unleash your trading potential with the BOOM and CRASH Envelopes Scalper MT5 EA , a meticulously crafted Expert Advisor designed for MetaTrader 5, tailored specifically for the high-octane Boom and Crash indices. This EA combines the precision of Envelopes and RSI indicators with a robust scalping strategy, offering traders a dynamic tool to capitalize on rapid market movements. Whether you're a seasoned scalper or a newcomer to synthetic indices, this EA
FREE
Envelopes RSI Zone Scalper MT5 EA Unleash your trading edge with the Envelopes RSI Zone Scalper MT5 EA , an Expert Advisor for MetaTrader 5, engineered to thrive in any market—forex, commodities, stocks, or indices. This dynamic EA combines the precision of Envelopes and RSI indicators with a zone-based scalping strategy, offering traders a versatile tool to capitalize on price movements across diverse instruments. Whether you’re scalping quick profits or navigating trending markets, this EA del
FREE
Elevate your trading with Kumo Cloud MT5 EA , a sophisticated automated trading solution built for MetaTrader 5. This EA harnesses the power of the Ichimoku Cloud (Kumo) and the momentum-confirming Awesome Oscillator to identify and trade high-probability breakout opportunities. Note: The program uses a rare signal generation logic that is double confirmed, using the Kumo Cloudstrategy. Make sure you understand the strategy! Backtest it in strategy tester on any currency pair of your choice and
FREE
This MA ADX Market analyzer Expert Advisor is an advanced EA that continuously scans the market and finds the best trading opportunities for the trader. It uses a combination of Moving Average (MA) and ADX indicators to generate the trading signals. It is a fully automated EA that sends buy and sell orders to the market so that the trader does not have to be at the computer interface each time and gives his or her time to do his own activities.  This is a free EA that you can download Straight A
FREE
The EA's Development Background: The FXGold Machine is a highly intelligent and sophisticated trading system for the MT4 trading platform developed in MQL4. It took a lot of our effort to develop and test in real-world settings . We started working on it in 2021, and after seeing how profitable it was, we automated it by adding an algorithm. Since then, a number of changes have been made to the EA to increase its accuracy in trading. The default settings are made for AUDUSD on 15M price chart P
Blacklist Trader MT4 EA Basic Background Parameters: Win Rate: 74% Back test period – From: 2023.01.02 Back test period – To: 2023.09.01 Period/Timeframe: M15 Symbol/Currency pair: AUDUSD , Australian Dollar vs US Dollar Spread: Current Input Parameters: Default About the EA Development: The Blacklist Trader EA is a highly intelligent trading system. We spent a lot of time working on it and improving it with live tests. We have been developing it since 2021 and it proved to be quite profitable,
SureFire Trading Deck
Allan Munene Mutiiria
4 (1)
" Hope for the best and prepare for the worst " - a SureFire Trading Deck rare phrase. SureFire Trading Deck EA is a tool that tracks and trails all your trades. It uses the thumb rule that market moves in any direction  thus no matter where the market moves, your trades are executed in order. The engine behind the power is Zone Recovery Algorithm  or so called The Surefire Forex Hedging Strategy. The EA has an inbuilt Moving Average Cross strategy which is just to take care of opening trades.
SpaceX EA Bot
Allan Munene Mutiiria
SpaceX EA Bot is a tool that combines volume , trend , price action and intensity indicators and finds the best trades available to take for the system to be effective. It incorporates the best trading strategies to predict the most accurate trend and automatically places trades respectivelly. Here is the best part of the Bot - if the prediction fails, it MANAGES the trades to breakeven and then trails the trades afterwards, and of course, this setting is left for the user to decide, and manages
Fast and Furious EA is one of the most wanted Expert Advisor programme or as some would like to refer to as ‘ TRADING BOT ’ in the market. The Fast and Furious EA, just as the name suggests, is an EA that is programmed to precisely scan the market and come up with validated trading signals . These signals can either be used automatically by the EA to make market orders or can be manually used by the trader to make personal trading decisions and be integrated to the trading system.  The Swiftness
One of the most sought-after Expert Advisor programs, or as some prefer to call it, "trading bots," on the market is FX TradeCZAR EA . The FX TradeCZAR EA is a programmed EA that carefully scans the market and generates  trading signals , as the name suggests. These signals can either be manually used by the trader to make individual trading decisions and be included into the trading system, or they can be automatically used by the EA to make market orders. The EA's ability to execute quick tran
Expert Trader MT5 EA  is a FULLY Automated Trading Expert Advisor whose control logic is based on the  Zone Recovery  strategy. Expert Trader MT5 EA   stands out from other expert advisors due to its remarkable approach to handling trades. With predefined optimization, the EA has proved to have a   75%   rate of return. Basically, it uses SUREFIRE system to significantly counter trades that are in loss. The EA has added Break Even and Trail Stop mechanism that is activated when the set points de
Epicus Prime MT5 EA
Allan Munene Mutiiria
5 (1)
Epicus Prime Overview: Epicus Prime is a top-tier, superior, outstanding, unique, and exceptional solution in the world of algorithmic trading. In the realm of forex trading, Epicus Prime is engineered to handle significant and substancial tasks, and perform exceptionally well in the trading context, excelling remarkably in performance, accuracy, and reliability, which positions it as a leading, prominent and reliable option for traders. Strategy Elaboration: Epicus Prime is a system that analy
Filtrele:
Muhib Rakhman
18
Muhib Rakhman 2026.02.26 18:20 
 

thank you for the good bot

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.02.27 09:34
Thanks for the kind review and feedback. Welcome.
josefx28
34
josefx28 2026.02.18 22:55 
 

How can I reverse the grid operations so that buy orders become sell orders and vice versa, but only within the grid?

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.02.19 09:02
Hello. Thanks for the kind review and feedback. Currently, that is not possible, but we can include it in the next updates. Thanks.
Alavin Nderitu
18
Alavin Nderitu 2026.02.14 06:10 
 

Perfect if you want to up your profit.Thank you very much for this EA.

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.02.14 08:50
Thanks for the kind review and feedback. Much appreciated.
dipaulagalvao
36
dipaulagalvao 2026.02.11 14:06 
 

Congratulations, great work on this EA! The update to version 9 made it much more accurate. Thank you for your time and work on this development.

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.02.11 20:50
Thanks for the kind review and feedback. You're most welcome.
Evgeny Belyaev
91717
Evgeny Belyaev 2026.01.22 11:46 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.01.22 13:45
Thanks for the kind review and feedback. Welcome.
LeeMartin911
19
LeeMartin911 2026.01.18 07:07 
 

This bot is really well made, thank you to the developer. Just one question, is there a set file to trade gold and bitcoin, please or someone on the forum is using it for the two pairs that can share their settings?

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.01.18 11:46
Hello. Thanks for the kind review and feedback, and welcome. We currently don't have any set file. We strongly advise you just backtest and optimize on your own to get the best settings that favour your trading style, because what favours someone can be a nightmare to you. Like a lot of things matter. Trading style, trading sessions, risk tolerance, and a couple of many more things. We made as many inputs as possible so that you can control the program dynamically. In case of any suggestion, you can just leave a comment. Thanks.
Ir Moh Zainal Arifin
292
Ir Moh Zainal Arifin 2026.01.16 01:43 
 

great EA... but no grid.. activate only 1 layer per basket...great result..

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.01.16 09:31
Hello. Thanks for the kind review and feedback. By no grid you mean? Maybe share the screenshot in the comments section. Thanks.
truongtri12345678
24
truongtri12345678 2026.01.15 13:49 
 

This is simply a bot that holds losing positions; I don't think it's suitable for anyone with an account balance below 10K

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.01.15 14:23
Okay. Thanks
imsandeep051
14
imsandeep051 2026.01.12 18:26 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

ambighen
683
ambighen 2026.01.06 19:32 
 

Seems promising, but could use a few options to increase flexibility. Could you please send me the source code? I would like to add some features to it, such as alternative entry indicators (EMA, SMA, etc.)

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2026.01.07 12:15
Thanks for the kind review and feedback.
Ren Bugnot
43
Ren Bugnot 2025.12.19 14:54 
 

good but lack of features like stop trading and news filtering options. it might be helpful to the EA since it uses grid system it will trash the account if there's a big movement in the market. but overall its good.

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.12.20 17:14
Thanks for the kind review and feedback. We'll consider that in the next updates. Thanks.
Prathamesh Shelake
18
Prathamesh Shelake 2025.12.15 15:10 
 

really good bro god bless you

in one shot he directly blow my 580 doller real account

he lost my 580 dollers because of grid

t is very risky dont use

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.12.15 19:43
Thank you for the kind review and feedback.
Rodrigo Benites De Moraes
620
Rodrigo Benites De Moraes 2025.12.10 01:08 
 

really gooodddddddd

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.12.10 13:19
Thanks for the kind review and feedback
d_virus
15
d_virus 2025.12.08 04:39 
 

hi author, can i ask how to set this as one trade only,i dont want that its currently on buy then it suddenly sells which settings il change? thanks

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.12.10 13:19
Hello. Thanks for the kind review and feedback. We'll consider that in future updates. Thanks.
Nezo Eliot
888
Nezo Eliot 2025.11.28 02:26 
 

I’m really impressed with this EA. After tweaking the settings, it’s been delivering consistent profits. Big thanks to the developer for the great work.

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.12.10 13:18
Thanks for the kind review and feedback.
Emanuel533
314
Emanuel533 2025.11.26 04:56 
 

Exelente CONFIJURACION FACIL,SENCILLO Y funcional 29/12/2025 THANK YOU."bendiciones"

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.11.26 07:52
Thanks for the kind review and feedback.
hossein135522
15
hossein135522 2025.11.23 08:25 
 

Hello, dear friend, this robot is wonderful, but in the real mode that I put on the system, it stopped after a day. Why?

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.11.24 12:53
Hello. Thanks for the kind review and feedback. We're working on solving that completely. Thanks.
651490
104
651490 2025.11.19 05:01 
 

Bin sehr positiv überrascht

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.11.19 07:05
Hello. Thanks for the kind review and feedback. Welcome.
[Silindi] 2025.10.29 03:01 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.10.29 12:20
Thanks for the kind feedback and review. We're glad. Thanks. Happy trading.
beetle2008
95
beetle2008 2025.10.27 21:40 
 

Good bot, simple and effective, but it lacks stop loss

Allan Munene Mutiiria
159427
Geliştiriciden yanıt Allan Munene Mutiiria 2025.10.28 21:29
Thanks for the kind feedback and review. The stop loss can be activated from the settings already by enabling SL Mode. Thanks.
İncelemeye yanıt