CoinSmith

CoinSmith

CoinSmith is an automated trading EA whose main advantage is not aggressive profit, but calm, thoughtful, and more stable long-term operation. It is designed to work in the market with discipline and a defined system, rather than chaotically chasing fast profit.

In its logic, CoinSmith uses a structured grid approach with an automatically adjusted step based on market volatility, mode switching, and total basket profit control.

CoinSmith is best suited for major currency pairs such as EURUSD, GBPUSD, and similar liquid Forex pairs. Before using it on other symbols, it is recommended to run detailed tests in the MetaTrader 5 Strategy Tester.

Why CoinSmith earns more slowly, but better

CoinSmith is not designed as a “quick money” robot. And that is an advantage, not a disadvantage.

EAs that earn very quickly usually do so by taking on higher risk. This often means more aggressive market entries, greater pressure on the deposit, and a much higher chance of getting into unpleasant situations when the market moves in one direction for a longer period of time. These are exactly the moments when fast-earning robots often reveal their weakness.

CoinSmith takes a different approach — it works more patiently and carefully. That is why profit may be slower, but the overall operation is more reasonable and stable. In the long run, this is usually much more valuable than short-term impressive results.

CoinSmith does not earn every day

It is important to understand that CoinSmith is not a robot that will produce the same result every single day. There are days when the market offers very few opportunities, and there are days when CoinSmith works much more productively.

This is normal. The market is not the same every day, and CoinSmith adapts to market movement instead of artificially trying to open trades just so that “something happens.” At the code level, it works with price levels and an adjusted step, so its activity directly depends on the nature of the market.

Profit is usually lower during summer

During the summer period, the market is often calmer, movements are slower, and trends are less pronounced. As a result, CoinSmith will usually be less active during this time, and profit may be more modest.

This does not mean that something is wrong with the EA. On the contrary — it means that CoinSmith is working according to market conditions and is not forcing trades when the market is not favorable.

Do not interfere with CoinSmith’s operation

It is not recommended to manually interfere with CoinSmith:

  • do not modify its trades;
  • do not close trades manually before time;
  • do not try to “help” the EA make decisions.

CoinSmith is built as a system where each next step is connected to the previous one. If a person starts manually closing trades or changing the logic in the middle of the process, the whole structure according to which the EA operates can be disrupted.

At the code level, CoinSmith maintains its own pending order sequence, controls levels, prevents duplicates, and works according to a defined basket profit logic.

CoinSmith is not based on Stochastic

CoinSmith is not based on the Stochastic indicator. It does not rely on classic indicator signals in the same way as many other robots.

Instead, CoinSmith uses a different approach — it structures the market through price levels, grid logic, and an automatically adjusted step based on market volatility. Simply put, the market is approached in a smarter and more technical way, not by relying on a single overbought/oversold indicator.

CoinSmith is not Martingale

An important point — CoinSmith is not Martingale.

It does not increase the lot size after losses in an attempt to “win back” the previous result. This is a very important difference, because Martingale systems can look impressive until the market starts moving strongly in one direction for an extended period. At that point, the risk increases very quickly.

CoinSmith is based on structured grid order placement and controlled lot calculation according to account balance. The EA does not use the classic Martingale principle where the lot size is increased after losses.

The lot size is determined by predefined input parameters: in manual mode, a fixed lot is used, while in automatic mode, the lot increases gradually according to the account balance. For example:

  • 0.01 lot at a balance of 300–599;
  • 0.02 lot at a balance of 600–899;
  • 0.03 lot at a balance of 900–1199;
  • and so on.

The total profit target in money is adjusted according to this lot step, so the system maintains a proportional relationship between lot size and basket profit target.

Minimum deposit

For CoinSmith, the minimum recommended deposit for 0.01 lot is:

300 USD — as the absolute minimum.

However, it is safer and more recommended to start with:

500 USD.

The larger the deposit, the more comfortable reserve the EA has for market fluctuations. A very simple principle applies here:

it is always better for the deposit to be larger rather than smaller.

About increasing the lot size

