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.

Produtos recomendados
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, AUD
SolarTrade Suite Financial Robot: LaunchPad Market Expert - concebido para abrir negociações! Este é um robô comercial que utiliza algoritmos especiais inovadores e avançados para calcular os seus valores, o seu assistente no mundo dos mercados financeiros. Utilize o nosso conjunto de indicadores da série SolarTrade Suite para escolher melhor o momento de lançamento deste robô. Veja os nossos outros produtos da série SolarTrade Suite na parte inferior da descrição. Quer navegar com confiança
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
OBTENHA OUTROS EAs DE GRAÇA!!! OBTENHA OUTROS EAs DE GRAÇA!!! OBTENHA OUTROS EAs DE GRAÇA!!! OBTENHA OUTROS EAs DE GRAÇA!!! OBTENHA OUTROS EAs DE GRAÇA!!! O RSI Grid é baseado nas condições de sobrecompra e sobrevenda do RSI e abre uma grade quando a negociação está no lado perdedor do mercado. O RSI fornece aos traders técnicos sinais sobre o momento de alta e baixa dos preços, e geralmente é plotado abaixo do gráfico do preço de um ativo. Um ativo é geralmente considerado sobrecomprado quand
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 para MetaTrader 5 — Expert Advisor universal para indicadores personalizados Transforme praticamente qualquer indicador personalizado em uma estratégia automatizada de trading. The xCustomEA para MetaTrader 5 é um Expert Advisor universal desenvolvido para ler sinais dos seus próprios indicadores e executar operações de acordo com a lógica que você definir. Basta informar o nome do indicador, os buffers de sinal e os parâmetros principais, e o EA utilizará esses dados para automati
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Ivar Edition Viking Alpha DAX is a fully automated Expert Advisor designed exclusively for the DE40 (DAX) index on the M5 timeframe. Built with a multi-strategy architecture, it captures high-probability intraday opportunities at the Frankfurt market open — the most liquid and predictable moment of the European trading session. VERIFIED BACKTEST RESULTS — 12 Months (April 2025 – March 2026) - Initial Deposit: $150 (agressive profile) - Final Balance: $1,055 - Net Profit: +$
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (242)
Hamster Scalping é um consultor de negociação totalmente automatizado que não usa martingale. Estratégia de escalpelamento noturno. O indicador RSI e o filtro ATR são usados ​​como entradas. O consultor requer um tipo de conta de cobertura. O acompanhamento do trabalho real, bem como meus outros desenvolvimentos, pode ser encontrado aqui: https://www.mql5.com/en/users/mechanic/seller Recomendações gerais Depósito mínimo de $ 100, use contas ECN com spread mínimo, configurações padrão para eu
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
Esse robô é uma ferramenta automatizada de negociação que utiliza esses dois indicadores populares para identificar oportunidades de negociação no mercado Forex. O indicador RSI (Relative Strength Index) é um indicador técnico que mede a força relativa de um ativo em relação a outros ativos do mercado. O Bollinger Bands é um indicador que mede a volatilidade do mercado e ajuda a determinar os limites de preços para um determinado ativo. O robô de negociações com o indicador RSI e Bollinger Band
HYBRID MULTI-STRATEGY PRO-P Enhanced: Maestria Multiestratégica de Precisão para FOREX e XAUUSD Desfrute do potencial máximo do HYBRID MULTI-STRATEGY PRO-P Enhanced , um Expert Advisor (EA) de ponta projetado para dominar os mercados FOREX e XAUUSD com precisão cirúrgica. Desenvolvido para traders de elite, fundos de hedge e investidores institucionais, este EA alimentado por inteligência artificial combina estratégias híbridas avançadas — incluindo breakout, reversão à média, acompanhamento de
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 — Assessor Automático para MetaTrader 5 baseado no indicador Hull Moving Average (HMA) DESCRIÇÃO RESUMIDA HMA Scalper Pro EA é um robô de trading profissional (Expert Advisor) para MetaTrader 5 que opera na direção da média móvel Hull (Hull Moving Average, HMA). O indicador HMA determina a direção atual da tendência, e o assessor abre negociações nessa direção, complementando a entrada com gestão de capital Smart Risk, trading em grid adaptativo, trailing stop, break even e
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
Os compradores deste produto também adquirem
Quantum Titan MT5
Bogdan Ion Puscasu
4.6 (10)
Ao trazer negociação de nível institucional para o ecossistema Quantum, o Quantum Titan estabelece um novo padrão de precisão, disciplina e desempenho comprovado em mercado real. Desenvolvido para traders que esperam mais de um Expert Advisor de OURO, o Titan representa a próxima evolução da tecnologia de negociação quântica. A disponibilidade é estritamente limitada a 1.000 licenças vitalícias em todo o mundo. Assim que todas as 1.000 cópias forem vendidas, Quantum Titan não estará mais dispo
Smart Gold Hunter
Barbaros Bulent Kortarla
4.29 (49)
Smart Gold Hunter é um Expert Advisor para operar XAUUSD / Gold no MetaTrader 5. Ele foi desenvolvido para traders que preferem um EA de ouro sem grid, sem martingale, com lógica real de Stop Loss e Take Profit, e com gerenciamento de risco controlado. Você pode verificar os sinais ao vivo antes de tomar uma decisão: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (36)
A lenda continua. A rainha evolui. Bem-vindo(a) ao Quantum Queen X — a próxima geração do lendário sistema de negociação de OURO, que se baseia no sucesso comprovado do Quantum Queen. Quantum Queen X é construído sobre o mesmo mecanismo central comprovado do Quantum Queen, introduzindo um novo e poderoso Modo Personalizado que permite aos traders escolher exatamente quais estratégias ativar ou desativar. Cada estratégia foi individualmente revisada, refinada e otimizada para oferecer desempenho
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PRODUTO PRONTO! (   baixe o arquivo SETFILE   ) AVISO: Restam apenas alguns exemplares ao preço atual! Preço final: US$ 990 Obtenha 1 EA grátis (para 3 contas de negociação) -> entre em contato comigo após a compra. Oferta imperdível     ->     clique aqui PARTICIPE DO GRUPO PÚBLICO:   Clique aqui   Sinal ao vivo Sinal do cliente Avaliações do YouTube MANUAL MAIS RECENTE Bem-vindo ao Ceifador de Ouro! Baseado no bem-sucedido Goldtrade Pro, este EA foi projetado para operar em vários intervalo
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 é um Expert Advisor desenvolvido para operar ouro automaticamente no MetaTrader 5. O EA foi projetado para XAUUSD e GOLD no timeframe M15. Ele utiliza um mecanismo proprietário de decisão multifatorial para identificar oportunidades qualificadas e gerenciar as posições automaticamente. O sistema combina estrutura de mercado, direção da tendência, qualidade das velas, volume, momentum e controles de execução. Ele foi desenvolvido para aguardar condições ade
Ultimate Breakout System
Profalgo Limited
5 (47)
IMPORTANTE   : Este pacote será vendido ao preço atual apenas em número muito limitado de cópias.    O preço subirá para 1999 dólares em breve!   Mais de 300 estratégias incluídas   e muito mais a caminho! BÔNUS   :   escolha   5    dos meus outros EAs gratuitamente!   TODOS OS ARQUIVOS PRONTOS + GUIA COMPLETO DE INSTALAÇÃO E OTIMIZAÇÃO GUIA EM VÍDEO SINAIS AO VIVO AVALIAÇÃO (de terceiros) NOVO - SINAL AO VIVO DE 44 ESTRATÉGIAS Bem-vindo ao SISTEMA DE SUCESSO DEFINITIVO! Tenho o prazer de ap
Iron Stops
Fajar Dicky Firmansyah
5 (12)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 Sem truques. Sem reclamações vazias. Iron Stops atende aos traders focados em um aspecto crucial: consistência . Se você está enfrentando um desafio prop ou gerenciando fundos de clientes, este EA mantém-se dentro de limites estabelecidos e oferece resultados confiáveis. Posições fecham em até 36 horas. Execute em um único gráfico: Basta aplicá-lo ao XAUUSD usando o intervalo de tempo M30 . Isso é tudo que você precisa. Um gráfico. Um
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)
Menos trades. Trades melhores. Consistência acima de tudo. • Sinal ao Vivo Modo 1   Sinal ao Vivo Mode 2 Twister Pro EA é um Expert Advisor de scalping de alta precisão desenvolvido exclusivamente para XAUUSD (Ouro) no timeframe M15. Opera menos — mas quando opera, é com propósito. Cada entrada passa por 5 camadas independentes de validação antes de uma única ordem ser aberta, resultando em uma taxa de assertividade extremamente alta no SET Padrão. DOIS MODOS : • Mode 1 (recomendado) — Altí
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — Poder Inteligente, Refinado para Cada Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Preço especial de lançamento Sinal ao vivo:       CLIQUE AQUI Versão MT4:   CLIQUE AQUI Canal Quantum King:       Clique aqui ***Compre o Quantum King MT5 e você poderá ganhar o Quantum StarMan de graça!*** Peça mais detalhes em particular! Controle   suas negociações com precisão e disciplina. O Q
Lizard
Marco Scherer
4.11 (44)
O QUE É O LIZARD? O Lizard é um Expert Advisor totalmente automatizado, desenvolvido exclusivamente para XAUUSD (Ouro) no MetaTrader 5. Utiliza um sistema de rompimento de swing multiestratégia que identifica os níveis estruturais principais do gráfico e coloca ordens stop pendentes em pontos de entrada calculados com precisão. Sem martingale. Sem grid. Sem preço médio. Cada operação tem Stop Loss e Take Profit definidos e é gerida ativamente por um sistema de saída em várias camadas, automatica
Gold Snap
Chen Jia Qi
4.5 (18)
Gold Snap — Sistema de captura rápida de lucros no ouro Sinal ao vivo: https://www.mql5.com/en/signals/2362714 Sinal ao vivo 2: https://www.mql5.com/en/signals/2372603 Sinal ao vivo v2.0: https://www.mql5.com/en/signals/2379945 Restam apenas 3 cópias pelo preço atual. O preço aumentará para $1199 em breve. Importante: Após a compra, entre em contato conosco por mensagem privada para receber o guia do usuário, configurações recomendadas, notas de uso e suporte para atualizações. https://www.mql
Cortex IDX
Vladimir Mametov
5 (2)
Este é um Expert Advisor totalmente automatizado para MetaTrader 5, desenvolvido especificamente para operar o índice US30 . Sua lógica de negociação foi criada com base no comportamento dinâmico dos principais índices de ações: fortes movimentos direcionais, pullbacks intradiários e períodos de alta volatilidade. O EA automatiza as operações em um ambiente onde velocidade de execução, disciplina e gerenciamento eficiente das posições são fundamentais. O sistema é focado em uma gestão disciplina
Vexora sera
Fatima Zohra Ed Dachraoui
3.67 (3)
Transparência Acreditamos que a melhor forma de avaliar um Expert Advisor é através do seu desempenho real de trading em uma conta real. Sinal de Trading ao Vivo:  https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Suporte Técnico:  https://www.mql5.com/en/users/fatima-zohraed/news                                 Guia de Configurações Lançado por $199 Agora $299 — Apenas 10 cópias disponíveis Garanta sua cópia por $299 antes do próximo aumento de preço para $399. VEXORA SERA MT5: O
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
Controle mais inteligente. Precisão refinada. Bem-vindo ao Quantum Athena X — a próxima geração do sistema de negociação de OURO focado, que se baseia na precisão, eficiência e execução disciplinada do Quantum Athena. O Quantum Athena X foi desenvolvido com base no mesmo mecanismo central simplificado e nas mesmas 6 estratégias cuidadosamente selecionadas do Quantum Athena. Cada estratégia foi refinada e otimizada individualmente para as condições atuais do mercado de OURO, enquanto o novo e
Zoomini
Gennady Sergienko
1.64 (14)
Informação importante: Suporte e respostas a perguntas estão disponíveis somente aqui:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini é um pequeno conjunto de modelos de aprendizado de máquina da pesquisa mais recente do projeto GoGoPips, de julho de 2026. Estes modelos são destinados apenas a XAUUSD H1 / Gold . Sinal: www.mql5.com/en/signals/2381994 O que é importante saber: Os modelos negociam apenas com uma ordem e com SL/TP iguais. São suportadas: contas Ne
Smart Gold Impulse
Barbaros Bulent Kortarla
4 (20)
O Smart Gold Impulse já está disponível em uma fase especial de lançamento antecipado. Este é um EA que estou utilizando no momento com resultados impressionantes na minha conta de sinais reais da Ultima Markets. Você pode conferir o desempenho atual através dos resultados dos sinais ao vivo da Ultima , onde o Smart Gold Impulse já demonstrou um potencial muito forte em condições reais de mercado. O mesmo arquivo de configuração (set file) utilizado na minha conta de sinais ao vivo da Ultima se
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (506)
Apresentando       Quantum Emperor EA   , o consultor especialista inovador em MQL5 que está transformando a maneira como você negocia o prestigiado par GBPUSD! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Compre Quantum Emperor EA e você poderá obter  Quantum StarMan   de graça!*** Peça mais detalhes em particular
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
Sinal de negociação ao vivo Monitoramento público em tempo real da atividade de negociação: https://www.mql5.com/pt/signals/2372719 Informações oficiais Perfil do vendedor Canal oficial Manual do usuário Instruções de configuração e uso: Ver manual do usuário Zerqon EA e um Expert Advisor adaptativo desenvolvido especificamente para negociacao em XAUUSD. A estrategia e baseada em um modelo de rede neural Deep LSTM integrado atraves de ONNX, permitindo que o sistema processe o comportam
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
ATUALIZAÇÃO - RESTAM POUCAS EXEMPLARES AO PREÇO ATUAL! O principal objetivo deste sistema é o desempenho em tempo real a longo prazo sem o uso de sistemas de martingala ou grid que apresentem riscos.  CÓPIAS MUITO LIMITADAS AO PREÇO ATUAL Preço final: US$ 1499 [Sinal ao vivo]    |    [Resultados do backtest]    |    [Guia de configuração]    |    [Resultados do FTMO] Uma abordagem diferente para negociar O Pulse Engine não utiliza indicadores nem períodos de tempo específicos. Possui uma aborda
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)
Conta de trading real   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Este EA utiliza exatamente a mesma lógica de trading e as mesmas regras de execução do sinal de trading ao vivo verificado exibido no MQL5.Quando utilizado com as configurações recomendadas e otimizadas, e com um corretor ECN / RAW spread de boa reputação (por exemplo, IC Markets ou TMGM) , o comportamento de trading ao vivo deste EA foi projetado para alinhar-se de forma muito próxima à estrutura das ope
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)
ATUALIZAÇÃO: Próximo preço: US$ 699, Preço final: US$ 999 Se você valoriza a honestidade e um sistema de negociação real, construído para operar em tempo real, e não apenas um backtest de linha reta com aparência perfeita que pode acabar levando à perda total da sua conta, então esta pode ser a opção ideal para você. Sem Martingale / Sem Grade 22 meses de sinal ativo +270% de crescimento ao vivo [Sinal ao Vivo]    |    [Resultados FTMO]    |    [Portfólio Principal]  |    [Guia de Backtesting]
Nexorion Initium Novum EA
Valentina Zhuchkova
4.17 (24)
NEXORION: Initium Novum — Lógica Determinista e Síntese Algorítmica O NEXORION é um complexo analítico de nível institucional baseado em rigorosos algoritmos matemáticos de processamento de liquidez. O conceito central do projeto é a "transparência computacional": o Expert Advisor transforma fluxos caóticos de pr eços em zonas geométricas estruturadas, visualizando o processo de tomada de decisão diretamente no gráfico de negociação. Monitoramento em Tempo Real https://www.mql5.com/en/signals/23
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)
MoonDog EA é um Expert Advisor multiestratégia baseado em breakout, desenvolvido especificamente para XAUUSD no MetaTrader 5. O sistema combina cinco estratégias independentes de breakout, desenvolvidas para identificar diferentes condições de rompimento e expansão de preço. MoonDog não utiliza martingale, modo recovery, grid recovery, multiplicação de lotes ou média de posições perdedoras. Cada operação é aberta com seu próprio Stop Loss e Take Profit predefinidos. Posições perdedoras nunca são
Mais do autor
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
Filtro:
Sem comentários
Responder ao comentário