Support and Resistance Scanner Service

Ultimate Breakout System

Ultimate Breakout System is a fully customizable breakout Expert Advisor for MetaTrader 5. Instead of using a fixed, one-size-fits-all entry rule, it detects genuine support and resistance levels on the chart — recent highs and lows that clearly stick out from the candles around them — and places pending orders at those levels. When price breaks through, the trade triggers automatically.

The EA does not come with a single hard-coded strategy. It is a strategy-building toolkit: every stage of the trade, from how a level is confirmed, to where the order is placed, to how the position is protected and trailed afterwards, is controlled by inputs. This lets you build breakout systems for any symbol and any timeframe, from slow swing trading on Daily charts to fast scalping on M1.

Key Advantages

  • Works on any market and timeframe. Forex, Gold, Indices, Crypto CFDs — swing trading on H4/Daily/Weekly, or scalping on M1–H1.
  • Trades a proven, structural concept. Breakouts of support/resistance are one of the oldest and most consistent ideas in technical trading — the EA automates the detection and execution of that structure instead of relying on a black-box signal.
  • Extensive exit toolbox. Fixed Stop Loss/Take Profit, standard trailing stop, trailing take profit, break-even, a support/resistance-based trailing stop, a fast tick-based "MagicTrail" stop for scalping, a delayed time-based trailing stop, and virtual stops that are managed internally instead of sitting on the broker's server.
  • Built for markets that trend higher over decades. A unique "Variable Values" module lets every distance-based parameter (stop loss, take profit, trailing distances) automatically scale with ATR or with the current price — ideal for Gold, Indices, and Bitcoin, where a fixed pip value that works today can become meaningless years later.
  • Protects you from event-driven volatility. Built-in news filters for Non-Farm Payrolls, Interest Rate decisions, and CPI releases can automatically close trades and delete pending orders ahead of high-impact news.
  • Fake-breakout protection. Five independent, configurable confirmation filters can require price to actually close beyond the breakout level on multiple timeframes before a trade is trusted, reducing losses from false breakouts and stop hunts.
  • Full weekly trading schedule. Restrict trading to specific hours for each day of the week, with the option to automatically close open trades and/or delete pending orders outside those hours.
  • Safe by design. The EA checks margin and broker-imposed price/volume/stop-distance rules before every trade request, so it behaves correctly and predictably across different brokers and account types.
  • Built for serious strategy development. A dedicated "Custom Max" optimization score (combining Expected Payoff, Recovery Factor, and Number of Trades) helps the Strategy Tester's genetic optimizer converge on robust, tradeable results rather than curve-fitted outliers.
  • Clear on-chart feedback. An optional info panel shows open trades, pending orders, and floating profit/loss at a glance.

How It Works

On a chosen timeframe, the EA scans backwards through recent candles for a high (or low) that has a configurable number of lower highs (or higher lows) on both sides of it — a level that genuinely "sticks out" as a swing point. Once found, and provided price is currently far enough away from it, a Buy Stop is placed a few pips above a qualifying high, and a Sell Stop a few pips below a qualifying low. If price breaks through, the pending order triggers and the position is then managed by whichever combination of exit tools you have enabled.

Who Is It For

Traders and strategy developers who want to design and optimize their own breakout systems rather than run someone else's fixed logic. The parameter set is deliberately broad so that two people running the same EA on the same symbol can end up with completely different, uncorrelated strategies — useful for building a diversified multi-strategy portfolio.

Input Parameters

Info Panel

  • Show Info Panel — Displays an on-chart panel with open trades, pending orders and floating profit/loss.
  • update infopanel during testing — Refreshes the panel during Strategy Tester runs (normally left off to speed up backtests).
  • Adjustment for Infopanel size — Scales the size of the info panel text.

Custom Optimization Settings

Used only when the Strategy Tester's optimization criterion is set to "Custom max".

  • expected payoff — Minimum average profit per trade required to keep an optimization result (0 = not used).
  • recovery factor — Minimum profit-to-drawdown ratio required to keep a result (0 = not used).
  • number of trades — Minimum number of trades required for a result to be considered valid (0 = not used).

Spread Filter

  • SpreadFilter — Enables filtering of new trades based on the current spread.
  • MaxSpread — Maximum allowed spread, in pips.
  • DistForSpreadFilter — Distance (in pips) from a pending order's price at which the spread filter is applied.