It is not recommended to increase the lot size if the deposit does not meet the minimum requirements — even if at some point it seems that “everything is going well” and that it could be done.

Such a decision may look attractive in calm market conditions, but problems begin when the market enters a stronger, longer one-direction movement. That is exactly when a lot size that is too large for a deposit that is too small can create pressure that may later be deeply regretted.

With CoinSmith, a much smarter approach is not to artificially chase higher profit, but to give the EA enough deposit reserve so that it can do its job properly.

CoinSmith earns for you

The main idea is very simple — CoinSmith is the one that earns for you.

Your role is not to sit in front of the screen and try to take control of every market movement. Your role is to provide the EA with the right conditions:

  • a suitable deposit;
  • the correct lot size or auto lot setting;
  • patience;
  • not interfering with its work;
  • keeping it always switched on, preferably using a VPS service.

That is when CoinSmith can show what it is designed for — calm, technical, and stable automated trading.

CoinSmith Input Parameters

Below are the main input parameters that the user can change.

Manual lot = 0.01

This is the initial lot size with which CoinSmith opens orders when auto lot is not enabled.

The standard recommendation is to leave it at 0.01 lot if the minimum recommended deposit is used, which is at least 300 USD. This parameter should not be increased just because everything seems calm for a while. A larger lot without a suitable deposit may create unnecessary risk.

Auto lot by account balance

This enables or disables automatic lot increase based on account balance.

Example:

  • 300–599 = 0.01 lot;
  • 600–899 = 0.02 lot;
  • 900–1199 = 0.03 lot;
  • 1200–1499 = 0.04 lot;
  • and so on.

EA will not trade below this balance

This is the minimum account balance, for example 300, from which the EA is allowed to trade.

If the balance is below this value, the EA will not trade and will display a red warning on the chart.

Every 300 account currency units adds one lot step +0.01

This is the account balance step for automatic lot increase.

Every 300 account currency units increases the lot by one step, which is +0.01 lot.

Lot increase amount for each balance step

This means that every 300 in account balance increases the lot size by 0.01.

Max Auto Lot Safety cap for auto lot, 0 = no cap

This is the maximum automatic lot size.

It acts as a safety limit. If it is set to 0, then no maximum limit is used.

Max pending orders in grid

This parameter defines the maximum number of pending orders in the grid.

In simple terms, it determines how many levels CoinSmith is allowed to maintain in its order structure.

Money TP — account currency = 1.0

This is one of the most important parameters.

It means that if the total result of the open position basket reaches +1.0 USD, or another account currency depending on the broker account currency, CoinSmith closes all positions, deletes the pending orders, and the current cycle is considered completed.

Important: if you change the lot size, then this parameter must also be changed proportionally, unless Auto lot by account balance is enabled.

Example:

  • Lot 0.01 → Money TP 1.0;
  • Lot 0.02 → Money TP 2.0;
  • Lot 0.03 → Money TP 3.0.

This helps maintain the same logical relationship between lot size and the intended profit target for the entire order basket.


