Polaris Nova

Polaris Nova is a single-model machine-learning EA built specifically for XAUUSD. It runs one ONNX classifier that scores entry timing, combined with a multi-timeframe RSI direction filter. It manages one basket at a time on gold — a single directional exposure that can, optionally, add further same-direction legs on adverse price movement to average into a position, rather than running multiple uncorrelated parallel slots.

The point of a single-basket design is control: at any moment you can see exactly what Polaris Nova is exposed to — one direction, one basket, one trailing state — instead of reasoning about several independent sub-systems at once.

EA has been extensively tested on TMGM broker with low spread and execution time: TMGM

How entries work

At every new M1 bar, the EA builds a 23-feature snapshot (multi-timeframe returns, range-expansion, EMA distance and slope, range-position over several lookbacks, and multi-timeframe RSI) and runs it through the ONNX model. The model outputs a score between 0 and 1; if it crosses the configurable entry threshold (0.90 by default) and the RSI direction filter (M15+M30) agrees, and the session/news filters allow it, a basket opens.

There is no fixed take-profit. The exit is an adaptive trailing stop: once floating profit reaches an "arm" threshold, the stop follows the peak favorable price at a configured trail distance. Single-leg trades and multi-leg baskets can use separate arm/trail distances (baskets are allowed to run further before trailing kicks in, since a multi-leg position has a different risk profile than a single trade). An ATR-based trailing mode is also available if you prefer the distance to scale with realized volatility instead of fixed pips.

Position sizing

Four modes: Fixed Lot (manual), and three auto-scaling profiles — Low / Medium / High Risk — that size the lot as a percentage of current equity, recalculated on every new basket.
The percentages were calibrated against this EA's own real historical worst-case account-level drawdown: Low, Medium and High target roughly 20%, 40% and 60% of that worst historical case respectively as the account's maximum drawdown, at increasing lot sizes.
Because broker minimum lot is typically 0.01, Low and Medium sizing only start differentiating from each other once equity is large enough that their computed lot exceeds that floor — on small accounts, expect Low/Medium/Fixed to all trade near the broker minimum.

A note on money management (read this)

Polaris Nova's averaging/recovery layer is, structurally, a grid. Grid systems have a real, honest limitation: no amount of testing, filtering or risk-profile tuning changes the fact that a grid can encounter a market condition it wasn't built to survive. Backtests show what already happened; markets eventually do something that hasn't happened before. That's not a flaw specific to this EA — it's true of every grid/averaging system, and pretending otherwise would be dishonest.

The practical answer isn't to look for a setting that makes the risk disappear (there isn't one), it's to manage capital around that risk. A simple, well-known discipline for this: whenever the account balance doubles, withdraw a large majority of the profit (e.g. 80%) into something outside the trading account entirely, and let only a small slice (e.g. 20%) keep compounding. Do this every time the balance doubles again. That way, an eventual bad outcome only ever risks what you chose to leave compounding, not the wealth you've already pulled out.

Backtest, the honest version

January 2025 to August 2026 (~20 months). Numbers: 1,047 trades, win rate 88.2%, profit factor 4.63, Sharpe ratio 7.38, recovery factor 14.24, max drawdown $292.10 (about 6% of equity at its peak, 14.6% of the $2,000 starting balance used for this run). 

The on-chart panel

A live dashboard in the top-left shows: session state and active trailing preset, whether news/calendar is currently blocking entries, the model's current score/direction, current basket status (legs, average price, floating P&L, trailing arm/distance and armed state vs. leg cap), the active risk profile, computed lot for the next entry, equity/balance and drawdown from peak, and session trade history (closed trades, win rate, realized P&L). It can be turned off from the inputs if you prefer a clean chart.

Symbol scope

XAUUSD (gold) only. The entry model and pip arithmetic are gold-specific. In live trading, the EA will refuse to start on a non-gold symbol.

Polaris Nova — Parameter Guide


Position Sizing

Risk profile (default: *Fixed Lot*)