Other Filters

  • Set SL/TP after entry — When enabled, Stop Loss/Take Profit are attached after the order triggers instead of being sent with the pending order.
  • use virtual expiration — When enabled, the EA (rather than the broker) tracks and deletes expired pending orders internally.
  • Comment for trades — Text comment attached to every trade for identification.

Virtual Stop Loss

  • Use Virtual SL — Off / Basic / Advanced (Advanced skips trades that have already reached break-even). A virtual SL is monitored internally instead of being sent to the broker.
  • hard SL distance when using virtual SL — Distance (in pips) for a real, broker-side stop loss used as a safety net alongside the virtual stop.
  • Move hard SL to virtual SL after X seconds — Delay before the hard stop loss is moved to match the virtual stop level.

Variable Values (for markets that trend higher over time — Gold, Indices, Crypto)

  • Default ATR value — Reference ATR (in pips). If set, all pip-based distances scale with the ratio of current ATR to this value (0 = disabled).
  • ATR Period — Number of candles used to calculate the reference ATR.
  • ATR Timeframe — Timeframe used for the ATR calculation.
  • default price for calculation — Reference price. If ATR scaling is disabled, all pip-based distances instead scale with the ratio of current price to this value (0 = disabled).

Trade Entry Management

  • AllowBuyTrades — Enables buy-side (breakout of a high) trading.
  • AllowSellTrades — Enables sell-side (breakdown of a low) trading.
  • Timeframe to use — Timeframe on which support/resistance levels are detected.
  • Entry Timing — Timeframe on which the EA checks for new signals.
  • number of inferior candles to the LEFT of High/Low — Candles to the left that must be lower (for a high) or higher (for a low), confirming the level's strength.
  • number of inferior candles to the RIGHT of High/Low — Same confirmation requirement, applied to the candles on the right.
  • max candles in history to look at — How far back the EA searches for a qualifying level.
  • minimum distance away from High/Low — Minimum distance (in pips) between the current price and the level before a pending order is placed.
  • minimum distance away in percentage — Same idea expressed as a percentage of price instead of a fixed pip value (overrides the pip-based setting when greater than 0).
  • Extra pips above High for entry — Offset added above a qualifying high when placing the Buy Stop.
  • Extra pips below Low for entry — Offset subtracted below a qualifying low when placing the Sell Stop.
  • Maximum number of pending orders — Caps how many pending orders the EA can have open at once.
  • max number of open trades — Caps how many positions the EA can have open at once.
  • Minimum distance between orders — Minimum spacing (in pips) required between two pending orders.
  • expiration time (in hours) for pending orders — How long an untriggered pending order is kept before being removed (0 = never expires).
  • Magicnumber — Unique identifier used to distinguish this EA's trades from others.
  • Comment for trades — Text comment attached to trades.

Trade Exit Settings

  • Period to check/modify SL/TP — Timeframe used to time exit-management checks (when "check every tick" is off).
  • check every tick — When enabled, exit conditions are evaluated on every tick instead of once per bar.
  • initial stoploss distance — Stop loss distance (in pips) applied to new trades.
  • initial takeprofit distance — Take profit distance (in pips) applied to new trades.

Trailing SL Management

  • Trail SL distance — Distance (in pips) maintained between price and the trailing stop.
  • Trail SL start distance — Profit (in pips) required before the trailing stop activates.
  • Trail SL stop distance — Maximum profit (in pips) up to which the trailing stop continues to operate.
  • Trail SL step size — Minimum move (in pips) required before the trailing stop is updated again.

Trailing TP Management

  • Trail TP distance — Distance (in pips) maintained between price and a trailing take profit (0 = disabled).
  • Trail TP start distance — Profit (in pips) required before the trailing take profit activates.

Break-Even SL Management

  • Breakeven start distance — Profit (in pips) required before the stop loss is moved to break-even.
  • Breakeven extra distance — Extra pips added beyond the entry price when moving to break-even, to lock in a small profit.

HIGH/LOW Trailing SL

An alternative trailing method that follows recent support/resistance levels instead of a fixed pip distance.

  • Use only until break-even — Restricts this trailing method to the period before the trade reaches break-even.
  • Exit_HL_trailingSL_timeframe — Timeframe used to find the levels this trailing stop follows.
  • number of candles to use — Lookback window for level detection (0 = use the main entry lookback setting).
  • number of inferior candles to the LEFT of High/Low — Left-side confirmation requirement for these levels.
  • number of inferior candles to the RIGHT of High/Low — Right-side confirmation requirement for these levels.
  • minimum distance to current price — Minimum distance (in pips) the new stop level must keep from the current price.
  • minimum distance to last SL — Minimum move (in pips) required before the stop is updated again.
  • extra pips distance from HIGH/LOW — Buffer added beyond the detected level when placing the stop.