Recommended products
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carry
FREE
Golden Square X
Huynh Tan Linh N
4.18 (11)
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
Peri Peri Gold MT5
Roberto Mubonane Muiambo
Recommendations Time Frame: 1H Minimum Deposit:$400 USD Currency Pair Gold / XAUUSD Setting: D efault Fully automatic adviser Peri Peri Gold do not use any dangerous trading methods: No Grid , No martingale. The strategy was Back-tested Stable from 2018 to 2023 using every tick based on real ticks in MT4 using Exness Real Ticks 100% tick quality. Live trading is going well on my Exness and ic markets  broker.
FREE
Range Breakout EA PRO
Kabelo Frans Mampa
Test Before Use... In the forex market, a range refers to a period of time during which the price of a currency pair remains relatively stable, fluctuating within a narrow band. This can be contrasted with a trend, which refers to a sustained movement in the price of a currency pair in a particular direction. During a range, the price of the currency pair may move up and down within a defined range, but it is not trending strongly in any particular direction. This can be a good time for the rang
FREE
[FREE EA] EA23 TANIN HEIKEN CCI: THE PULLBACK ASSASSIN & PROP FIRM SHIELD Are you tired of entering trends too late and getting caught in drawdowns? Meet EA23 Tanin Heiken CCI , a commercial-grade automated trading system designed to catch the perfect pullback entries in a strong trend. THE BIG UPDATE: NO MORE .SET FILES! For the first time, you don't need to download or load messy .set files. EA23 comes with Built-in Presets . Just select your mode from the dropdown menu (Prop Firm Safe M
FREE
Эксперт  MACD_LevelTrader MT5   создан для торговле валютной пары XAUUSD. Данная версия это наработки того, что можно извлечь  из  индикатора MACD и Moving Average.  Важно   перед тестированием изменить настройку с 1000 на 5000                       Offset in points UP from SMA200 for sell              5000                       Offset in points DOWN from SMA200 for buy        5000   Тайм фрейм  М5. Два варианта логики, П араметр  true=вход по уровню  MACD +   SMA200, false=вход по MACD  Тестиру
FREE
Expert Alligator
MetaQuotes Ltd.
3.17 (6)
The strategy is based on the Alligator technical indicator, described by Bill Williams in "Trading Chaos". The system is based on three moving averages (Lips, Teeth and Jaw lines), and oscillators, calculated using the difference between them. The trading signals are generated after crossover of the Alligator lines, depending on trend, determined by order of these lines. In the case of upward trend the Lips line (with minimal period) is the highest, the next is the Teeth line, and the lowest is
FREE
Range Auto TP SL
Dilwyn Tng
4.57 (46)
Range Auto TP SL  is for you, 100% free for now, download it and give me a good review and you are free to use it for lifetime !!!! Range Auto TP SL is a EA to set Stop Loss and Take Profit level based on range using Average True Range (ATR). It works on both manually opened positions via PC MT5 Teriminals or MT5 Mobiles and EA/robots opened position. You can specify magic number for it to work on or it can work on all the positions. Many EA does not good Stop Loss and Take Profit function and
FREE
Three Moving Averages
MetaQuotes Ltd.
3.27 (26)
The trade strategy is based on three moving averages. To determine the trend, it uses three exponentially smoothed moving averages: FastEMA, MediumEMA and SlowEMA. Trade signals: Buy signal: FastEMA>MediumEMA>SlowEMA (upward trend). Sell signal: FastEMA<MediumEMA<SlowEMA (downward trend). Input parameters: Inp_Signal_ThreeEMA_FastPeriod = 8; Inp_Signal_ThreeEMA_MediumPeriod = 38; Inp_Signal_ThreeEMA_SlowPeriod = 48; Inp_Signal_ThreeEMA_StopLoss = 400; Inp_Signal_ThreeEMA_TakeProfit = 900; Inp_
FREE
https://www.youtube.com/watch?v=0T8Mge39Xsk&t=9s Youtube These EAs trade macd divergence only if there is a parabolic sar change at the same time. Sell bearish macd divergence & parabolic sar crosses above price Macd settings  Threshhold is how far above / below zero divergence must occur. Timeframe used Parabolic sar settings Only one trade in that direction can be opened at once. Trades on open bar Alerts , mt5 and mobile Stop loss and target points Stop loss is set to a % percentage of the
FREE
BB Strategy V5.01 Advanced Bollinger Bands Grid Expert Advisor BB Strategy V5.01 is a fully automated Expert Advisor for MetaTrader 5 that combines Bollinger Bands mean-reversion trading, percentage-based grid management, advanced entry filtering, and intelligent risk control. The EA is designed to identify temporary market overextensions and capture high-probability reversal opportunities while filtering out low-quality entries that often occur during strong trending conditions. Unlike traditio
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
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
The Dual MACD & Stochastic Expert Advisor (EA)  is a fully automated trading system that utilizes two  MACD (Moving Average Convergence Divergence) indicators along with the  Stochastic Oscillator  to identify high-probability trading opportunities. By combining trend confirmation from MACD with momentum analysis from Stochastic, this EA provides precise entry and exit points for optimized trading performance. Key Features: • Dual MACD Strategy – Uses two MACD indicators with different setting
FREE
Fibo Trader FREE MT5
Grzegorz Korycki
3 (3)
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
MA EMA Cross Risk EA is a trading Expert Advisor for MetaTrader 5, created for traders who want to trade using a clear, logical, and visually transparent moving average crossover strategy. The EA is based on one of the most well-known concepts in technical analysis: the crossover of fast and slow MA/EMA lines. When the market changes direction, moving averages can help identify this moment without unnecessary noise, emotions, or manual signal searching. The Expert Advisor automatically tracks Mo
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
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
MultiTrend Commander
Джованни Орсани
MultiTrend Commander - Automated Trading System What is it? An automated trading software that: Intelligently identifies market trends Makes decisions based on multiple timeframes Automatically manages risk What does it do? Identify Trends Analyze the market in real time Combine signals from different time frames (15 min, 1 hr, 4 hr) Confirm the trend direction before entering Protect Your Capital Automatically calculates stop losses Adjusts trade size to your risk Stops trading if
FREE
MA Crossover ADX
MetaQuotes Ltd.
4 (13)
The strategy is based on price crossover with Moving Average indicator, confirmed by ADX indicator. The trade signals: Buy: closing price of the last completed bar is higher than moving average, the moving average increases at the current and last completed bars. Sell: closing price of the last completed bar is lower than moving average, the moving average decreases at the current and last completed bars. To filter the false signal, it checks the trend power (ADX>ADXmin) and trend direction usin
FREE
EV Divergence Sniper
Enrique Valeros Muriana
EV Divergence Sniper is a precision-oriented Expert Advisor designed to identify high-probability market reversals through true price divergences confirmed by RSI and Stochastic. The system focuses on structural market conditions and enters only when price and momentum show a clear imbalance, significantly reducing false entries and improving signal quality. The EA uses a structural stop loss placed beyond the most recent swing, combined with a fully customizable risk-to-reward take profit. It i
FREE
HydraAlchemist
Haruki Teranaka
This Expert Advisor examines signals from indicators such as MACD, Stochastic, and RSI to identify market trends and turning points. It incorporates multiple strategies and works seamlessly together. The Advisor analyzes the market situation in real time and automatically executes trades at predefined stop loss and take profit levels. HydraAlchemist is also easy to use. The intuitive and easy-to-understand setup screen allows you to execute trading strategies with few parameters. When trading Go
FREE
Triple Indicator Pro
Ebrahim Mohamed Ahmed Maiyas
3.67 (3)
Triple Indicator Pro: ADX, BB & MA Powered Trading Expert Unlock precision trading with Triple Indicator Pro, an advanced Expert Advisor designed to maximize your market edge. Combining the power of the ADX (trend strength), Bollinger Bands (market volatility), and Moving Average (trend direction), this EA opens trades only when all three indicators align 1 - ADX (Average Directional Index) indicator – This indicator measures the strength of the trend, if the trend is weak, the expert avoids
FREE
PZ Ichimoku EA MT5
PZ TRADING SLU
4.05 (19)
Trade the Ichimoku Kinko Hyo Indicator with complete freedom using a powerful and flexible EA. It implements many entry strategies and useful features, like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements several entry conditions Customizable break-even, SL, TP and trailing-stop settings Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Implements a
FREE
PZ Flexible Breakout EA MT5
PZ TRADING SLU
3.5 (2)
Trade donchian breakouts with complete freedom. This EA can trade any breakout period, any timeframe, with pending or market orders- as desired- and implements many other useful features for the exigent trader, like customizable trading sessions and week days, a martingale mode and inverse martingale mode.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise Customizable trading direction Customizable donchian breakout period It
FREE
https://www.youtube.com/watch?v=0T8Mge39Xsk&t=9s Youtube Sell only EA here. These EAs trade macd divergence only if there is a parabolic sar change at the same time. Buy bullish macd divergence & parabolic sar crosses below price Macd settings  Threshhold is how far above / below zero divergence must occur. Timeframe used Parabolic sar settings Only one trade in that direction can be opened at once. Trades on open bar Alerts , mt5 and mobile Stop loss and target points Stop loss is set to a
FREE
PZ Fractal Trader EA MT5
PZ TRADING SLU
3.2 (5)
This EA trades untested fractals using pending orders. It offers many trading behaviors and flexible position management settings, plus many useful features like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements 4 different trading behaviors Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading ca
FREE
Mozu USDJPY
Noriyuki Suzuki
5 (2)
Mozu USDJPY is a scalping EA designed for USDJPY. Although the EA itself references the M15 timeframe, it trades the same way regardless of which timeframe you display on the chart. It detects trends and performs scalping by buying on pullbacks and selling on rallies. It is similar to my other EA, Atori, but this one has been optimized over a longer period. A broker with tight spreads is recommended. Please test it first on a demo account or with small lot sizes. Note: Backtest results do not ne
FREE
AvA 8 limited
Sveinn FRIDFINNSSON
INFORMATIVE There is no price for this Trading System "AvA - 8 limited" it is free of charge. It has limited input parameters and limited number of levels for GAMMA and DELTA modules, but it has enough for you to try and even trade, it is fully functional. The paid version is of course ideal for trading. Being professional traders and system designers, we decided that the best way forward is to be as transparent as possible. This is in regards to how our trading systems are built and how they w
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
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
ForceBB Expert
Nikolaos Pantzos
ForceBB_Expert   is structured based on two specifics technical analysis indicators ( Bollinger Bands and  Force Index ). 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. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
FlowmaskEA
Alexandre Vincent Traber
Overview Flowmask EA is a single-pair, single-timeframe expert advisor built around cumulative volume delta (CVD) divergence. It detects when price makes a new swing high or low that the underlying volume flow does not confirm, and optionally requires or rewards an absorption bar (high volume, compressed range) as extra confluence before entering. Position sizing and risk are handled entirely in percentage terms, with a real broker-side stop loss on every trade. How It Works On every closed bar,
FREE
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.78 (18)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
Iron Stops
Fajar Dicky Firmansyah
4.59 (44)
100K Live Signal:  https://www.mql5.com/en/signals/2386516 remember this is a 100k darwinex zero account and i didnt deposit 100k its only for showing live results. No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency . Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (41)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
MoonDog EA
James Vito Armin Bianchini
4.93 (15)
MOONDOG EA  $299 FOR A LIMITED TIME The major Machine Learning  update is planned in approximately 10 days . After the update, the price will increase . Secure MoonDog EA now at $299 before the new version goes live. MoonDog EA is a multi-strategy breakout Expert Advisor developed specifically for XAUUSD on MetaTrader 5. The system combines five independent breakout strategies designed to identify different breakout and price-expansion conditions. MoonDog does not use martingale, recovery mode,
Smart Gold Hunter
Barbaros Bulent Kortarla
4.07 (58)
Important update Previous set files should not be used with SGH Ultimate. Please use the updated set files prepared for this version. For details about the latest update and the current live-signal set file, please check the dedicated MQL5 blog post. No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a Gold EA with no grid, no martingale,
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM READY! ( download SETFILE ) WARNING: 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 Client Signal YouTube Reviews 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 fro
Scalping Robot Pro MT5
MQL TOOLS SL
4.41 (153)
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 traders
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   + 300 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.54 (13)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Ghost Scalper MT5
Thomas Christoph Lipka
5 (6)
Ghost Scalper MT5 Ghost Scalper MT5 is a fully automated Expert Advisor developed for trading XAUUSD / Gold on MetaTrader 5. The EA combines four independent trading strategies: Ghost A, Ghost B, Ghost C and Ghost D. Each strategy has its own trading logic, management and individual risk settings. Every strategy can be enabled or disabled separately. Features Designed for XAUUSD / Gold Four independent trading strategies Automatic BUY and SELL trading Fixed Lot or percentage-based risk Separate
Lizard
Marco Scherer
4.34 (59)
What is Lizard? Lizard is a fully automated Expert Advisor for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system: the Expert Advisor identifies key structural levels on the chart and places pending stop orders at calculated entry points. No martingale, no grid, no averaging into losses. Every trade is opened with a defined stop loss and take profit and is then managed by a multi-layer exit system, around the clock and without manual intervention. Support Our team spli
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Cortex IDX
Vladimir Mametov
5 (3)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Quantum Athena X
Bogdan Ion Puscasu
5 (5)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
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 scalpi
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (138)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Quantum King EA
Bogdan Ion Puscasu
4.96 (216)
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 MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 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 strength of
GoldenShot
Adam Hrncir
Last 12h - 149 USD / next  +50 USD every sold 10 licenses  /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual One shot. One target. Zero recovery. GoldenShot is a single-position gold EA built for controlled, long-term trading. It waits for a qualified setup, takes one clean shot with a real stop loss, and if the idea does not work, it manages the trade instead of rescuing it. No grid. No martingale. No lot scaling. Each strategy car
Silent Exit MT5
Fajar Dicky Firmansyah
5 (5)
No gimmicks. No empty claims. Silent Exit is crafted for traders focused on a single goal: steady performance .  All Major pairs included:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD Whether you are pushing through a prop trading challenge or handling client funds, this EA maintains discipline — and produces results. SIGNAL Link: https://www.mql5.com/en/signals/2388541 remember this is a 100k darwinex zero account and i didnt deposit 100k its only for showing live results. How the S
Zerqon EA
Vladimir Lekhovitser
3.47 (32)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Built to dominate the gold market. Official Information Seller profile Official channel User Guide LIMITED PRICE — $400 Aura Gold Pro Edition is available now for only $400 , but from September 1 , the price will increase to $999 . After September 1, the price will be more than double.  Don’t wait until the price goes up — secure your copy now for $400. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading https://www.
Smart Gold Impulse
Barbaros Bulent Kortarla
3.9 (21)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using,you can check the current performance through the Ultima live signal results.Please note that this signal is for informational purposes only, and results can significantly change between brokers, account types, slippage, spread conditions, and VPS setups.Set files of the current running signal account and live chat access link will be shared only wi
Zoomini
Gennady Sergienko
1.53 (17)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Atherion Zenith AI EA
Valentina Zhuchkova
AETHERION ZENITH AI EA The Evolution of Precision Gold Automation Public live signal for real-time monitoring: https://www.mql5.com/ru/signals/2381671 Limited Launch Offer The first 7 copies are available for only $259 . Once these copies are sold, the price will increase immediately by $100 — to $359 . This introductory offer is intended for traders who want to join Aetherion Zenith AI EA at the earliest stage and follow the evolution of the system through public live monitoring from the beginn
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
UPDATE:  Few Copies Left At Current Price! Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +300% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in vo
The Gold Space
Ayush V Jain
5 (4)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
Gold Snap
Chen Jia Qi
4.52 (21)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $1199 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008
Wave Rider EA MT5
Adam Hrncir
4.82 (44)
Scalper speed with sniper entries. Built for Gold. Summer sale - 399 USD only instead of 499 USD until end of August. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signa
SomaGold
Andrii Soma
5 (10)
SomaGold is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for Gold (XAUUSD). One chart, one EA, 32 independent strategies running together as a single diversified portfolio. Live Signal. This is my first published EA on MQL5. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD The price increases by 100 USD for every 10 copies sold Early buyers lock in the lowest price for the lifetime of the product. Concept Instead
Byrdi
William Brandon Autry
5 (20)
BYRDI - The Distributed Trading Network That Coordinates the Portfolio. Most Expert Advisors see one terminal, one account, and one set of positions. BYRDI sees the wider network. BYRDI connects separate MetaTrader 5 terminals into a coordinated trading mesh. Each node can keep its own account, broker, markets, strategy, AI model, capital allocation, and risk settings while sharing the information needed for wider portfolio awareness. The network can coordinate execution, limit duplicated expos
Filter:
No reviews
Reply to review