Chooses how the EA sizes each trade:

·         Fixed Lot — always uses the "Lot size" input below, unchanged.

·         Low / Medium / High Risk — lot size recalculates on every new basket as a percentage of current equity, so it grows or shrinks automatically with your account. Low, Medium and High target progressively larger position sizes (roughly 20% / 40% / 60% of this EA's own historical worst-case drawdown, respectively). On small accounts, Low and Medium may both round down to the broker's minimum lot until equity grows enough to lift them above that floor.


Lot size
(default: 0.01)

Only used when Risk profile = Fixed Lot. The lot is still clamped to your broker's minimum/maximum/step for the symbol.

Entry: Neural Timing Model

Min. signal score to open (default: 0.90)

The entry model scores every new bar from 0 to 1. A trade is only considered when the score is at or above this threshold. Higher = more selective (fewer, higher-conviction entries). Lower = more trades, lower average conviction. 0.90 is a deliberately high bar; lowering it substantially changes the EA's trade frequency and risk profile and should be re-tested, not just tuned by feel.

Entry: Direction (RSI momentum)

RSI period (default: 14) — period used for the M15 and M30 RSI readings that confirm trade direction.

Buy level / Sell level (default: 50.0 / 50.0) — direction is BUY when both M15 and M30 RSI are above the buy level, SELL when both are below the sell level. Leaving a gap between them (e.g. buy=55, sell=45) makes the filter stricter; setting them equal (default) means direction always follows whichever side of 50 both timeframes agree on.

Entry: Session & Timing

Restrict trading to specific hours (default: true) — if off, the EA can open new baskets at any hour (existing exits/risk controls still apply regardless).

Active hours (default: 5,6,7,8,9,11,12,13,17,18,19, broker server time) — comma-separated list of hours (0–23) during which new baskets/legs may open. These were chosen to concentrate trading in the session windows that tested best; changing this list changes trade frequency and timing meaningfully.

Minimum minutes between new entries (default: 1) — cooldown after closing a basket before a new one can open.

Allow long / Allow short positions (default: both true) — disable either side if you only want the EA trading one direction.

Entry: News Calendar Filter

This is the EA's primary, always-recommended news-avoidance layer, using MetaTrader's own built-in economic calendar.

Pause trading around major news events (default: true) — master on/off switch for this filter. Recommended to leave on.

Currency to monitor (default: USD) — which currency's calendar events are checked (USD is the relevant one for gold).

Min. importance to trigger pause (default: High) — only used if the whitelist below is off.

Restrict to FOMC/NFP/PCE only (default: true, recommended) — instead of pausing around every high-importance USD release, only pause around FOMC decisions, Non-Farm Payrolls and PCE inflation data — the releases most consistently linked to sharp gold moves. Turning this off broadens the filter to all high-importance USD events, which will pause trading more often.

Hours to pause before an event (default: 24) — how far in advance the EA stops opening new baskets/legs ahead of a matched event.

Minutes to pause after an event (default: 30) — how long after the event the pause continues.

Entry: Live Forex Factory Feed (live trading only)

A second, independent news layer that pulls real-time data from a public Forex Factory calendar feed over the internet. This entire section only runs in live trading — it is always disabled in Strategy Tester automatically, so backtests are unaffected by whether it's on or off.

Enable Forex Factory news feed (default: true) — requires adding the URL below to MetaTrader's allowed WebRequest URLs (Tools → Options → Expert Advisors) or it will silently fail to fetch and log a warning.

Forex Factory calendar URL (default: https://nfs.faireconomy.media/ff_calendar_thisweek.json) — don't change unless the feed's address changes; must be whitelisted in the terminal's WebRequest settings to work.

Feed refresh interval (default: 6 hours) — how often the EA re-downloads the calendar.

Hours to pause before / minutes to pause after (default: 24 / 30) — same concept as the calendar filter above, applied to events found in this live feed.

Exit: Trailing Stop

Polaris Nova doesn't use a fixed take-profit — it lets profitable trades run and locks in gains with a trailing stop once a trade (or basket) has moved far enough in its favor.

Trailing preset (default: Combo (Recommended))

·         Conservative — 25 pip arm / 12 pip trail, same for single trades and baskets.

·         Optimized Single — 34 / 16 pips, same for single trades and baskets.

·         Wide Basket — 25/12 pips for single trades, 50/25 for multi-leg baskets.

·         Combo — 34/16 single, 50/25 basket.

·         Combo Aggressive — 34/16 single, 80/35 basket (wider basket trail — more room to run, but a larger giveback if it reverses).

·         Combo (Recommended) — 34/16 single, 60/15 basket. This is the shipped default, chosen after testing multiple single/basket combinations for the best balance of profit vs. worst-case drawdown found in our own testing.

·         Custom — ignores the preset and uses the five manual fields below instead.

(Custom only) Arm trail after this many pips / Trail distance, single trade (default: 25.0 / 12.0) — for a single-leg position: once floating profit reaches the arm value, the stop trails the peak price by the trail distance.

(Custom only) Use separate arm/trail for multi-leg baskets (default: false) — if enabled, a basket (2+ legs) uses the two basket-specific values below instead of the single-trade ones.

(Custom only) Arm trail after this many pips / Trail distance, basket (default: 25.0 / 12.0).

Use ATR-based trailing instead of fixed pips (default: false) — if enabled, the arm/trail distances scale with recent volatility (ATR) instead of being fixed pip values; the settings below only apply when this is on.

ATR timeframe / ATR period (default: M5 / 14).

Arm trail at this many ATR units of profit (default: 0.29) — e.g. 0.29× the current ATR value.

Trail distance as ATR multiple (default: 0.17).

Risk: Stop Loss

All of these are optional, independent hard backstops — they work regardless of whether averaging (below) is enabled, and can be combined freely.

Emergency stop-loss on basket average price (default: 0.0 = off) — if set above 0, force-closes the whole basket if the price move against the basket's average entry price reaches this many price units.

Apply stop-loss only to single-leg baskets (default: false) — if enabled, the emergency stop-loss above only applies while the basket has exactly one leg (it stops protecting once averaging has added a second leg).

Close basket if floating loss exceeds this ($) (default: 0.0 = off) — a hard dollar loss cap per basket.

Close basket if floating loss exceeds this (% of equity) (default: 0.0 = off) — a hard percentage-of-equity loss cap per basket; if both this and the dollar cap are set, the percentage one takes priority.

Force-close basket at this many legs (default: 0 = off) — closes the whole basket the instant leg count reaches this number, regardless of current profit/loss. This is a structural cap independent of the dollar/percentage loss caps above.

Risk: Averaging Recovery

Enable averaging (default: true) — allows the EA to add further same-direction legs when price moves against the basket, instead of relying only on the trailing exit of the first leg.

Add a leg after this much adverse price movement (default: 20.0) — the required adverse move (in price units, scaling with the number of legs already open) before another leg is added.

Maximum legs per basket (default: 20) — hard ceiling on how many legs a single basket can reach through averaging, independent of the "Force-close at this many legs" input above (which actively closes the basket; this one just stops adding more legs).

Important: disabling averaging (false) turns Polaris Nova into a single-trade-per-basket EA relying purely on the trailing stop above (plus whatever hard stop-loss/loss-cap inputs you set) — a materially different risk profile than the shipped default. If you plan to run it that way, re-test first rather than assuming the default trailing preset is still optimal.

Execution

Max spread to allow entry (points) (default: 1000) — new baskets/legs won't open if the current spread exceeds this. Set lower if your broker's typical gold spread is much tighter and you want to avoid entries during abnormal spread widening (e.g. news spikes, low-liquidity hours).

Identification

Magic number (default: 70071337) — used to tag and recognize this EA's own positions, separating them from any other EA or manual trades on the same account/symbol. Change it if you run multiple instances of Polaris Nova on the same account (e.g. different presets on different charts) so they don't interfere with each other's position tracking.

Order comment (default: PolarisNova) — cosmetic, shows up in your trade history.

Display

Show on-chart info panel (default: true) — toggles the dashboard showing session state, model score/direction, current basket status, trailing state, risk profile and lot size, equity/drawdown, and session trade history. Turn off for a clean chart; has no effect on trading logic either way.


Risk warning

Trading FX and CFDs is risky. You can lose all your capital. The numbers in this listing are historical and depend on broker conditions, spread, and news-calendar completeness at your broker; your results will differ. This is not investment advice, and we are not liable for trading losses. Demo-test on your broker before going live, and never run the EA on capital you can't afford to lose. If you enable the averaging/recovery feature, understand that it increases simultaneous exposure during adverse moves — review the leg cap and loss-cap inputs before enabling it.

Recommended products
Razgon X
Mikhail Atarskii
Razgon XAUUSD EA is a high-performance automated trading robot specifically designed for trading XAUUSD (Gold). The advisor uses a multi-level signal filtering system, including ALMA, trend filter based on EMA and MACD, allowing only high-quality trading decisions. Supports trading on multiple currency pairs and includes a built-in control panel with a transparent glass interface. Key Features ALMA indicator entry filter (fast and slow) Trend filter using three EMA (96) and EMA 200 MACD filter
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AU
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
Aegis DAX Scalper EA is a MetaTrader 5 Expert Advisor designed for short-term trading on GER40/DAX40. The system combines a M5 trend filter with M1 pullback entries, RSI confirmation, candle structure analysis, spread filtering, volatility filtering and automated trade management. The EA does not use grid, martingale or recovery basket logic. Each trade is opened with a real stop loss and managed through break-even and trailing stop rules. Version 1.01 includes improved compatibility with di
Safe Gold Trend Pro
Patrick Deslauriers
Gold Trend Strength Pro Gold Trend Strength Pro is a MetaTrader 5 Expert Advisor designed specifically for XAUUSD (Gold) trading on the M15 timeframe . The EA combines trend analysis, market strength detection, volatility filters, and dynamic risk management to identify high-probability trading opportunities while avoiding unnecessary market exposure. Main Features Designed exclusively for XAUUSD / Gold Recommended timeframe: M15 Trend-following strategy with market strength analysis Vol
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  RSI Grid is based on the RSI overbought and oversold conditions and opens a grid when the trade is on the losing side of the market. The RSI provides technical traders with signals about bullish and bearish price momentum, and it is often plotted beneath the graph of an asset’s price. An asset is usually considered overbought when the RSI is above 70% and overso
SmartRisk MA Pro
Oleg Polyanchuk
SmartRisk MA Pro Strategy Overview: SmartRisk MA Pro is an optimized, risk-oriented automated trading strategy (Expert Advisor) developed for the MetaTrader 5 platform. It is designed to identify trading opportunities based on price deviations from moving averages and incorporates a comprehensive capital management system. The Expert Advisor operates on a "new bar" logic, ensuring stability and predictability in trade signal execution. Operating Principles and Trading Logic: At its core, the st
Wulf BTC Bot
Riaan Adriaan Swanepoel
Wulf BTC Bot is a high-precision automated algorithmic trading system engineered for Bitcoin (BTC) on the H1 timeframe. It leverages a robust entry logic combining cyclical momentum and trend exhaustion via the Schaff Trend Cycle (STC) , dynamic breakout boundaries ( Lowest/Highest Price channels), and volatility-adaptive exits powered by ATR . The Expert Advisor is 100% Standalone , packing all custom indicators and math engines directly inside the .ex5 binary, requiring zero external dependenc
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
The xCustomEA for MetaTrader 5 — Universal Trading Expert Advisor for Custom Indicators Turn almost any custom indicator into a fully automated trading workflow. The xCustomEA for MetaTrader 5 is a universal Expert Advisor designed to read signals from your custom indicators and execute trades based on the logic you define. You only need to specify the indicator name, signal buffers, and core parameters. The EA then uses this data to automate execution, trade management, and signal handling. It
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (242)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
Bot RSI and Bollinger Bands
Aurelio Miguel Machado Da Silva
This robot is an automated trading tool that uses these two popular indicators to identify trading opportunities in the forex market. The Relative Strength Index (RSI) is a technical indicator used to measure the relative strength of an asset compared to other assets in the market. Bollinger Bands is an indicator that measures market volatility and helps to determine price limits for a particular asset. The trading robot that uses the RSI and Bollinger Bands indicators combines these two indica
HYBRID MULTI-STRATEGY PRO-P Enhanced EA: Precision Multi-Strategy Mastery for FOREX and XAUUSD Unleash the full potential of HYBRID MULTI-STRATEGY PRO-P Enhanced, a cutting-edge Expert Advisor (EA) engineered to conquer the FOREX and XAUUSD markets with surgical precision. Tailored for elite traders, hedge funds, and institutional investors, this AI-powered EA combines advanced hybrid strategies—including breakout, mean reversion, trend following, scalping, and Asian session—with sophisticated
LL Smart Recovery Grid EA
Leopoldo Licari
5 (1)
LL Smart Recovery Grid EA is an advanced automated trading system for MetaTrader 5 that combines adaptive grid trading, intelligent hedging, and dynamic basket recovery to manage market volatility and optimize trade recovery. The EA is built to manage market fluctuations efficiently while maintaining control over drawdown and optimizing basket recovery. Instead of relying on simple grid or martingale logic, this system introduces smart hedge activation, and ATR-based grid spacing , allowing the
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
The Scalper Pro
Sahib Ul Ahsan
The Scalper Pro Advanced Multi-Strategy Scalping Expert Advisor The Scalper Pro is a high-precision automated scalping system designed for traders who require fast execution, structured logic, and controlled risk. It combines multiple price-action strategies with advanced trade and basket-level management to create a flexible solution for short-term trading. Built for performance and stability, the EA focuses on identifying intraday price movements and executing trades with disciplined managemen
FiboBreakout XAU
Daniel Maslowski
FiboBreakout Gold 5M EA – High-Precision Algorithmic Trading for XAUUSD FiboBreakout Gold 5M is an advanced, fully automated Expert Advisor engineered specifically to exploit the high volatility of Gold ( XAUUSD ) on the 5-minute (5M) timeframe. By combining classic Fibonacci breakout mechanics with modern algorithmic filters, this EA captures explosive intraday moves while strictly protecting your capital. Key Features ("The Good Stuff") Dynamic Fibonacci Engine: The EA continuously scans a
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
SMC OTE Gold Pattern — OTE Zone Expert Advisor for MT5 SMC OTE Gold Pattern is an Expert Advisor for MetaTrader 5 designed to identify and trade Fibonacci Optimal Trade Entry (OTE) zones using market structure, trend, volatility and confirmation filters. The EA identifies completed swing movements and calculates the 61.8%–79% Fibonacci retracement area as a potential OTE zone. A 70.5% reference level is also displayed within the zone. OTE Zone Detection The EA monitors swing highs and swing lows
MultiNinja
carl_carl101
Let me introduce my new grid expert advisor MultiNinja ,  a fully automatic Expert Advisor for   Scalping mainly on the EURUSD. The expert advisor is based on several strategies that scalp the market carefully. The grids can be modified for your specific risk and pairs that you want to trade with! (please make sure to backtest before testing on other pairs than EURUSD ) My robot is made for every type of market, any account size and  highly customizable to suit your trading needs! The get the b
Universal Counter-Trend Grid EA v2.5 MT5 — Multi-Currency Automated Execution System For MT4 Version:  https://www.mql5.com/en/market/product/143356 Universal Counter-Trend Grid EA is an automated trading utility developed for the MetaTrader 5 platform designed to capitalize on mean-reversion price behavior during extended market conditions. The system integrates an adaptive grid calculation engine with a multi-layered signal confirmation matrix to execute positions at calculated price extreme
Bear vs Bull EA MT5
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; - Recommendations Before using on real money, test the adviser with minimal risk on a cent tradi
TOOP1 Swing MT5
Van Cuong Nguyen
5 (1)
TOOP1 Swing is a fully automated Expert Advisor specifically engineered for trading Gold (XAUUSD) on the M5 timeframe. Built upon a short-term swing trend-following strategy, this Expert Advisor operates with a strict risk management philosophy: a complete rejection of Martingale and Grid strategies. Every single market execution consists of only one trade with explicit, predefined Take Profit (TP) and Stop Loss (SL) levels set immediately at order initiation. Live signal  (Use fixed SL,TP) Earl
Aurum Intraday EA
Rodrigo Leonardo Favreau Giuliodoro
Aurum Intraday EA – Advanced Gold Trading Algorithm The Aurum Intraday EA is a powerful automated trading system designed specifically for Gold (XAUUSD) traders who want to capture strong intraday movements while maintaining full control over risk and strategy configuration. Built with a robust algorithm and optimized for H1 and H4 timeframes (H4 recommended) , this Expert Advisor is capable of identifying high-probability opportunities in the gold market and executing trades with precision and
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
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.6 (10)
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
Smart Gold Hunter
Barbaros Bulent Kortarla
4.29 (49)
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, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signals before making a decision: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My  (Here I use Scalper Mode, To have the exact se
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (36)
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
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.42 (149)
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (10)
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
Ultimate Breakout System
Profalgo Limited
5 (47)
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)
Iron Stops
Fajar Dicky Firmansyah
5 (11)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 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 using the M30 timeframe. That’s all you need. One chart. One powerful tool. Proper configuration is essen
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.43 (136)
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 (215)
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
Lizard
Marco Scherer
4.11 (44)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signals - Track real performa
Gold Snap
Chen Jia Qi
4.5 (18)
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
Cortex IDX
Vladimir Mametov
5 (2)
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
Vexora sera
Fatima Zohra Ed Dachraoui
3.67 (3)
Transparency We believe the best way to evaluate an Expert Advisor is through its real, live trading performance . Live Trading Signal: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Technical Support :     https://www.mql5.com/en/users/fatima-zohraed/news                                           Settings Guide     Launched at $199 Now $299 — Only 10 Copies Available Secure your copy at $299 before the next price increase to $399. VEXORA SERA  : The True Power of Professional G
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
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
Zoomini
Gennady Sergienko
1.64 (14)
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
Smart Gold Impulse
Barbaros Bulent Kortarla
4 (20)
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 with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (506)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
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
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
Logan MT5
Thierry Ouellet
4.42 (31)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 24th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—incl
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
XT Bitcoin Robot MT5
MQL TOOLS SL
4.6 (5)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.55 (22)
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 +290% 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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.17 (24)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signa
The Gold Space
Ayush V Jain
5 (3)
Price Increases on monday. 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. 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, dynamically calculated breakout algorithm. It eliminate
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
MoonDog EA
James Vito Armin Bianchini
5 (4)
ONLY 1 COPY LEFT AT $199.90 After the final copy is sold, the price will increase to $249.99 . Secure your copy at the current price before the forex market reopens . Once this final copy is gone, the $199.90 price will not return. 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,
More from author
Polaris Edge
Alessandro Sciacco
5 (2)
Polaris Edge   is a multi-model machine-learning EA built specifically for XAUUSD on the M5 timeframe. It runs six ONNX classifiers in parallel, one per (strategy, side) combination, on four independent magic numbers. Up to four positions can be open at once on the same symbol, each managed independently with its own stop, take profit and trailing logic. The point of having four magic slots instead of one is that the sub-systems are uncorrelated by design. They can be all long, all short, or mi
Filter:
No reviews
Reply to review