Recovery Trailing SL (time-based)

  • Trail SL start after X minutes — Delay before this separate, time-triggered trailing stop begins (0 = disabled).
  • Trail SL Distance — Distance (in pips) maintained by this trailing stop once active.

MagicTrail SL Settings

An aggressive, tick-based trailing stop designed for scalping strategies.

  • MagicTrail mode — Off / Full trailing / Trailing until break-even only.
  • Start of Magictrail (in pips) — Profit required before MagicTrail activates.
  • number of ticks before modifications — Number of ticks to wait between each stop adjustment.
  • pip movement of magictrail — How far (in pips) the stop moves with each adjustment.
  • extra pips for breakeven stop — Buffer beyond break-even used in the "trailing until break-even" mode.
  • minutes of time delayed magictrail — Delay before MagicTrail switches from its start distance to normal operation (0 = disabled).
  • start distance of time delayed magictrail — Alternative start distance used during that delay period.

LotSize Settings

  • Adjust lotsize if balance changes X percent — Percentage change in balance required before the lot size is recalculated.
  • Risk — Lot sizing method: manual fixed lot, lots scaled to balance, manual risk percentage, or one of five preset risk levels (very low to extreme).
  • manual lotsize — Fixed lot size used when Risk = Manual Lotsize.
  • Max Risk Per Trade — Risk percentage per trade used when Risk = RPT.
  • LotsizeStep — Account-currency step used to scale lot size with balance (e.g. 0.01 lot per $X of balance).
  • maximum lotsize per trade — Hard cap on the lot size of any single trade.
  • Use Equity Instead of Balance — Uses account equity instead of balance for lot-size calculations.
  • OnlyUp — When enabled, dynamic lot size only increases with account growth and never decreases.
  • CheckMargin — Verifies sufficient free margin is available before every trade is sent.

GMT Settings

  • Broker_GMT_OFFSET_Summer — Broker's GMT offset (in hours) during summer/DST.
  • Broker_GMT_OFFSET_Winter — Broker's GMT offset (in hours) during winter/non-DST.
  • AutoGMT — Automatically detects the GMT offset instead of using the manual values above.

NFP Filter (Non-Farm Payrolls)

  • EnableNFP_Filter — Enables the NFP news filter.
  • NFP_CloseOpenTrades — Closes open trades during the NFP filter window.
  • NFP_ClosePendingOrders — Deletes pending orders during the NFP filter window.
  • NFP_MinutesBefore — Minutes before the release when the filter starts.
  • NFP_MinutesAfter — Minutes after the release when the filter ends.

Interest Rate Filter

  • EnableIR_Filter — Enables the interest rate decision news filter.
  • IR_CloseOpenTrades — Closes open trades during the filter window.
  • IR_ClosePendingOrders — Deletes pending orders during the filter window.
  • IR_MinutesBefore — Minutes before the release when the filter starts.
  • IR_MinutesAfter — Minutes after the release when the filter ends.

CPI Filter

  • EnableCPI_Filter — Enables the CPI release news filter.
  • CPI_CloseOpenTrades — Closes open trades during the filter window.
  • CPI_ClosePendingOrders — Deletes pending orders during the filter window.
  • CPI_MinutesBefore — Minutes before the release when the filter starts.
  • CPI_MinutesAfter — Minutes after the release when the filter ends.

Fake Breakout Filter

Five independent filters (A–E), each on its own timeframe. When enabled, a trade is only trusted if its triggering candle actually closes beyond the breakout level on that timeframe.

  • Enable Filter_A / Filter_A Timeframe — Default timeframe M1.
  • Enable Filter_B / Filter_B Timeframe — Default timeframe M5.
  • Enable Filter_C / Filter_C Timeframe — Default timeframe M15.
  • Enable Filter_D / Filter_D Timeframe — Default timeframe M30.
  • Enable Filter_E / Filter_E Timeframe — Default timeframe H1.

Trading Hours

  • UseTradingTimeZones — Enables the weekly trading-hours schedule below.
  • KillPending — Deletes pending orders once trading hours end.
  • KillOpen — Closes open trades once trading hours end.
  • Time_Source — GMT time, local PC/VPS time, or broker server time.
  • Monday–Sunday Start/End Time — Independent trading window (HH:MM–HH:MM) for each day of the week.
