Chart Patterns Builder Premium

The Chart Patterns Builder Premium expert advisor is an extension of the freely available Chart Patterns Builder Basic:
  •         it provides 1 new chart pattern: the rectangle breakout (besides the double top & bottom pattern already provided in the basic edition);
  •         in most configurations, backtesting usually shows more than double (2x) average yearly return rate;
  •         the account growth curve is also smoother, due to approximately double number of trades,  compared to the free version.

In order to ensure a low drawdown and avoid exposure to high risks, this expert advisor features the following:  
  •         usage of automatically placed stop loss orders for all launched trades;
  •         allowing of maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load;
  •         minimization of positions holding time by automatic trade closure at pre-calculated intervals;
  •         avoiding the usage of exotic, highly volatile instruments.

Technical details:

Currently, 2 distinct chart patters strategies are supported:
1. double top or bottom;
2. rectangle pattern breakout.

For selection of best trading patterns signals, a configurable validation mechanism has been implemented, allowing to deploy either fewer (but more reliable) or more (but less reliable) signals.
- instruments: EUR/USD and GBP/USD Forex pairs, along with DJIA and S&P 500 stock indices;
- timeframes: M15, M30, H1 and H2.
By default, the system uses a multi-instrument and multi-timeframe approach with the above-mentioned parameters. Thus, only a single instance of the Expert Advisor needs to be run. Specific instruments or timeframes may be removed, but not added to these lists. There are also available configuration options for running in a single-instrument and/or single-timeframe mode, according to the current chart _Symbol and _Period variables.

This EA does not use dangerous techniques such as grid trading or martingale nor does it require parameter optimization before being used.

Input parameters:

### MAIN SETTINGS
- Enable multi-instrument mode :

Specifies whether multiple instruments should be traded from the same chart (true - default setting) or only the current instrument (false).     
- Used symbols (in multi-instrument mode only) :
List with symbols to be processed, separated by semi-colon (;). Due to differences in various brokers instrument naming, these are not be specified directly, but rather through their corresponding parameter name: instr_eurusd, instr_gbpusd, instr_us30, instr_sp500 (only these 4 are currently supported)
- Symbol for EUR/USD currency pair (instr_eurusd) :    
This would be EURUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. EURUSD-Z)
- Symbol for GBP/USD currency pair (instr_gbpusd) :    
This would be GBPUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. GBPUSD-Z)
- Symbol for Dow Jones stock index (instr_us30) :
The instrument name of the Dow Jones Industrial Average (DJIA) stock index. This is broker-specific, such as: [DJI30], US_30, #US30 etc.
- ... lot multiplier for instr_us30 :
The lot multiplier to be applied for the Dow Jones Industrial Average (DJIA) stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 0.1, the effective lot size will be 0.2). The value for this parameter would be usually set to either 0.1 or 1.0, depending on your broker's instrument configuration.
- Symbol for S&P 500 stock index (instr_sp500) :
The instrument name of the Standard & Poor 500 stock index. This is broker-specific, such as: [SP500], US_500, #USSPX500 etc.
- ... lot multiplier for instr_sp500 :
The lot multiplier to be applied for the  Standard & Poor 500 stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 10.0, the effective lot size will be 20.0). The value for this parameter would be usually set to either 1.0 or 10.0, depending on your broker's instrument configuration.
- Enable multi-timeframe mode :
Specifies whether multiple timeframes should be traded from the same chart (true - default setting) or only the current timeframe (false).
- Used timeframes (in multi-timeframe mode only) :
List with timeframes to be processed, separated by semi-colon (;). It is recommended to keep the default value (H2;H1;M30;M15), although individual specific timeframes may be removed from the list.
- Order filling mode for new trades :
Specifies in which mode the new trade orders will be sent to the MetaTrader terminal. Different brokers might allow different filling modes. Most frequently, the ORDER_FILLING_FOK (Fill Or Kill) and ORDER_FILLING_IOC (Immediate Or Cancel) modes would be used.
- Auto-close trades (after pre-defined expiration time)
Specifies whether launched trades will be closed automatically (true), after fixed periods calculated by the system, or whether they will be allowed to continue until either Stop Loss or Take Profit levels are reached (false). It is recommended to keep the default value (true).    
- Lot size (the expert advisor may apply some small adjustments)
Fixed lot size for new trades. As stated above, some small adjustments may be applied by the system in some cases (e.g. instead of specified 1.0 lots value, the Expert may start e.g. a 0.96 or 0.64 lots trade). Default value is 0.20 lots.    
- Expert advisor magic number :   
Used by this Expert Advisor in order to be able to identify its own trades between others launched by different EAs (or placed manually).

