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.

Рекомендуем также
Razgon X
Mikhail Atarskii
Razgon XAUUSD EA — это высокоэффективный автоматический торговый робот, специально разработанный для торговли XAUUSD (Золото). Советник использует многоуровневую систему фильтрации сигналов, включая ALMA, трендовый фильтр по EMA и MACD, что позволяет принимать только высококачественные торговые решения. Поддерживает торговлю на нескольких валютных парах и включает встроенную панель управления с прозрачным стеклянным интерфейсом. Основные особенности Фильтр входа по индикатору ALMA (быстрый и мед
| 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: LaunchPad Market Expert - предназначенный для открытия торговых сделок! Это торговый робот, который использует особые инновационные и передовые алгоритмы для рассчета своих значений, Ваш Помошник в Мире Финансовых Рынков. Испольуйте наш набор индикаторов из серии SolarTrade Suite чтобы лучше выбрать момент для запуска этого робота. Проверьте другие наши продукты из серии SolarTrade Suite внизу описания. Хотите уверенно ориентироваться в мире инвестиций и фи
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
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
ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! RSI Grid основан на условиях перекупленности и перепроданности RSI и открывает сетку, когда сделка находится на проигрышной стороне рынка. RSI предоставляет техническим трейдерам сигналы о бычьем и медвежьем ценовом импульсе, и он часто отображается под графиком цены актива. Актив обычно считается перекупленным, когда RSI выше 70%, и пер
SmartRisk MA Pro Обзор стратегии: SmartRisk MA Pro — это оптимизированная, риск-ориентированная автоматическая торговая стратегия (советник), разработанная для платформы MetaTrader 5. Она предназначена для идентификации торговых возможностей на основе динамики ценовых отклонений от скользящих средних и обладает комплексной системой управления капиталом. Советник работает по логике "нового бара", что обеспечивает стабильность и предсказуемость исполнения торговых сигналов. Принципы работы и торг
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 для MetaTrader 5 — универсальный торговый советник для работы с пользовательскими индикаторами Постройте собственную торговую систему на базе практически любого пользовательского индикатора. The xCustomEA для MetaTrader 5 — это универсальный Expert Advisor, который получает сигналы от ваших пользовательских индикаторов и автоматически исполняет сделки по заданной логике. Вы указываете имя индикатора, сигнальные буферы и ключевые параметры, а советник использует эти данные для автом
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 - полностью автоматический торговый советник. Стратегия ночной скальпинг. В качестве входов используется индикатор RSI и фильтр по ATR. Для работы советника требуется хеджинговый тип счета. ВАЖНО! Свяжитесь со мной сразу после покупки, чтобы получить инструкции и бонус! Мониторинг реальной работы, а также другие мои разработки можно посмотреть тут: https://www.mql5.com/ru/users/mechanic/seller Общие рекомендации Минимальный депозит 100 долларов, используйте ECN счета с минимальн
Classic SNR EA Эксперт для MetaTrader 5 | Мульти-символьная торговля по уровням Support & Resistance с трендовой логикой Обзор Classic SNR Breakout EA - это профессиональный торговый робот, который определяет структурные уровни поддержки и сопротивления (Support & Resistance) с использованием дневных точек разворота и совершает сделки на основе ценового действия часового таймфрейма (H1) относительно этих уровней. EA применяет   двойную логику : на восходящем тренде продает при отбое (закрытии H1
Bot RSI and Bollinger Bands
Aurelio Miguel Machado Da Silva
Этот робот - автоматизированный инструмент торговли, который использует два популярных индикатора для выявления возможностей торговли на рынке Forex. Индикатор RSI (Relative Strength Index) является техническим индикатором, который измеряет относительную силу актива по сравнению с другими активами на рынке. Bollinger Bands - это индикатор, который измеряет волатильность рынка и помогает определить пределы цен для определенного актива. Робот для торговли с использованием индикаторов RSI и Bollin
HYBRID MULTI-STRATEGY PRO-P Enhanced: Прецизионное мастерство мультистратегий для FOREX и XAUUSD Раскройте весь потенциал HYBRID MULTI-STRATEGY PRO-P Enhanced , передового экспертного советника (EA), созданного для покорения рынков FOREX и XAUUSD с хирургической точностью. Разработанный для элитных трейдеров, хедж-фондов и институциональных инвесторов, этот EA с искусственным интеллектом сочетает в себе передовые гибридные стратегии — включая прорыв, возврат к среднему, следование за трендом, ск
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 — Автоматический советник для торговли по индикатору Hull Moving Average (HMA) на MetaTrader 5 КРАТКОЕ ОПИСАНИЕ HMA Scalper Pro EA — это профессиональный торговый робот (Expert Advisor) для MetaTrader 5, работающий по направлению скользящей средней Hull (Hull Moving Average, HMA). Индикатор HMA определяет текущее направление тренда, а советник открывает сделки в его сторону, дополняя вход управлением капиталом Smart Risk, адаптивной сеточной торговлей, трейлинг-стопом, безубыт
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 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
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
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 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
С этим продуктом покупают
Quantum Titan MT5
Bogdan Ion Puscasu
4.6 (10)
Quantum Titan, предоставляя возможности торговли институционального уровня в экосистеме Quantum, устанавливает новый стандарт точности, дисциплины и доказанной эффективности на реальном рынке. Разработанный для трейдеров, которые ожидают большего от советника GOLD Expert Advisor, Titan представляет собой следующий этап развития квантовых торговых технологий. Количество доступных лицензий строго ограничено — всего 1000 пожизненных лицензий по всему миру. После того, как все 1000 экземпляров буд
Smart Gold Hunter
Barbaros Bulent Kortarla
4.29 (49)
Smart Gold Hunter — это Expert Advisor для торговли XAUUSD / Gold на MetaTrader 5. Он создан для трейдеров, которые предпочитают советник по золоту без сетки, без мартингейла, с реальными Stop Loss и Take Profit, а также с контролируемым управлением риском. Вы можете проверить live-сигналы перед покупкой: 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+My Smart Go
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (36)
Легенда продолжается. Королева эволюционирует. Добро пожаловать в Quantum Queen X — новое поколение легендарной торговой системы GOLD, основанной на проверенном успехе Quantum Queen. Quantum Queen X построена на том же проверенном движке, что и Quantum Queen, и представляет собой новый мощный пользовательский режим, который позволяет трейдерам выбирать, какие именно стратегии включать или отключать. Каждая стратегия была индивидуально проверена, доработана и оптимизирована для обеспечения еще лу
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
ГОТОВНОСТЬ К ИСПОЛЬЗОВАНИЮ ПРОПОРЦИИ! (   скачать SETFILE   ) ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ Получите 1 советника бесплатно (на 3 торговых аккаунта) -> свяжитесь со мной после покупки Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Сигнал клиента Обзоры YouTube ПОСЛЕДНЕЕ РУКОВОДСТВО Добро пожаловать в «Золотого Жнеца»! Созданный на основе
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 — это торговый советник, разработанный для автоматической торговли золотом на платформе MetaTrader 5. Советник предназначен для XAUUSD и GOLD на таймфрейме M15. Он использует собственный многофакторный алгоритм принятия решений для определения подходящих торговых возможностей и автоматического управления позициями. Система анализирует рыночную структуру, направление тренда, качество свечей, объем, импульс и условия исполнения. Советник ожидает подходящих
ВАЖНЫЙ   : Данный комплект будет продаваться по текущей цене в очень ограниченном количестве экземпляров.    Цена скоро поднимется до 1999 долларов!   Включено более 300 стратегий   , и в будущем их станет еще больше! БОНУС   :   выберите   5    других моих советников бесплатно!   ВСЕ ФАЙЛЫ КОМПЛЕКТАЦИИ + ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕОРУКОВОДСТВО СИГНАЛЫ В РЕАЛЬНОМ ВРЕМЕНИ ОБЗОР (от стороннего источника) НОВИНКА - 44 СТРАТЕГИИ: СИГНАЛ В РЕАЛЬНОМ ВРЕМЕНИ Добро пожаловать
Iron Stops
Fajar Dicky Firmansyah
5 (11)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 Без уловок. Без пустых обещаний. Iron Stops ориентирован на трейдеров, сосредоточенных на одном важном аспекте: последовательности . Независимо от того, работаете вы над проп-испытанием или управляете средствами клиентов, этот советник работает в установленных рамках и обеспечивает надежные результаты. Позиции закрываются в течение 36 часов. Запустите его на одном графике: Просто примените его к XAUUSD с использованием временного инте
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)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1   Живой сигнал Режим 2 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, ма
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — интеллектуальная мощь, усовершенствованная для каждого трейдера IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Специальная цена запуска Живой сигнал:       КЛИКНИТЕ СЮДА Версия MT4:   ЩЕЛКНИТЕ ЗДЕСЬ Канал Quantum King:       Кликните сюда ***Купите Quantum King MT5 и получите Quantum StarMan бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Lizard
Marco Scherer
4.11 (44)
ЧТО ТАКОЕ LIZARD? Lizard — полностью автоматический советник, разработанный исключительно для XAUUSD (золото) на MetaTrader 5. Он использует мультистратегическую систему пробоя свингов, которая определяет ключевые структурные уровни на графике и размещает отложенные стоп-ордера в точно рассчитанных точках входа. Без мартингейла. Без сетки. Без усреднения. Каждая сделка имеет заданные Stop Loss и Take Profit и активно управляется многоуровневой системой выхода — автоматически, круглосуточно. Реал
Gold Snap
Chen Jia Qi
4.5 (18)
Gold Snap — система быстрого захвата прибыли на золоте Живой сигнал: https://www.mql5.com/en/signals/2362714 Живой сигнал 2: https://www.mql5.com/en/signals/2372603 Реальный сигнал v2.0: https://www.mql5.com/en/signals/2379945 Осталось только 3 копии по текущей цене. Скоро цена будет повышена до $1199. Важно: После покупки, пожалуйста, свяжитесь с нами через личные сообщения, чтобы получить руководство пользователя, рекомендуемые настройки, примечания по использованию и поддержку обновлений. h
Cortex IDX
Vladimir Mametov
5 (2)
Это полностью автоматический советник для MetaTrader 5, разработанный специально для торговли индексом US30. Его торговая логика построена с учётом особенностей фондовых индексов: сильных направленных движений, внутридневных откатов и периодов повышенной волатильности. Советник автоматизирует торговлю в условиях, где особенно важны скорость исполнения, дисциплина и эффективное управление открытыми позициями. Основной акцент системы сделан на дисциплинированном сопровождении сделок, быстрой реакц
Vexora sera
Fatima Zohra Ed Dachraoui
3.67 (3)
Прозрачность Мы считаем, что лучший способ оценить работу Expert Advisor — это его реальные результаты торговли на реальном счёте. Сигнал реальной торговли: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Техническая поддержка: https://www.mql5.com/en/users/fatima-zohraed/news                                            Руководство по настройкам Запущен по цене $199 Сейчас $299 — доступно только 10 копий Успейте приобрести свою копию за $299 до следующего повышения цены до $399. V
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
Более интеллектуальное управление. Повышенная точность. Добро пожаловать в Quantum Athena X — торговую систему для сфокусированной торговли золотом нового поколения, которая развивает точность, эффективность и дисциплинированность исполнения Quantum Athena. Quantum Athena X построена на том же оптимизированном базовом движке и использует те же 6 тщательно отобранных стратегий, что и Quantum Athena. Каждая стратегия была индивидуально доработана и оптимизирована для текущих рыночных условий GO
Zoomini
Gennady Sergienko
1.64 (14)
Важная информация: Поддержка и ответы на вопросы только тут:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Тайвань ); Zoomini — это небольшой набор моделей машинного обучения из последнего исследования проекта GoGoPips от 07.2026. Данные модели предназначены только для XAUUSD H1 / Gold . Сигнал: www.mql5.com/en/signals/2381994 Что важно знать: Модели торгуют только одним ордером с равными SL/TP. Поддерживаются Netting-счета и любые кредитные плечи. Поддерживаются крупные депози
Smart Gold Impulse
Barbaros Bulent Kortarla
4 (20)
Smart Gold Impulse теперь доступен на этапе специального раннего запуска. Это советник (EA), который я сейчас использую с впечатляющими результатами на своем реальном сигнальном счете в Ultima Markets. Вы можете проверить текущую доходность в результатах живых сигналов Ultima, где Smart Gold Impulse уже продемонстрировал очень сильный потенциал в реальных рыночных условиях. Тот же сет-файл (set file), который используется на моем реальном счете в Ultima, будет предоставлен исключительно поку''
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (506)
Представляем       Quantum Emperor EA   , новаторский советник MQL5, который меняет ваш подход к торговле престижной парой GBPUSD! Разработан командой опытных трейдеров с опытом торговли более 13 лет. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Купите Quantum Emperor EA и вы можете получить  Quantum StarMan   бесплатно!*** За подробностями обращайтесь в личном сообщении Подтвержденный сигнал:   нажмите здесь В
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2372719 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Zerqon EA — это адаптивный экспертный советник, разработанный специально для торговли XAUUSD. Стратегия основана на модели нейронной сети Deep LSTM, интегрированной через ONNX, что позволяе
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
ОБНОВЛЕНИЕ - ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток.  ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена: 1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует н
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)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
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 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
ОБНОВЛЕНИЕ: Следующая цена: 599 долларов, окончательная цена: 999 долларов. Если вы цените честность и реальную торговую систему, разработанную для реальной торговли, а не просто идеально выглядящую линейную модель, которая может в итоге привести к обвалу вашего счета, то это может быть для вас. Без мартингейла / Без сетки Сигнал в режиме реального времени (22 месяц) +250% Рост живой активности [Текущий сигнал]    |    [Результаты FTMO]    |    [Основной портфель]  |    [Руководство по тестиро
Nexorion Initium Novum EA
Valentina Zhuchkova
4.17 (24)
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/en/signals/237840
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
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 — это мультистратегийный советник для торговли на пробоях, разработанный специально для XAUUSD в MetaTrader 5. Система объединяет пять независимых пробойных стратегий, предназначенных для выявления различных условий пробоя и расширения ценового движения. MoonDog не использует мартингейл, режим recovery, grid recovery, увеличение лота или усреднение убыточных позиций. Каждая сделка открывается с заранее установленными Stop Loss и Take Profit. После убыточных сделок советник никогда не
Другие продукты этого автора
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
Фильтр:
Нет отзывов
Ответ на отзыв