Рекомендуем также
Urban Pulse
Fajar Dicky Firmansyah
4 (3)
Без лишних трюков. Без обманутых обещаний. Urban Pulse разработан для трейдеров, которым важна одна вещь: стабильность. Независимо от того, проходите ли вы проп челлендж или управляете капиталом клиентов, этот EA остается в рамках — и выполняет. Запустите на одном графике: Присоедините к GBPUSD на таймфрейме H1 . Вот и все. Один график. Одно оружие. Важно: Эта версия доступна по скидочной цене . Окончательная цена: $399. Ранний доступ скоро заканчивается. Канал ссылка =  https://www.mql5.com/en/
Smart DCA Pro
Mohamed Refaat Attia Abdelhamid
Smart DCA Pro | Institutional EURUSD Trend Algorithmic System important NOTE before test :  talk to me on telegram to get the best setting file for the EA, my telegram :  https://t.me/SmartDCApro   Why Choose Smart DCA Pro? Smart DCA Pro is a high-performance, fully automated trading algorithm engineered exclusively for (  EURUSD  ) on the H1 timeframe. Built for stability and consistent capital growth, this EA filters macro-trends to execute high-probability entries, completely avoiding risky,
Range Breakout XXX Pro - это многовалютный корзиночный торговый эксперт, построенный на логике пробоя торговых сессий с адаптивным таргетированием по волатильности. Установите его на один график, задайте свой набор символов, и советник будет независимо отслеживать и торговать каждый инструмент, применяя при этом глобальные портфельные ограничения риска. Основная стратегия определяет максимальный и минимальный уровни цен (High и Low), сформированные во время заданного пользователем временного о
MSX Plug & Play Scalper v1.50 Overview MSX Plug & Play Scalper v1.50 is a MetaTrader 5 Expert Advisor designed for XAUUSD trading using a trend-following methodology based on Exponential Moving Average alignment and volatility-based trade management. The EA combines trend analysis, trade management and configurable protection mechanisms within a single automated trading system. Trading Logic The trading engine uses three Exponential Moving Averages to evaluate market direction. Trend Conditions
Prime Range Breakout EA Профессиональный торговый робот для проп-трейдинга и фондированных счетов. Prime Range Breakout EA был специально разработан для трейдеров, работающих с проп-фирмами, челленджами и счетами с жесткими ограничениями по рискам. Основные возможности: Автоматический расчет объема позиции на основе риска на сделку Контроль дневной просадки Контроль максимальной просадки счета Расчет лота по размеру стоп-лосса Интерактивная панель управления на графике Подтверждение
NEXUSMINING EXPLORATION ALGO - Precision Drilling for the Oil Market Hello, traders! I am NEXUSMINING EXPLORATION ALGO. I don't try to trade everything. I drill into one market, and I drill deep. My specialty? CRUDE OIL (USOIL / WTI). My mission? Sharp, disciplined, intelligently optimized execution - with precision at the core of every single trade. IMPORTANT! After your purchase, please send me a private message to receive the setup guide and my recommended settings. What makes me di
Dragon Ball MT5 is newly available with a promotion There are only a few copies left, $599 Next price: $799 Final price: $1599 Real-time live account signals:   https://www.mql5.com/en/signals/2361170 The Best Expert Advisor  on   XAUUSD   any timeframes , H4 breakout strategy, The number of orders placed every day is staggering! Dragon Ball MT5 Updated v1.80 !!      Important update:   Optimized the stability of DB1~DB7 strategy, Merge ET9 's D1 breakout strategy,  Add MaxStopLoss and MaxTake
ApexTrend
Oluwaseun James Okewoye
Built for Momentum. Engineered for Discipline. Designed for Growth. ApexTrend EA is a powerful trend-following Expert Advisor created to capture explosive moves in the market — while protecting your capital with structured, rule-based risk management.  ApexTrend v2.61 , a high-performance trend-following powerhouse engineered for traders who prioritize capital preservation as much as profit. Built on over 3 years of algorithmic refinement, ApexTrend combines institutional-grade execution with a
The strategy which is applied in finance market all around the world is known as CTA strategy. A successful CTA always includes multi-strategies, multi-instruments and multi-timeframe. The series of Multi Instruments TrendSystem (MITS) provide a profitable strategy which can be used in different instruments with different timeframe. Multi Instruments TrendSystem 3 BS  MT5 (Blood Sword)  is a fully automated multi-instrument Expert Advisor. This EA is one of our trend strategies EA, it can be us
The strategy which is applied in finance market all around the world is known as CTA strategy. A successful CTA always includes multi-strategies, multi-instruments and multi-timeframe. The series of Multi Instruments TrendSystem (MITS) provide a profitable strategy which can be used in different instruments with different timeframe. Multi Instruments TrendSystem 6 CP  (Central Power ) MT5  is a fully automated multi-instrument Expert Advisor. This EA is one of our trend strategies EA, it can be
Fvg In Fvg
Claudiu-georgian Zavera
FVG In FVG EA — From Learn to Earn. The most-watched imbalance on any chart, taken where you have not seen it before: a Fair Value Gap confirmed inside a Fair Value Gap. A GAP EVERYONE WATCHES. AN EXECUTION NO ONE ELSE HAS. The EA detects the Fair Value Gap — the 3-candle imbalance — on a higher timeframe, then requires a second FVG, formed inside the first, on the timeframes you choose. Only an overlap above your threshold validates the zone: Most Powerful Overlap FVG Zones — rigorously selec
Algo Trading Indicaor MT5 The ATC ALGO indicator has been developed to work on the MetaTrader 5 platform. It has the same specifications and zones as the MetaTrader 4 version. There may be slight lag, which we believe is due to differences in MetaTrader 5 programming. We will work on improving it, God willing. MT5 Version                    https://www.mql5.com/en/market/product/170028 MT4 Version                    https://www.mql5.com/en/market/product/88034 With this indicator , you’ll have
Ai Breakout X
Aleksandr Makarov
5 (1)
ЖИВОЙ СИГНАЛ С РЕАЛЬНОГО ТОРГОВОГО СЧЕТА: Для обеспечения полной прозрачности я предоставляю доступ к реальному инвесторскому счёту, что позволяет вам отслеживать его производительность в реальном времени без каких-либо манипуляций. Только 1 ордер Stop-loss: 200 pips Take-profit: 2500 pips Trailing start: 200 pips LIVE SIGNAL: XAUUSD   Скоро! Обязательно напишите мне после покупки для получения инструкции по установке советника! Рекомендуется что бы установку советника провели именно мы, для эт
BlackBox XAU
Enrique Van Rooyen
BlackBox XAU — Продвинутая торговая система для золота Обзор BlackBox XAU — это тщательно разработанная торговая система, созданная для извлечения прибыли на рынке золота при строгом контроле уровня просадки. Вместо того чтобы гоняться за каждым движением цены, советник применяет дисциплинированный, основанный на правилах подход, который адаптируется к волатильности и выбирает только высоковероятные торговые возможности . Советник постоянно оценивает рыночные условия в реальном времени, отсекая
Описание продукта: Intuition Bot – Ваш Надежный Партнер в Мире Форекс Трейдинга Intuition Bot представляет собой передовую экспертную систему, направленную на оптимизацию процесса торговли на рынке Форекс. Этот бот позволяет трейдерам всех уровней опыта эффективно управлять своими торговыми стратегиями без излишнего акцента на прогнозировании прибыли. Благодаря своей усовершенствованной внутренней архитектуре, Intuition Bot способен работать с широким спектром валютных пар, обеспечивая гибкость
PowerFxMLE MT5
Felipe Camargo Zamudio
Powerful EA executes few monthly operations with a high percentage of effectiveness. One trade per week, once you try this method you will be able to modify the batch up according to your expectations. This EA is based on three main indicators, RSI, Stochastic, MACD. Previous price 120 Promoción  price 210,  15 copies remaining Next priced 300 USD Backtesting:  For best results this technique was created to work from January 2021, under current market conditions it is not recommended years befo
Aurum Axis
Shaba Dzonzi Kagona
AURUM AXIS EA Gold (XAUUSD) Scalping & Swing Trading Expert Advisor I am AURUM AXIS EA , a professional Gold trading robot (XAUUSD EA) designed for traders who demand precision, controlled risk, and consistency in automated trading. I combine scalping and swing trading strategies into one powerful Expert Advisor , allowing you to adapt to changing Gold market conditions with minimal input and maximum control. I was developed by a trader and software developer with over 7 years of combined tradin
The strategy which is applied in finance market all around the world is known as CTA strategy. A successful CTA always includes multi-strategies, multi-instruments and multi-timeframe. The series of Multi Instruments TrendSystem (MITS) provide a profitable strategy which can be used in different instruments with different timeframe. Multi Instruments TrendSystem 2 DM  (Dual Moving) MT5 is a fully automated multi-instrument Expert Advisor. This EA is one of our trend strategies EA, it can be used
Pivot Hunter EA
Daniel Naranjo Morales
Pivot Hunter EA Pivot Hunter EA — это специализированный торговый советник, разработанный исключительно для валютной пары   CADJPY   на таймфрейме   H1 . Его стратегия нацелена на определение потенциальных точек разворота рынка посредством анализа ценового движения и импульса. В основе логики советника лежит система подтверждения сигналов от нескольких индикаторов. Он комбинирует сигналы классических индикаторов, таких как Parabolic SAR, Awesome Oscillator (AO), Relative Strength Index (RSI) и A
WiZard of Oz
Mathew Chiwendu Opara
WIZARD OF OZ Intelligent XAUUSD Trading EA Smart gold trading. Real predictive edge. Engineered for traders who want it to just work. What It Does Wizard of Oz is a precision XAUUSD Expert Advisor that identifies high-probability trade setups before the market makes its move , and manages risk with disciplined, balance-aware logic. No guesswork, no martingale chaos — just clean signals, clean entries, and tight risk control. ️ THE ENGINE Three core technologies, working as one. Neura
Trendi
Krym ʿYd Ahmd Abrahym
This expert advisor is a trading program that is programmed to trade in the Forex market. This program works on the basis of its own trading strategy, which is based on the analysis of technical indicators and market conditions. The goal of this program is to achieve continuous profits by opening and closing trading deals at the right time. This expert advisor uses technical indicators such as moving averages and Fibonacci to determine the entry and exit points of the market. It also uses mark
EA Panel Full R3
Oliveira Dos Santos Reinaldo
EA Panel Full R3 TRD - Multi-Block Semi-Automatic Trading Terminal EA Panel Full R3 TRD is a semi-automatic trading assistant designed for the MetaTrader 5 platform. It features an on-chart control panel that allows traders to manage multi-target strategies. By dividing market entries into 3 distinct blocks, the EA automates partial profit-taking, risk protection, and manual breakeven management according to user-defined parameters. Key Features: Interactive Interface: Direct on-chart buttons f
Boom Or Bust
Smart Trading Robots Ltd
Experience the exhilarating world of trading with Boom or Bust, the groundbreaking MT5 trading game that takes your skills to the next level. Get ready to embark on a thrilling journey of virtual trading, where you can test your strategies and immerse yourself in the dynamic world of financial markets—all without risking real money. Experience the exhilarating world of trading with Boom or Bust, the groundbreaking MT5 trading game that takes your skills to the next level. Get ready to embark on
FREE
Aurum Quant Engine Pro A disciplined execution model designed for decision clarity, trend alignment, and precise signal filtration. Trades are triggered only when price structure, directional context, and pattern strength align cohesively. Aurum Quant Engine Pro is the enhanced Version 2 of the original release Aurum Quant Engine now equipped with advanced filtering layers for improved trade quality, precision entries, and stronger overall performance. Support & Feedback If you have any qu
Aureum ORB Pro: Institutional-Grade Momentum Trading Aureum ORB Pro is a meticulously engineered algorithmic trading system designed to capitalize on the explosive momentum of the daily Opening Range Breakout (ORB). Specifically tailored for the high-liquidity volume shifts of the USDJPY currency pair, this Expert Advisor maps structural boundaries during the late Asian session and executes precise breakout entries as institutional order flow floods the market. Built for professional traders and
Усильте свой портфель с EquityEngine: автоматизированным торговым ботом, который использует лучшее из NASDAQ! EquityEngine — ваш новый союзник в мире торговли. Разработанный для торговли на NASDAQ, этот продвинутый бот использует передовые алгоритмы для выявления и использования лучших рыночных возможностей, оптимизируя ваши сделки без перерывов. Интеллектуальная автоматическая торговля: EquityEngine анализирует тысячи точек данных в режиме реального времени для выполнения сделок с максимальной
Timeframe Zoom, The Third Screen, is an Expert Advisor that operates using Heiken Ashi candlesticks on daily, hourly, and fifteen-minute timeframes, with the fifteen-minute timeframe triggering trades. It buys on days with blue candlesticks and sells on days with red candlesticks. It ensures that the potential trade is above or below a moving average on the hourly timeframe and uses the MACD and CCI indicators on the fifteen-minute timeframe to confirm the entry. It exits trades when the Heike
SMC Gold Structure EA MT5 — автоматическая торговля золотом (XAUUSD) Если вы ищете торгового робота, который работает спокойно и не «играет ва-банк» с вашим депозитом — этот советник может вам подойти. Многие эксперты на рынке используют рискованные схемы: набивают пачку ордеров, увеличивают лот после убытка или держат минус в надежде, что цена вернётся. Одна неудачная неделя — и значительная часть счёта может быть потеряна. Этот советник так не работает. SMC Gold Structure EA открывает толь
TC-Supportは手動取引とEA運用のために開発されたパネルになります。 このパネルでは、リスクリワード、リスク計算、リスク管理など資金管理、 トレーリングストップ機能、ブレークイーブンなどポジション管理が可能になります。 その他、便利な機能があります。 詳細な情報はこちらにサイトがあります。 デモ口座で動作するEAはこちらに置いてあります。   https://toushika.top/ mt5-tc-support / Disable Auto Trading  の 機能はMQL5では外部のDLLの利用は許可されませんので使用できません。 おもな機能一覧 資金管理 リスクリワード計算 ロット計算 損失金額計算 最大ロット数の設定 設定したリスクパーセンテージでヘッジポジション EA運用 最大損失金額またはパーセンテージによる強制クローズ EA運用 資金破綻回避  ポジション管理 成行、指値、Stop Limit注文に対応 ポジションを部分的にクローズ トレーリングストップ機能 一定の距離を超えてたらSLを移動 利確条件設定
Vintegga Quantum EA MT5 Expert Advisor for MetaTrader 5. It demonstrates a straightforward completed-candle trend-entry method and a compact on-chart dashboard in one standalone, commented MQ5 source file. Entry logic Buy conditions: - Fast EMA is above Slow EMA. - RSI is above the configured Buy level. - Spread is within the configured maximum. - No position already exists on the chart symbol. - A new completed candle is available. Sell conditions: - Fast EMA is below Slow EMA. - RSI is belo
С этим продуктом покупают
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (18)
Легенда продолжается. Королева эволюционирует. Добро пожаловать в Quantum Queen X — новое поколение легендарной торговой системы GOLD, основанной на проверенном успехе Quantum Queen. Quantum Queen X построена на том же проверенном движке, что и Quantum Queen, и представляет собой новый мощный пользовательский режим, который позволяет трейдерам выбирать, какие именно стратегии включать или отключать. Каждая стратегия была индивидуально проверена, доработана и оптимизирована для обеспечения еще лу
Lizard
Marco Scherer
3.74 (19)
ЧТО ТАКОЕ LIZARD? Lizard - это полностью автоматический советник (Expert Advisor), разработанный исключительно для XAUUSD (золото) на MetaTrader 5. Он использует мультистратегическую систему пробоя на основе свингов, которая определяет ключевые структурные уровни на графике и размещает отложенные стоп-ордера в точно рассчитанных точках входа. Без мартингейла. Без сетки. Без усреднения. Каждая сделка имеет заданный Stop Loss и Take Profit и активно управляется многоуровневой системой выхода, авто
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
ГОТОВНОСТЬ К ИСПОЛЬЗОВАНИЮ ПРОПОРЦИИ! (   скачать 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
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
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1999$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 1499$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) NEW - 44-STRATEGIES LIVE SIGNAL L Добро пожаловать в ИДЕАЛЬНУЮ СИСТЕМУ ПРОРЫВА! Я рад
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.42 (127)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1   Живой сигнал Режим 2 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, ма
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
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 бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2378119 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Mavrik Scalper представляет новое поколение торговых советников, разработанных на основе архитектуры нейронной сети Hybrid Attention. В отличие от традиционных алгоритмических стратегий, к
Logan MT5
Thierry Ouellet
5 (10)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 31st! 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—includ
Goldwave EA MT5
Shengzu Zhong
4.68 (72)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
Gold Snap
Chen Jia Qi
4.47 (17)
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 копии по текущей цене. Скоро цена будет повышена до $999. Важно: После покупки, пожалуйста, свяжитесь с нами через личные сообщения, чтобы получить руководство пользователя, рекомендуемые настройки, примечания по использованию и поддержку обновлений. ht
Nexorion Initium Novum EA
Valentina Zhuchkova
4.76 (21)
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/es/signals/237233
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Представляем       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   бесплатно!*** За подробностями обращайтесь в личном сообщении Подтвержденный сигнал:   нажмите здесь В
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Ссылка на реальный торговый сигнал MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 — это автоматическая торговая система, разработанная специально для торговли золотом XAUUSD на платформе MetaTrader 5. Этот советник использует ту же логику и те же правила исполнения, что и проверенный реальный сигнал, представленный на MQL5. При использовании рекомендованных оптимизированных настроек у надежного брокера с ECN/RAW-спредом, например TMGM , пове
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2372719 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Zerqon EA — это адаптивный экспертный советник, разработанный специально для торговли XAUUSD. Стратегия основана на модели нейронной сети Deep LSTM, интегрированной через ONNX, что позволяе
Quantum Athena X
Bogdan Ion Puscasu
5 (1)
Более интеллектуальное управление. Повышенная точность. Добро пожаловать в Quantum Athena X — торговую систему для сфокусированной торговли золотом нового поколения, которая развивает точность, эффективность и дисциплинированность исполнения Quantum Athena. Quantum Athena X построена на том же оптимизированном базовом движке и использует те же 6 тщательно отобранных стратегий, что и Quantum Athena. Каждая стратегия была индивидуально доработана и оптимизирована для текущих рыночных условий GO
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
ОБНОВЛЕНИЕ - ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток.  ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена: 1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует н
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Limited-Time Offer: Buy Gold Neural Core, Get Any Other EA Free — For Life For a limited time, every purchase of Gold Neural Core includes a lifetime license to any other EA in my MQL5 Market lineup — your choice, no strings attached. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating four mutually independent quantitative trading logics targeting XAUUSD. After long-term research, iterative optimization, historical backtesting and live market verification, each built-in strategy has exclusive entry rules, independent order management and customized risk control modules. All strategies run separately without mutual interference. The combination of four strategies with low cor
Cortex Aurex
Vladimir Mametov
4.56 (9)
Это полностью автоматический советник (Expert Advisor) для MetaTrader 5, разработанный специально для торговли золотом (XAUUSD). Его торговая логика построена с учетом особенностей рынка золота: высокой волатильности, резких ценовых движений и быстрых разворотов. Советник автоматизирует торговлю в условиях, где особенно важны скорость реакции, дисциплина и точное управление позициями. Основное внимание уделено грамотному сопровождению сделок, быстрому реагированию на изменения рынка и контролиру
SixtyNine EA
Farzad Saadatinia
4 (4)
SixtyNine EA – Экспертный советник для торговли золотом на MetaTrader 5, оснащённый 6 интегрированными стратегическими слоями, предустановленным Stop Loss в каждой сделке и чистой торговой структурой без Martingale, Recovery-систем и Grid-торговли. Публичный Live Signal: старт $500, фиксированный 0.02 лота, рост 500%+, более 20 недель работы Публичный Live Signal является главным доказательством работы SixtyNine EA . Счёт был запущен с балансом $500 , использовался фиксированный размер лота 0.0
SomaOil
Andrii Soma
5 (2)
SomaOil — мультистратегийный пробойный советник для MetaTrader 5, созданный исключительно для сырой нефти WTI (XTIUSD). Один график, один советник, 20 независимых стратегий, работающих вместе как единый диверсифицированный портфель. Живой сигнал. Чтобы сделать его доступным на старте, я использую прозрачную модель поэтапного роста цены: Стартовая цена: 100 USD (48 часов) Начиная с понедельника цена увеличивается на 100 USD за каждые 10 проданных копий Цена повышается не чаще одного раза в день,
Gold House MT5
Chen Jia Qi
4.49 (59)
Gold House — Система торговли на пробоях свинг-структуры золота Один советник. Три торговых режима. Выберите тот, который подходит именно вам. Без сетки. Без мартингейла. Цена будет увеличиваться на 50 долларов после каждых 10 покупок. Окончательная запланированная цена: 1 999 долларов. Торговые сигналы в реальном времени: Режим Profit Priority: https://www.mql5.com/en/signals/2359124 Режим BE Priority:  https://www.mql5.com/en/signals/2372604 Адаптивный режим:   https://www.mql5.com/en/sign
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear?  Wave Rider  is honest, transparent EA without any fake AI or manipulated back-test that's being continuously developed $499  until Signal reaches 150% - then 599 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new pre
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
XG Gold Robot MT5
MQL TOOLS SL
4.3 (111)
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
Chiroptera
Rob Josephus Maria Janssen
4.62 (45)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
Запустить промо! Осталось всего несколько экземпляров по 449$! Следующая цена: 599$ Окончательная цена: 999$ Получите 1 советник бесплатно (для 2 торговых счетов) -> свяжитесь со мной после покупки Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro присоединяется к клубу советников по
Фильтр:
Нет отзывов
Ответ на отзыв