### CHART PATTERNS SIGNALS
- enable double top/bottom:
true/false, enables or disables the double top and bottom pattern in the trading strategy;
- enable rectangles: true/false, enables or disables the rectangles pattern in the trading strategy;
- Signal selectivity (0 .. 100) :
Specifies the strength for the signal validation mechanism of the price action signals. When set to 0 it allows the maximum detected number of signals to be traded, but with a lower reliability. When set to 100, the minimum number of signals will be allowed to trade, but their reliability will be significantly higher. In principle, any in-between values can be set between 0 and 100, but for good results the recommendation but for good results the recommendation is over 70. The default value is 85.  

### RISK MANAGEMENT
- Reward-to-risk ratio :
The ratio between potential profit (upto the Take Profit price) and potential loss (to the Stop Loss price) of a trade. This setting determines how far the Take Profit price will be set (since the Stop Loss is automatically calculated by the Expert Advisor). Default value is 2.0.
- Use trailing stop:
Use a trailing stop order (when set to true) rather than a regular, fixed stop order (when set to false). Default value is false.     
- Use break even:
When set to true, the trades will have their Stop Loss order advanced to the initial price, as soon as they become marginally profitable. Default value is false.
- Break even distance ratio (relative to stop loss) :
Determines the minimal profit that needs to be obtained in order for the break even mechanism to be triggered (when enabled, according to the above setting). This is calculated in pips and is multiplied by the distance to the Stop Loss order. Default value of this ratio is 0.50.
- Close all existing positions before week-end
When set to true, all managed positions will be automatically closed on Friday evening, 15 minutes before midnight. When set to false, the existing positions will be kept open over the week-end. Default (and recommended) value is true.


Important notes:

  •         before running this EA, you should first perform backtesting on your own account, making sure you have a profitable configuration in the long run;
  •         after backtesting, it is highly recommended to run it for at least 2-4 weeks on DEMO before moving it to a REAL account;
  •         please apply a careful money management policy, by adapting (and re-adjusting, if needed) the Lot Size to the funds available in your account.


Recommended settings:

  •         account type: either hedging or netting;
  •         symbol: EUR/USD;
  •         timeframe: M15;
  •         minimum deposit: 1000$ (preferably: at least 2000$);
  •         lot size: 0.10 per above-mentioned minimum amount.


Set files:

Development and primary testing was done under accounts opened at Admirals broker, and default parameter values generally follow their corresponding settings. Additional testing was done, with *.set files provided for AvaTrade and FxPro brokers. You may also send me a private message if you need additional *.set files corresponding to your broker.
Рекомендуем также
SuperAgent v7.0 Diamond Pro - Количественный скоринг и динамический риск Описание: SuperAgent v7.0 Diamond Pro — это высокоточная адаптация продвинутого финансового алгоритма Python для MT5. Этот советник (EA) сочетает в себе   механизм количественного скоринга   и   динамическое управление рисками   для профессионального управления портфелем. Основные характеристики: Многоуровневый механизм принятия решений:   Оценивает рынок в трех измерениях: обработка сигналов с низкой задержкой, подтверж
VIEW THE LIVE TRACKING SIGNAL HERE REGISTER AN ACCOUNT WITH THE BROKER HERE ACCESS THE OFFICIAL COPYTRADING INVESTMENT OFFER HERE Fx Vol 20 Titan -- Professional Expert Advisor for Weltrade (H1) Fx Vol 20 Titan is a high-precision automated algorithmic trading system designed exclusively for the Weltrade broker, natively optimized for the Fx Vol 20 synthetic index on the one-hour (H1) timeframe. The algorithm utilizes an advanced mathematical engine based on the recognition of volatility patte
Candle EA MT5
Mansour Babasafary
4.14 (22)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs Attributes: Can be used in the EURUSD, GBPUSD, AUDUSD, USDCAD  currency pairs Can be used in M30, H1, H4 time frames Has profit limit and loss
PredatorEA
Dragan Drenjanin
5 (1)
Введение в Predator EA Predator — это передовой советник для платформы MetaTrader 5 (MT5), созданный для упрощения и улучшения торговли на рынке Форекс. Этот советник предварительно оптимизирован для различных валютных пар и таймфреймов, что делает его подходящим для трейдеров, ищущих надежное автоматизированное решение. Технические характеристики Платформа   : MT5 Тип счета   : для оптимальной производительности рекомендуются хедж-счета. Тестирование имеет решающее значение для раскрытия потен
Harmonic Trader V4 Premium Professional Harmonic Pattern Trading System for MetaTrader 5 Overview Harmonic Trader V4 Premium is a fully automated trading system designed to identify and trade high-quality harmonic reversal structures. The robot continuously scans the market and evaluates pattern quality before opening any position. Unlike many pattern-based systems, Harmonic Trader does not trade every detected structure. Additional confirmation and filtering layers are applied before any order
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Harness the power of the universe's most perfect number. Golden Retracement is an Expert Advisor meticulously engineered to identify and trade precise reversals at key Fibonacci retracement levels. It automatically detects significant market swings and calculates the golden ratio levels (38.2%, 50.0%, 61.8%), waiting for the price to "bounce" with a powerful confirmation. This bot brings mathematical elegance and disciplined execution to your trading, helping you capitalize on deep corrections a
FREE
Ranked Zone Trader is an Expert Advisor for MetaTrader 5. It detects non-repainting fair value gap zones on closed bars, ranks active zones by strength, and waits for a retest before placing a trade. The EA is designed around price-zone retests rather than grid or recovery logic. Each trade uses a hard stop-loss and a fixed reward-to-risk target. Position size can be fixed or calculated from a risk percentage. Main features: - Closed-bar fair value gap zone detection - Strength ranking for ac
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
This Indicator draws Fibonacci Extension levels in two different ways. You can select whether to draw Fibonacci Extension levels based on your favourite ZigZag settings or you can let the indicator to draw Fibonacci Extension  level based on given number of Bars or Candles.  You can also set Mobile and Email notification for your favourite Extension  levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your
Гармонические узоры EA если вы предпочитаете видеть это на графике в реальном времени, а не читать описание,   вы можете мгновенно загрузить бесплатную демоверсию здесь. Шаблоны включены: шаблон ABCD Узор Гартли Летучая мышь Шаблон шифрования Шаблон 3Drives Черный лебедь Белый лебедь Паттерн Квазимодо или паттерн Over Under Альтернативная летучая мышь Шаблон бабочки Глубокий краб Краб шаблон Шаблон акулы Паттерн FiveO Узор «Голова и плечи» Восходящий треугольник Раз, два, три И 8 пользовательски
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
‍️ Professor Trader – The Ultimate Gold Trading System Powered by Multi-Strategy AI, News Filters & Adaptive Risk Control Why Choose Professor Trader? Professor Trader is a powerful, adaptive Expert Advisor engineered specifically for XAUUSD (Gold) , combining institutional-grade algorithms with intelligent risk management. This is not just another trading bot — it's a professional-grade trading system designed to adapt to market conditions and deliver consistent returns with built-in
PatternGuard VWAP Trader — умный авторский советник для торговли по выходу из зоны консолидации PatternGuard VWAP Trader — это Expert Advisor для MetaTrader 5, созданный для поиска торговых возможностей после выхода цены из зоны NO TRADE , построенной на базе VWAP и волатильностных границ. Советник не пытается входить в рынок хаотично: он ждет, когда цена покинет зону неопределенности, подтверждает направление свечными паттернами и дополнительно фильтрует сигнал по тренду. Основная идея продукта
Deep Trend Pro
Ignacio Agustin Mene Franco
DEEP TREND X — Expert Advisor with Artificial Intelligence for XAUUSD Deep Trend X is a 100% automated Expert Advisor, specifically designed for trading Gold (XAUUSD). It combines cutting-edge machine learning algorithms with institutional market analysis to detect highly accurate entries in both trending and ranging markets. ARTIFICIAL INTELLIGENCE CORE The EA's core engine integrates two AI models that self-train on each new candlestick: SVM RBF (Support Vector Machine with Radial Kern
Elliott Wave Bot – Anticipate the Market with the Power of Cycles Elliott Wave Bot is an advanced trading robot based on the renowned Elliott Wave Theory, designed to identify market structures and anticipate future price movements with strategic precision. Unlike traditional systems that react to the market, Elliott Wave Bot aims to forecast cycles and position trades ahead of major moves. A Market Approach Based on Psychology Markets move in repetitive cycles driven by investor behavior
Версия MT4: https://www.mql5.com/en/market/product/90395 Версия MT5: https://www.mql5.com/en/market/product/99545. Представляем советник (EA) No Marti No Party: воплощение агрессивных торговых стратегий. Этот советник не для слабонервных, поскольку он работает по принципу высокого риска и высокой прибыли, который может привести как к существенной прибыли, так и к значительным потерям. Название говорит само за себя: в основе этого советника лежит стратегия Мартингейла. Он предназначен для агре
BlueBird EA – Dynamic Adaptive Grid Hedge System BlueBird EA   represents a new era of grid-based automation — combining volatility awareness, adaptive trend tracking, and smart capital management. If you are seeking a   fully autonomous, dynamic grid system   capable of capturing both trends and corrections,   BlueBird EA   is your ultimate trading companion. Overview BlueBird EA is a next-generation adaptive grid trading system designed for dynamic markets such as GOLD (XAUUSD) . It intellige
Somewhere over the rainbow It is a system that tries to operate the market from the exhaustion of the trend with a correction algorithm that tries to cut losses at the cost of increasing the margin This system makes all the adjustments automatically, analyzing the pair and the market to decide which is the most efficient step to reach your destination. Somewhere over the rainbow is a multiple trade and multi lot system(The maximum batch can be up to 5 times the initial batch distributed in mult
EURO SwingBot  is a fully automated MetaTrader 5 robot that includes several swing trading systems. Each trading system has its own entry point with SL/TP. This expert advisor can be used on all currency pairs and all timeframes, but is specifically designed for the 1-hour timeframe for EURUSD. Main Features:    No Martingale.  No Grid. No Averaging.   Setting Parameters: Expert Name   - EA name and trades comment.  Magic Number   - EA identification number to identify trades.  Trade Direction
XAU Cipher
Antonio Simon Del Vecchio
5 (1)
Разработано для золота (XAUUSD) Сет-файлы и обновления : Я регулярно публикую оптимизированные настройки для различных профилей риска (Низкий, Средний, Высокий) на своих официальных каналах. Официальный канал MQL5 Telegram канал с сет-файлами Полное руководство пользователя : Читать полное руководство Текущая цена может увеличиться по мере роста популярности продукта на Маркете. Проблема не только во входе… дело в том, что происходит после. Большинство трейдеров терпят неудачу не из-за плохих
Советник GoldPullBackMaster: Точная коррекция и торговля на истощении рынка Советник GoldPullBackMaster — это высокодисциплинированная, полностью автоматизированная алгоритмическая торговая система, разработанная специально для использования краткосрочного истощения рынка. В то время как другие советники гонятся за пробоями и в итоге покупают на вершине или продают на дне, GoldPullBackMaster терпеливо ждет неизбежной коррекции, нанося удары с хирургической точностью. Созданный с нуля и тщатель
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1          MT5 netting советник ”Babel_assistant_1” по индикатору ZigZag формирует уровни Фибонвччи на периодах графиков M1, M5, M15, H1, H4, D1, W1, вычисляет вероятность трендов на покупку и продажу. Робот открывает позицию при превышении заданного уровня тренда  4.925 . Затем он  выставляет отложенные ордера на некоторых  уровнях Фибоначчи, формирует линии Stop Loss и Take Profit.  На экране отображаются текущие результаты работы по позиции, сделкам, трендам.           Ручное
FREE
Duende MT5
Nestor Alejandro Chiariello
Привет Трейдеры! Представляю Стратегию "Дуэнде", Дуэнде — это алгоритм, который обнаруживает шаблоны различных высоких и низких уровней, где они остаются постоянными, чтобы делать хорошие входы, с системой восстановления, запрашивающей различные вещи, такие как безубыточность, и пересечения между одноранговыми узлами. Доказано, что он без проблем контролирует несколько валют, с мощным контролем новостей во время рынка. можно управлять всеми необходимыми символами Моя стратегия оптимизирована
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
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ Link to EURUSD Only Free Version -->  https://www.mql5.com/en/market/product/156904?source=Unknown +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hallo Trader, This is a traditional GANN & FIBONACCI strategy based on detection of an impulsive move in the opposite direction. This is called a Breakout. At the moment of Breakout, the indicator draw
Volume Trade Levels
Mahmoud Sabry Mohamed Youssef
The idea behind this indicator is very simple , First it contains 2 mechanisms to place your trades: 1- Enter the Pips you want to duplicate to price levels. 2- Automatically let the indicator specify the largest Buy / Sell Volume Candle and place duplicated levels based on the candle itself. How it works: 1- Enter the Pips you want to duplicate to price levels:    1- once the indicator is loaded you will need first to Specify the number of pips in the indicator Configuration window ,you can g
Gold NY Session Breakou t was built on a simple but ruthless philosophy: the market does not need more trades, it needs better ones. Most retail EAs try to win by volume, firing dozens of low-conviction entries a day and hoping the statistics favor them eventually. This EA does the opposite. It sits patiently through the quiet, low-liquidity hours before New York opens, mapping the exact consolidation range where price is coiling, and waits. It does not guess, it does not chase, and it does not
Робот с видео приложен во вкладке "Обсуждение" , он работает одним ордером и только по сигналам для оценки эффективности индикатора. Pan PrizMA CD Phase является опцией, построенной на базе индикатора Pan PrizMA . Подробнее . Усреднение полиномом второй-четвертой степени повышает гладкость линий, добавляет инерцию и соответственно ритмичность. Экстраполяция функцией синусоиды около константы позволяет регулировать запаздывание или опережение. Значение фазы - параметра состояния волны (близко по
С этим продуктом покупают
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (15)
Легенда продолжается. Королева эволюционирует. Добро пожаловать в Quantum Queen X — новое поколение легендарной торговой системы GOLD, основанной на проверенном успехе Quantum Queen. Quantum Queen X построена на том же проверенном движке, что и Quantum Queen, и представляет собой новый мощный пользовательский режим, который позволяет трейдерам выбирать, какие именно стратегии включать или отключать. Каждая стратегия была индивидуально проверена, доработана и оптимизирована для обеспечения еще лу
Lizard
Marco Scherer
4.9 (30)
ЧТО ТАКОЕ LIZARD? Lizard - это полностью автоматический советник (Expert Advisor), разработанный исключительно для XAUUSD (золото) на MetaTrader 5. Он использует мультистратегическую систему пробоя на основе свингов, которая определяет ключевые структурные уровни на графике и размещает отложенные стоп-ордера в точно рассчитанных точках входа. Без мартингейла. Без сетки. Без усреднения. Каждая сделка имеет заданный Stop Loss и Take Profit и активно управляется многоуровневой системой выхода, авто
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
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
ГОТОВНОСТЬ К ИСПОЛЬЗОВАНИЮ ПРОПОРЦИИ! (   скачать SETFILE   ) ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ Получите 1 советника бесплатно (на 3 торговых аккаунта) -> свяжитесь со мной после покупки Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Сигнал клиента Обзоры YouTube ПОСЛЕДНЕЕ РУКОВОДСТВО Добро пожаловать в «Золотого Жнеца»! Созданный на основе
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.46 (123)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1   Живой сигнал Режим 2 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, ма
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1999$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 1499$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Добро пожаловать в И
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
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 бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
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
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2378119 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Mavrik Scalper представляет новое поколение торговых советников, разработанных на основе архитектуры нейронной сети Hybrid Attention. В отличие от традиционных алгоритмических стратегий, к
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2372719 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Zerqon EA — это адаптивный экспертный советник, разработанный специально для торговли XAUUSD. Стратегия основана на модели нейронной сети Deep LSTM, интегрированной через ONNX, что позволяе
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/es/signals/237233
Logan MT5
Thierry Ouellet
5 (7)
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.73 (71)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
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 , пове
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   бесплатно!*** За подробностями обращайтесь в личном сообщении Подтвержденный сигнал:   нажмите здесь В
Gold House MT5
Chen Jia Qi
4.53 (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
Quantum Athena X
Bogdan Ion Puscasu
5 (1)
Более интеллектуальное управление. Повышенная точность. Добро пожаловать в Quantum Athena X — торговую систему для сфокусированной торговли золотом нового поколения, которая развивает точность, эффективность и дисциплинированность исполнения Quantum Athena. Quantum Athena X построена на том же оптимизированном базовом движке и использует те же 6 тщательно отобранных стратегий, что и Quantum Athena. Каждая стратегия была индивидуально доработана и оптимизирована для текущих рыночных условий GO
Quantum iGold MT5
Yassine Mouhssine
5 (7)
Quantum iGold MT5 — Продвинутая система ИИ-трейдинга (XAUUSD) Quantum iGold MT5 — это полностью автоматизированная торговая система, созданная с использованием передовых технологий искусственного интеллекта. Она использует гибридную нейронную архитектуру, объединяющую модели LSTM и Transformer для анализа поведения цены на XAUUSD. Такая структура позволяет системе выявлять рыночные паттерны, адаптироваться к изменениям волатильности и генерировать технически точные торговые сигналы в реальном вр
SomaOil
Andrii Soma
5 (2)
SomaOil — мультистратегийный пробойный советник для MetaTrader 5, созданный исключительно для сырой нефти WTI (XTIUSD). Один график, один советник, 20 независимых стратегий, работающих вместе как единый диверсифицированный портфель. Живой сигнал. Чтобы сделать его доступным на старте, я использую прозрачную модель поэтапного роста цены: Стартовая цена: 100 USD (48 часов) Начиная с понедельника цена увеличивается на 100 USD за каждые 10 проданных копий Цена повышается не чаще одного раза в день,
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
Cortex Aurex
Vladimir Mametov
5 (2)
Это полностью автоматический советник (Expert Advisor) для MetaTrader 5, разработанный специально для торговли золотом (XAUUSD). Его торговая логика построена с учетом особенностей рынка золота: высокой волатильности, резких ценовых движений и быстрых разворотов. Советник автоматизирует торговлю в условиях, где особенно важны скорость реакции, дисциплина и точное управление позициями. Основное внимание уделено грамотному сопровождению сделок, быстрому реагированию на изменения рынка и контролиру
SixtyNine EA
Farzad Saadatinia
5 (3)
SixtyNine EA – Экспертный советник для торговли золотом на MetaTrader 5, оснащённый 6 интегрированными стратегическими слоями, предустановленным Stop Loss в каждой сделке и чистой торговой структурой без Martingale, Recovery-систем и Grid-торговли. Публичный Live Signal: старт $500, фиксированный 0.02 лота, рост 500%+, более 20 недель работы Публичный Live Signal является главным доказательством работы SixtyNine EA . Счёт был запущен с балансом $500 , использовался фиксированный размер лота 0.0
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
ОБНОВЛЕНИЕ - ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток.  ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена: 1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует н
Smart Gold Impulse
Barbaros Bulent Kortarla
3.47 (15)
Smart Gold Impulse теперь доступен на этапе специального раннего запуска. Это советник (EA), который я сейчас использую с впечатляющими результатами на своем реальном сигнальном счете в Ultima Markets. Вы можете проверить текущую доходность в результатах живых сигналов Ultima, где Smart Gold Impulse уже продемонстрировал очень сильный потенциал в реальных рыночных условиях. Тот же сет-файл (set file), который используется на моем реальном счете в Ultima, будет предоставлен исключительно поку''
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
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
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $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 preset because older sets or templates may not restore every option. New version runs best on VT Markets, Vantage, Blackbull, Fusion,
Другие продукты этого автора
Ultimate Signal Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Basic combines the features of other 3 expert advisors, providing all their trading signals in one single place: 1. the Price Action Builder Basic ; 2. the Bollinger Bands Builder Basic ; 3. the Chart Patterns Builder Basic . The Ultimate Signal Builder Basic expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism. While being ess
FREE
Bollinger Bands Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Basic expert advisor is a free and configurable trading strategy using the Bollinger Bands indicator as its primary signal provider technique. Like its sibling products from the expert advisors group, this systems aims to ensure low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization o
FREE
Price Action Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Basic expert advisor was created with the primary goal of providing a free, configurable, easy to use, decently profitable automated trading strategy. At the same time, an equally important goal is ensuring a low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization of positions holding tim
FREE
Chart Patterns Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Basic expert advisor is a new addition to the automated trading strategies product family, which already contains the Price Action Builder Basic and the Bollinger Bands Builder Basic . While sharing general functionality with the other experts, this expert relies on the detection of some well-known trading chart patterns for identifying its buy/sell signals. Technical details: The following chart patterns are currently supported: - double top and double bottom patter
FREE
Price Action Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Premium expert advisor is an extension of the freely available Price Action Builder Basic :     it provides 2 new candlestick patterns besides the pinbar (already available in the basic edition);     in most configurations, backtesting usually shows an average yearly return rate increased by approximately 50%;     the account growth curve is also smoother, due to larger number of trades, almost double (2x) compared to the free version. While aimed primarily at obtaining
Bollinger Bands Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Premium expert advisor is an extension of the freely available Bollinger Bands Builder Basic :     it provides 2 new trading techniques besides the standard Bollinger squeeze (already available in the basic edition);     in most configurations, backtesting usually shows more than double (2x) average yearly return rate;     the account growth curve is also smoother, due to larger number of trades (about 3x) compared to the free version. While aimed primarily at obtaini
Ultimate Signal Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Premium combines the features of all the other PREMIUM expert advisors, providing all the trading signals in one single place: 1. the Price Action Builder Premium ; 2. the Bollinger Bands Builder Premium ; 3. the Chart Patterns Builder Premium . The Ultimate Signal Builder Premium expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mecha
Фильтр:
Нет отзывов
Ответ на отзыв