DYJ BoS GameFlow Engine EA

DYJ BoS GameFlow Engine EA is a fully automated trading system based on Market Structure Break (BoS) logic combined with a Deep Game (loss-repair) mechanism.
It is designed to work on any trading instrument and any timeframe, integrating trend recognition, structured entries, and systematic risk control into one unified strategy.

Core Trading Logic

DYJ BoS GameFlow Engine EA is built around the proprietary DYJ BoS market structure algorithm, which automatically identifies and marks ascending structure lines (UP) and descending structure lines (DN).

When price decisively breaks a previous structural high or low, the system detects a Break of Structure (BoS) and generates corresponding BUY or SELL entries.
Such structural breaks typically indicate trend continuation or the emergence of a new trend.

The EA supports trend-aligned entries, counter-trend entries, or both, and can optionally apply higher-timeframe trend filtering to improve signal reliability.

Trade Management & Exit Logic

DYJ BoS GameFlow Engine EA uses structure-based trade management rather than relying solely on fixed stop-loss or take-profit levels.

Positions can be closed automatically under the following conditions:

  • A new BoS appears in the same direction

  • A BoS appears in the opposite direction

  • Both UP and DN structures are completed within the same structural cycle

This approach avoids premature exits during structured market moves and allows trades to develop naturally with market structure.

Stop Loss & Take Profit (Optional)

For traders with sufficient experience, fixed SL/TP settings can be enabled. A risk-to-reward ratio approach is recommended:

Forex symbols (POINTS):

  • Take Profit: 500 (≈ $5 per minimum lot)

  • Stop Loss: 3500 (≈ $35 per minimum lot)

Volatility 75 Index (POINTS):

  • Take Profit: 500,000 (≈ $5 per minimum lot)

  • Stop Loss: 3,500,000 (≈ $35 per minimum lot)

Boom 1000 Index:

  • Take Profit: $30 per minimum lot

  • Stop Loss: $30 per minimum lot

Deep Game (Loss-Repair) System

DYJ BoS GameFlow Engine EA integrates a Deep Game mechanism designed to manage and repair floating losses once a defined loss threshold is reached.

The system dynamically adjusts position size, distance, and profit targets based on structured calculations, aiming to recover losses within controlled risk boundaries.
A maximum game round limit is enforced to prevent unlimited exposure, and lot sizes can be influenced by realized game profits.

Key Features

  • Works on any symbol and any timeframe

  • Automatic BoS market structure detection and visualization

  • BUY, SELL, or dual-direction trading

  • Forward, reverse, or combined BoS entry modes

  • Multi-timeframe trend filtering

  • Grid, recursive, hedging, and game-based trading modes

  • Structure-based and group-based exit logic

  • Dynamic profit trailing and global profit caps

  • Maximum game round protection

  • Designed for systematic and rule-based execution


Template

Template 1: Performance from 2025.01.01 to 2025.12.31 (XAUUSD H1)

Template 2: Performance from 2010.01.01 to 2025.12.31 (XAUUSD H1)

Template 3: Performance from 2025.12.01 to 2026.01.03   (Boom 500 H1)

The three templates above are essentially universal and can be used with any type of instrument and any chart timeframe. You can modify them after backtesting based on your specific needs to achieve optimal results!

Target Users

DYJ BoS GameFlow Engine EA is suitable for traders who prefer market-structure-driven trading with advanced capital and risk management.
It can be used for fully automated trading, structured strategy deployment, or long-term systematic execution across multiple instruments.

Parameters

[GENERAL]
  • Use Language | Default: English

Select the display language for EA interface messages and logs.

  • Magic Number | Default: 1234

Unique magic number used to identify and isolate EA orders.

  • EA Comment | Default: DYJBoS

Comment attached to all orders opened by this EA.

  • Clear Objects If Day > LimitDays | Default: 4
Automatically removes chart objects older than the specified number of days.
[INDICATORS]
  • Display History Bars | Default: 2000

Number of historical bars used for structure detection and calculations.

  • Market Open Time Offset | Default: 5

Time offset to align broker server time with actual market time.

  • Scan BoS Bars | Default: 20

Number of recent bars used to detect Break of Structure (BoS).

  • Use Big Trend Filter | Default: true

Enable higher timeframe trend filtering for trade direction.

  • Big Trend TimeFrame | Default: PERIOD_D1

Timeframe used to determine the primary market trend.

  • BoS Entry TimeFrame | Default: PERIOD_CURRENT

Timeframe used for BoS entry confirmation.

  • Search Bars for Swing StopLoss | Default: 10000

Maximum bars to search for swing highs/lows when calculating structure-based stop loss.

  • Display BoS Break | Default: true

Show BoS breakout levels and markers on the chart.

  • BoS Price Source | Default: BY_PRICE_OF_BROKER_AND_CLOSE

Defines which price source is used to detect BoS (broker price + close price).

[TRADE GENERAL]
  • Trade Direction | Default: Both

Allowed trading direction: Buy, Sell, Both, or Disabled.

  • BoS Entry Mode | Default: ENTERIES_1_OF_BoS

Entry logic after BoS breakout: trend-following (positive breakout).

  • Allow First Midway Entry | Default: false

Allow first entry even if price has moved away from the breakout point.

  • Profit Unit Mode | Default: BY_PROFIT

Profit calculation unit based on minimum lot profit.

  • Initial Volume | Default: 0.001

Initial trading volume (lot size).

  • Maximum Trades | Default: 1000

Maximum number of trades allowed.

  • Maximum Grid Trades | Default: 1000

Maximum number of grid orders allowed.

[SLTP]
  • Auto Stop Loss Mode | Default: false
    false: Game-based dynamic stop los
      true: Initial forced stop loss
        • Buy StopLoss Bar Index | Default: 2

        Structure bar index used for Buy stop loss placement.

        • Sell StopLoss Bar Index | Default: 2

        Structure bar index used for Sell stop loss placement.

        • BoS StopLoss Multiple | Default: 1

        Stop loss multiplier used for forced BoS stop loss.

        • Take Profit ($ / MinLot) | Default: 0

        Fixed take profit per minimum lot. 0 disables fixed TP.

        • Stop Loss ($ / MinLot) | Default: 0

        Fixed stop loss per minimum lot. 0 disables fixed SL.

        [GRID MODE]
        • Grid Mode | Default: STOP_MODE

        Defines grid order type and behavior (Stop, Limit, Trend-following, or mixed).

        • Bull Trend Up Grid Count | Default: 5

        Number of upward grid orders during bullish trend.

        • Bear Trend Down Grid Count | Default: 5

        Number of downward grid orders during bearish trend.

        [UP GRID]
        • Up Grid Count | Default: 0

        Number of grid orders above the breakout level.

        • Up First Order Step ($) | Default: 1

        Distance for the first upward grid order.

        • Up Order Step ($) | Default: 1

        Distance between upward grid orders.

        • Up Take Profit Multiple | Default: 1
        Take profit multiplier for upper grid orders.
        • Up Stop Loss Multiple | Default: 1

        Stop loss multiplier for upper grid orders.

        [DOWN GRID]
        • Down Grid Count | Default: 0

        Number of grid orders below the breakout level.

        • Down First Order Step ($) | Default: 1

        Distance for the first downward grid order.

        • Down Order Step ($) | Default: 1

        Distance between downward grid orders.

        • Down Take Profit Multiple | Default: 1

        Take profit multiplier for lower grid orders.

        • Down Stop Loss Multiple | Default: 1

        Stop loss multiplier for lower grid orders.

        [TRAILING PROFITS]
        • Maximum Total Profit ($) | Default: 30

        Maximum allowed total profit before closing positions.

        • Group Trail Profit ($) | Default: 3

        Trailing profit threshold for grouped orders.

        • Symbol Trailing Buy Profit ($) | Default: 0

        Trailing profit for Buy orders per symbol.

        • Symbol Trailing Sell Profit ($) | Default: 0

        Trailing profit for Sell orders per symbol.

        • Symbol Trailing Profit ($) | Default: 1000

        Maximum trailing profit per symbol.

        • Trailing Percentage | Default: 0.7

        Dynamic trailing target as a percentage of peak profit.

        • Target Increase Coefficient | Default: 0.5

        Coefficient used to increase dynamic profit targets.

        • Trailing Stop ($ / MinLot) | Default: 100

        Trailing stop profit per minimum lot.

        • BoS Trailing Stop ($ / MinLot) | Default: 10

        Trailing stop applied specifically to BoS trades.

        • Only Use Max BoS Profit Trailing | Default: true

        Trailing stop based only on the maximum achieved BoS profit.

        [CLOSE]
        • Previous Break Close Mode | Default: PREVBREAK_FORCECLOSE

        Controls whether previous breakout positions are closed.

        • Break Profit Threshold ($) | Default: 0

        Profit threshold required to close previous breakout orders.

        • Force Close Opposite Positions | Default: true

        Automatically close opposite direction positions.

        • Maximum Group Rounds | Default: 0

        Maximum allowed group rounds before forced closure.

        • Group Take Profit ($) | Default: 0.001

        Group-level take profit threshold.

        • Signal Close Mode | Default: CloseSignalDisabe

        Defines how opposite signals trigger position closures.

        • Maximum Allowed Lots | Default: 10000

        Maximum total lot size allowed during Game mode.

        [GAME]
        • Maximum Game Rounds | Default: 100

        Maximum number of Game recovery rounds allowed.

        • Allow Zero Main TP & Group SL | Default: true

        Allows main TP and group SL to be zero during Game mode.

        • Minimum Loss to Trigger Game ($) | Default: 6

        Minimum floating loss required to activate Game recovery.

        • Repair Loss Error Percentage | Default: 1.6

        Core Game correction coefficient:

          Recommended 1.6 for 2-split recovery
            Recommended 0.053005 for ≥3-split recovery
              • Game Distance Coefficient | Default: 0

              ≤0 disables Game mode; >0 enables distance-based Game logic.

              • Increase Lots by Game Profit | Default: 1

              Adjusts lot size dynamically based on Game profits.


              DYJ BoS GameFlow Engine EA

              • A market-structure-based automated trading system that combines trend recognition with deep game mechanics, designed for multi-symbol and multi-timeframe trading environments.

                  Produits recommandés
                  BTC Master Pro
                  Farzad Saadatinia
                  4.58 (12)
                  BTC Master Pro — votre partenaire de confiance pour un trading discipliné du Bitcoin. La nouvelle version est désormais renforcée par l’intelligence artificielle OpenAI , offrant une exécution plus intelligente et un filtrage optimisé des transactions dans des conditions de forte volatilité du marché crypto. Ce robot de trading professionnel (Expert Advisor) est spécialement conçu pour le trading du Bitcoin (BTCUSD) sur la plateforme MetaTrader 5 , en mettant l’accent sur une exécution structuré
                  Panha Scalping EA MT5
                  Huy Phanna
                  2.75 (4)
                  PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
                  FREE
                  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
                  Live signal https://www.mql5.com/en/users/datbh/seller [MT4 version: https://www.mql5.com/en/market/product/93601 ] ! Next price --> $699 and final: 1779$ This is a smart grid-based automated trading system, meticulously developed from over a decade of trading experience. The system leverages quantitative analysis, trend evaluation, and key resistance levels to execute precise entries. Our EA specializes in trading three major currency pairs: AUDCAD NZDCAD AUDNZD Designed with both efficiency a
                  Ksm mt5
                  Andriy Sydoruk
                  3 (2)
                  Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyze
                  Cordoba mt5
                  Mikhail Mitin
                  Main: Not martingale, not a grid; Working on all symbols; Use on EURUSD; Use on M5. Signals: There is a good rational algorithm. Work of two indicators: Ichimoku and Alligator  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on curr
                  Investopedia FIVE
                  Joseph Anthony Aya-ay Yutig
                  Investopedia FIVE EA est basé sur cet article : https://www.investopedia.com/articles/forex/08/five-minute-momo.asp CONDITIONS COMMERCIALES - Recherchez les paires de devises qui se négocient en dessous de l'EMA et du MACD de la période X pour être en territoire négatif. - Attendez que le prix dépasse l'EMA de la période X, puis assurez-vous que MACD est soit en train de passer du négatif au positif, soit est passé en territoire positif dans les cinq barres. - Aller long 10 pips au-dessus
                  Gold Scalper King EA
                  Naveen Kumar Shyam
                  Gold Scalper King EA is a fully automated MetaTrader 5 Expert Advisor developed exclusively for trading XAUUSD (Gold). The EA follows a systematic breakout strategy that combines market structure analysis, pending order execution, and dual EMA trend confirmation to identify trading opportunities. Rather than predicting market reversals, Gold Scalper King waits for price to confirm a breakout beyond significant swing highs or swing lows before entering a trade. Every position follows predefined t
                  MIISC PullBack
                  Adebayo Bisiriyu Adewole
                  MIISC PullBack is an indicator based STRATEGY which is one of the OFFICIAL "MIISC STRATEGY", the alogrithm takes into consideration a potential PULLBACK for entry.  Important Steps: * The EA should be used on 1H timeframe only. * Leverage the probability of the EA by applying to a minimum of 5 different symbols. * According to your capital, set a reasonable lot size. * The EA uses a fixed and dynamic stop loss. - A fixed stop loss is applied at the time of executing the trade identified by the e
                  Hamster Scalping mt5
                  Ramil Minniakhmetov
                  4.71 (242)
                  Hamster Scalping est un conseiller commercial entièrement automatique. Stratégie de scalping de nuit. L'indicateur RSI et le filtre ATR sont utilisés comme entrées. L'Expert Advisor requiert un type de compte de couverture. IMPORTANT! Contactez-moi immédiatement après l'achat pour recevoir des instructions et un bonus ! Le suivi du travail réel, ainsi que mes autres développements sont consultables ici : https://www.mql5.com/en/users/mechanic/seller Recommandations générales Dépôt minimum de 10
                  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
                  Transformez votre Trading de l'Or ! Libérez une croissance exponentielle et durable avec le "Gold Martingale Robot EA" (MT5) Êtes-vous fatigué de regarder constamment les graphiques ? Stressé à chaque fois que des nouvelles économiques à fort impact sont publiées ? Ou peut-être avez-vous fait des bénéfices pour ensuite les voir disparaître à cause de positions maintenues pendant le week-end ? Arrêtez les essais et erreurs ! Voici le Gold Martingale Robot EA — le système de trading MT5 automat
                  Gridingale MT5
                  Arthur Hatchiguian
                  4.67 (9)
                  Gridingale is a new complex  Expert Advisor that combines grid and martingale . It will create an order grid according to the settings but also add a martingale on it. So it will take profits on little and big movements .  A loss covering system is integrated to allow the recovery of orders that are too distant from the current price. It is possible to filter the opening of a new cycle with an indicator. It can work on both sides at the same time, but it is interesting to have it work on markets
                  FREE
                  TrendFollowMT
                  King Lok Leung
                  TrendFollowMT is a fully automated trading system which is using large time frame to determine the trend and use small time frame to find the entry point. Once the trend changed to opposite side, the system will wait for another entry point to recover with bigger lot size. Moreover, the target profit will be moved up when more position had been opened. The aim is to cover the cost of waiting time and risk. Trend filter: ADX and zzFibo (suggest time frame: H4) Entry: RSI and Pin bar (use current
                  Crow Scalper
                  Ringga Ardiantoro
                  Introducing our MT5 Expert Advisor, designed specifically for traders looking to capitalize on ranging market conditions. This EA employs a sophisticated Martingale strategy to maximize profit potential while managing risk effectively. Here's what sets our EA apart: Key Features: Optimal for Ranging Markets : Our EA excels in markets with consistent price oscillations, allowing you to capture frequent, smaller profits. Martingale Strategy : The EA increases the lot size after each loss, enhancin
                  The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
                  | 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
                  Falcon Gold EA
                  Mugisha David Ntakirutimana
                  Falcon Gold EA is an automated trading robot designed to trade breakout movements in the market. The system is fully automated and manages trades from entry to exit. It places buy stop and sell stop orders, sets stop loss and take profit levels automatically, and applies an aggressive trailing stop to protect profits as the trade moves in your favor. This Expert Advisor is suitable for traders who want to capture strong breakout moves without monitoring the charts all day. Once attached to a c
                  Commision AI
                  Phung Van Linh
                  ===============Features================= Low initial capital from just $500, trading 3000-5000 orders/month Automatic trading to balance and preserve capital Switch between lot trading and profit trading Orders, stops, and limits based on market fluctuations, no holding losses, clean orders Fast and efficient trading, quick wins, demo version available for trial Option to close individual orders or based on total profit Option to limit the number of buy orders and sell order
                  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
                  The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
                  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
                  Aura Gold Sniper
                  Mohammed Abdullah Ghaleb Farea Al-dub
                  **Product Name**: Aura Gold Sniper AI **Price**: $500 for 3 month --- DESCRIPTION --- **Trade Gold (XAUUSD) With Precision & Speed!** Introducing **Aura Gold Sniper AI**, an advanced algorithmic trading system built exclusively for the mechanics of Gold. Rather than relying on lagging indicators or dangerous grid grids, Aura Gold Sniper uses a proprietary "Impulse Velocity Trigger" mechanism, scanning tick-level volume movements to snipe breakouts before they happen. **Why Choose Aura G
                  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
                  Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
                  Matrix Arrow EA MT5
                  Juvenille Emperor Limited
                  5 (7)
                  Matrix Arrow EA MT5  est un conseiller expert unique qui peut échanger les signaux MT5 de l'indicateur Matrix Arrow avec un panneau de commerce sur le graphique, manuellement ou à 100% automatiquement.  Matrix Arrow Indicator MT5  déterminera la tendance actuelle à ses débuts, en rassemblant des informations et des données à partir d'un maximum de 10 indicateurs standard, qui sont: Indice de mouvement directionnel moyen (ADX), Indice de canal de matières premières (CCI), Bougies classiques Heik
                  Cet Expert Advisor (EA) est conçu pour trader l’indice DE40 (souvent désigné sous le nom de DAX, GER40, etc., selon le courtier). L'EA identifie automatiquement les opportunités de trading sur le marché et gère les positions en adoptant une approche basée sur le risque. Il vous offre deux modes de trading : Conservateur – Une approche plus lente et plus stable. Agressif – Une stratégie plus rapide conçue pour tirer parti des grands mouvements du marché (avec un risque plus élevé). Cette stratégi
                  Trend Follow EMA Dash Fit V2
                  Aguinaldo Ferreira Costa
                  EMA 200 Trend Master Pro A Estratégia das Instituições no Seu Gráfico O EMA 200 Trend Master Pro é um Expert Advisor (EA) de alta performance projetado para traders que buscam operar a favor da tendência principal do mercado. Ele utiliza a Média Móvel Exponencial de 200 períodos , amplamente reconhecida por grandes bancos e fundos de investimento como o "divisor de águas" entre mercados de alta (Bull Market) e baixa (Bear Market). Como a Estratégia Funciona? O robô monitora o preço em tempo real
                  Strategy Overview BTC Breakout Scalper Pro is a breakout scalper for BTCUSD M1 that places pending stop orders at high-volatility breakout points, confirmed by RSI filter (12/88 extremes) and ADX M15 ≥ 20 (trending market only). The EA does NOT use martingale, grid, or hedging. Each trade is a single position with predefined SL/TP based on price percentage. Position size scales with account equity via the built-in Smart_Lots algorithm — bounded by your chosen MaxLots cap (.set file). Backtest Re
                  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.
                  Les acheteurs de ce produit ont également acheté
                  Quantum Titan MT5
                  Bogdan Ion Puscasu
                  4.5 (8)
                  En intégrant le trading de niveau institutionnel à l'écosystème Quantum, Quantum Titan établit une nouvelle norme en matière de précision, de discipline et de performances éprouvées sur les marchés en temps réel. Conçu pour les traders exigeants qui attendent davantage d'un Expert Advisor GOLD, Titan représente la prochaine évolution de la technologie de trading Quantum. La disponibilité est strictement limitée à 1 000 licences à vie dans le monde entier. Une fois les 1 000 exemplaires vendus,
                  Smart Gold Hunter
                  Barbaros Bulent Kortarla
                  4.51 (41)
                  Smart Gold Hunter est un Expert Advisor pour le trading du XAUUSD / Gold sur MetaTrader 5. Il est conçu pour les traders qui préfèrent un EA gold sans grid, sans martingale, avec une vraie logique de Stop Loss et Take Profit, ainsi qu’une gestion du risque contrôlée. Vous pouvez consulter les signaux live avant de prendre une décision : 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?s
                  Quantum Queen X MT5
                  Bogdan Ion Puscasu
                  5 (34)
                  La légende continue. La reine évolue. Bienvenue dans Quantum Queen X — la nouvelle génération du légendaire système de trading d'OR qui s'appuie sur le succès éprouvé de Quantum Queen. Quantum Queen X est construit sur le même moteur de base éprouvé que Quantum Queen, et introduit un nouveau mode personnalisé puissant qui permet aux traders de choisir précisément les stratégies à activer ou à désactiver. Chaque stratégie a été examinée, affinée et optimisée individuellement afin d'offrir des per
                  Scalping Robot Pro MT5
                  MQL TOOLS SL
                  4.46 (146)
                  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.47 (104)
                  PROP FIRM PRÊT ! (   télécharger le fichier SETFILE   ) AVERTISSEMENT: Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990 $ Obtenez 1 EA gratuit (pour 3 comptes de trading) -> contactez-moi après l'achat Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   Signal en direct Signal du client Avis YouTube DERNIER MANUEL Bienvenue dans Gold Reaper ! S'appuyant sur le très performant Goldtrade Pro, cet EA a été conçu pour fonctionner simul
                  ThunderGold Scalper
                  Jorge Luiz Guimaraes De Araujo Dias
                  5 (9)
                  ThunderGold Scalper ThunderGold Scalper est un Expert Advisor développé pour le trading automatisé de l’or sur MetaTrader 5. L’EA est conçu pour XAUUSD et GOLD sur l’unité de temps M15. Il utilise un moteur décisionnel multifactoriel propriétaire afin d’identifier des opportunités de trading qualifiées et de gérer automatiquement les positions. Le système combine la structure du marché, la direction de la tendance, la qualité des bougies, le volume, le momentum et des contrôles d’exécution. Il a
                  Ultimate Breakout System
                  Profalgo Limited
                  5 (47)
                  IMPORTANT   : Ce pack ne sera vendu au prix actuel qu'en nombre très limité d'exemplaires.    Le prix passera bientôt à 999 $ !   Plus de 100 stratégies incluses   et d'autres à venir ! BONUS   :   choisissez   5    de mes autres EA gratuitement !   TOUS LES FICHIERS D'ENSEMBLE + GUIDE COMPLET D'INSTALLATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT AVIS (tiers) NOUVEAU - SIGNAL EN DIRECT DE 44 STRATÉGIES Bienvenue dans le SYSTÈME DE RÉUSSITE ULTIME ! J'ai le plaisir de vous présenter
                  Lizard
                  Marco Scherer
                  4.16 (43)
                  QU'EST-CE QUE LIZARD ? Lizard est un Expert Advisor entièrement automatisé, développé exclusivement pour le XAUUSD (Or) sur MetaTrader 5. Il utilise un système de cassure de swing multi-stratégies qui identifie les niveaux structurels clés du graphique et place des ordres stop en attente à des points d'entrée calculés avec précision. Pas de martingale. Pas de grille. Pas de moyenne à la baisse. Chaque trade dispose d'un Stop Loss et d'un Take Profit définis et est géré activement par un système
                  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)
                  Moins de trades. De meilleurs trades. La constance avant tout. • Signal en Direct Mode 1  Signal en Direct Mode 2 Twister Pro EA est un Expert Advisor de scalping haute précision développé exclusivement pour XAUUSD (Or) sur le timeframe M15. Il trade moins — mais quand il le fait, c'est avec intention. Chaque entrée passe par 5 couches de validation indépendantes avant qu'un seul ordre ne soit placé, résultant en un taux de réussite extrêmement élevé sur la configuration par défaut. DEUX MODES:
                  Logan MT5
                  Thierry Ouellet
                  4.81 (27)
                  LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 21th! 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
                  Cortex IDX
                  Vladimir Mametov
                  5 (2)
                  Il s'agit d'un Expert Advisor entièrement automatisé pour MetaTrader 5, spécialement développé pour le trading de l'indice US30 . Sa logique de trading est conçue autour du comportement dynamique des principaux indices boursiers : fortes tendances, pullbacks intraday et périodes de forte volatilité. Cet EA automatise les opérations dans un environnement où la rapidité d'exécution, la discipline et une gestion efficace des positions sont essentielles. Le système est axé sur une gestion rigoureuse
                  Quantum King EA
                  Bogdan Ion Puscasu
                  4.96 (215)
                  Quantum King EA — Une puissance intelligente, optimisée pour chaque trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prix de lancement spécial Signal en direct :       CLIQUEZ ICI Version MT4 :   CLIQUEZ ICI Chaîne Quantum King :       Cliquez ici ***Achetez Quantum King MT5 et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour plus de détails ! Gérez   votre trading avec pr
                  Quantum Athena X
                  Bogdan Ion Puscasu
                  5 (3)
                  Contrôle plus intelligent. Précision accrue. Bienvenue dans Quantum Athena X — la nouvelle génération du système de trading d'OR ciblé qui s'appuie sur la précision, l'efficacité et l'exécution disciplinée de Quantum Athena. Quantum Athena X repose sur le même moteur central optimisé et les mêmes six stratégies soigneusement sélectionnées que Quantum Athena. Chaque stratégie a été perfectionnée et optimisée individuellement pour les conditions actuelles du marché de l'or, tandis que le nouvea
                  Zoomini
                  Gennady Sergienko
                  1.87 (15)
                  Informations importantes : L'assistance et les réponses aux questions sont disponibles uniquement ici :  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taïwan ); Zoomini est un petit ensemble de modèles d'apprentissage automatique issu de la dernière recherche du projet GoGoPips de juillet 2026. Ces modèles sont destinés uniquement à XAUUSD H1 / Gold . Signal : www.mql5.com/en/signals/2381994 Ce qu'il est important de savoir : Les modèles tradent avec seulement un ordre et des SL
                  Smart Gold Impulse
                  Barbaros Bulent Kortarla
                  4.11 (19)
                  Smart Gold Impulse est désormais disponible dans une phase spéciale de lancement anticipé. Il s'agit d'un EA (Expert Advisor) que j'utilise actuellement avec des résultats impressionnants sur mon compte de signaux réels Ultima Markets . Vous pouvez vérifier les performances actuelles via les résultats des signaux en direct d'Ultima, où Smart Gold Impulse a déjà démontré un très fort potentiel dans des conditions de marché réelles. Le même fichier de configuration (set file) utilisé sur mon comp
                  Quantum Emperor MT5
                  Bogdan Ion Puscasu
                  4.85 (507)
                  Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan  gratuitement !*** Demandez en privé pour pl
                  Zerqon EA
                  Vladimir Lekhovitser
                  3.37 (30)
                  Signal de trading en temps réel Surveillance publique en temps réel de l’activité de trading : https://www.mql5.com/fr/signals/2372719 Informations officielles Profil du vendeur Canal officiel Manuel utilisateur Instructions de configuration et d’utilisation : Ouvrir le manuel utilisateur Zerqon EA est un Expert Advisor adaptatif conçu spécifiquement pour le trading sur XAUUSD. La stratégie repose sur un modèle de réseau neuronal Deep LSTM intégré via ONNX, permettant au système de tra
                  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
                  Gold Snap
                  Chen Jia Qi
                  4.5 (18)
                  Gold Snap — Système de capture rapide des profits sur l’or Signal en direct : https://www.mql5.com/en/signals/2362714 Signal en direct 2 : https://www.mql5.com/en/signals/2372603 Signal en direct v2.0 : https://www.mql5.com/en/signals/2379945 Il ne reste que 3 copies au prix actuel. Le prix passera bientôt à 1199 $. Important : Après l’achat, veuillez nous contacter par message privé afin de recevoir le guide utilisateur, les paramètres recommandés, les notes d’utilisation et l’assistance pour
                  Pulse Engine
                  Jimmy Peter Eriksson
                  4.08 (37)
                  MISE À JOUR - IL NE RESTE QUE QUELQUES EXEMPLAIRES AU PRIX ACTUEL ! L'objectif principal de ce système est d'assurer des performances en direct sur le long terme sans recourir à des techniques risquées comme la martingale ou la grille.  EXEMPLAIRES TRÈS LIMITÉS AU PRIX ACTUEL Prix ​​final : 1 499 $ [Signal en direct]    |    [Résultats des tests rétrospectifs]    |    [Guide d'installation]    |    [Résultats FTMO] Une approche différente du trading Pulse Engine n'utilise aucun indicateur ni un
                  XT Bitcoin Robot MT5
                  MQL TOOLS SL
                  5 (4)
                  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
                  Wave Rider EA MT5
                  Adam Hrncir
                  4.83 (46)
                  Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
                  Range Breakout EA with Range Filters
                  Jimmy Peter Eriksson
                  4.55 (22)
                  MISE À JOUR : Prochain prix : 699 $, Prix final : 999 $ Si vous privilégiez l'honnêteté et un véritable système de trading conçu pour le trading en conditions réelles, et non un simple backtest en ligne droite d'apparence parfaite qui peut finir par ruiner votre compte, alors ceci pourrait vous convenir. Pas de martingale / Pas de grille Signal actif pendant 22 mois +270% de croissance en direct [Signal en direct]    |    [Résultats FTMO]    |    [Portefeuille principal]  |    [Guide de backte
                  Gold Neural Core
                  TICK STACK LTD
                  5 (8)
                  Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
                  The Gold Space
                  Ayush V Jain
                  5 (3)
                  Price Increases on monday. Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminate
                  Vexora sera
                  Fatima Zohra Ed Dachraoui
                  5 (2)
                  Transparence Nous pensons que la meilleure façon d’évaluer un Expert Advisor est d’observer ses performances réelles de trading en conditions réelles. Signal de Trading en Direct :  https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Support Technique :   https://www.mql5.com/en/users/fatima-zohraed/news                                      Guide des Paramètres Lancé à $199 Maintenant $299 — Seulement 10 exemplaires disponibles Profitez de votre copie à $299 avant la prochaine augmen
                  Nexorion Initium Novum EA
                  Valentina Zhuchkova
                  4.2 (25)
                  NEXORION : Initium Novum — Logique Déterministe et Synthèse Algorithmique NEXORION est un complexe analytique de classe institutionnelle fondé sur des algorithmes mathématiques rigoureux de traitement de la liquidité. Le concept central du projet repose sur la « transparence computationnelle » : l'Expert Advisor transforme les flux de prix chaotiques en zones géométriques structurées, visualisant le processus de prise de décision directement sur le graphique de trading. Suivi en temps réel https
                  Chiroptera
                  Rob Josephus Maria Janssen
                  4.56 (48)
                  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
                  XIRO Robot MT5
                  MQL TOOLS SL
                  5 (34)
                  XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
                  Plus de l'auteur
                  DYJ GlobalForexTradeWarMAPools   is based on  indicator  MA . It can be used for any currency pair and timeframe. The Indicator is based on the following idea: crossing of two Moving Average lines (Fast and slow ) is used as a signal for opening and closing a position together. Go Long when Fast MA (MA1) crosses above Slow MA (MA2). Go Short when Fast MA (MA1) crosses below Slow MA (MA2). The EA uses dynamic allocation MA period. The MA1 and MA2 period is the Fibonacci sequence, such as InpMAArr
                  The  DYJ WPR - SignalSource is based on  WPR  indicator. It can be used for any currency pair and timeframe. The  WPR  recommends  Indicator values ranging between 80 and 100% indicate that the market is oversold. Indicator values ranging between 0 and 20% indicate that the market is overbought. The entry signal of this indicator is a turning point in the trend. The indicator uses analog trading technology, Provide you with indicators to evaluate the overall profit of the opening signal and clo
                  QuickClose: Instant Order Management Made Simple QuickClose   allows you to instantly close all orders with a single click. It operates at high speed, giving you the flexibility to close orders for a specific symbol or all symbols at once. This makes trade management significantly faster and more efficient. This   Expert Advisor can swiftly close all buy and sell orders either for a selected symbol or across all trades. The   SymbolButton is specifically designed for order closure, featuring bo
                  Professional traders know that a reversal in market price is the best entry points to trade. The trend changes K line state changes the most obvious. The SoarSignal is good to identify these changes, because we have incorporated the KDJ indicators. It is the closest to the K line state of the indicators. The two lines of KDJ Winner move within a range of 0 and 100. Values above 80 are considered to be in overbought territory and indicate that a reversal in price is possible. Values below 20 are
                  StrongCurrency
                  Daying Cao
                  5 (1)
                  This StrongCurrency is a complete trading system based on a variety of technical indicators, moving averages and pivots. Each of those elements can be assessed in defined rules and coefficients (depending on the indicator) providing limitless optimization scenarios for the StrongCurrency. In order to work the StrongCurrency creates a trend strength and entry point signal list display by evaluating these data, that takes data from all symbols. It extrapolates all the information in order to get t
                  PowerSignal
                  Daying Cao
                  5 (1)
                  Ce PowerSignal est un système de trading complet basé sur l'ATR d'indicateurs techniques. Ces indicateurs enregistreront l'état actuel de chaque POWERTREND dans chaque période et paire de devises analysées. Le PowerSignal crée un affichage de la force de tendance et de la liste des points d'entrée en évaluant ces données. S'il y a une coïncidence totale sur une paire, une alerte apparaîtra indiquant un tel cas. Les données de liste incluent Symbol, M5-MN1, BuyPercent, SellPercent, LastEntry. Le
                  This indicator shows the crossing between two moving averages, a slower and faster moving average. Signal show alert pop-up, when MA1 crosses above the MA2. Signal show alert pop-up, when MA1 crosses below the MA2. Inputs Value Fast MA Setup Period = 5 - period of Faster Moving Average (value 5). Mode = SMA - type of Moving Average (SMA, EMA, SMMA, LWMA). Price = Close - type of price (Close, Open, Low, High, Median, Typical, Weighted). Slow MA Setup Period = 10 - period of Slower MA (value 10)
                  This EA is based on the classical trend-following system of opening the positions. The EA is based on DYJ TwoMACrossAlarm and ATR and CCI indicator. It uses two moving averages. The EA uses dynamic allocation MA period. The MA1 and MA2 period is the Fibonacci sequence, such as 5.8 or 13.21 or 21.34 or...; EA Entry Rules: Go long when fast MA1 crosses above the slow MA2 and CCI crosses above the zero line; Go short when fast MA1 crosses below the slow MA2 and CCI crosses below the zero line; the
                  DYJ news foreign exchange factory est l'indicateur de base de l'analyse du marché pour les outils de transaction de calendrier et les événements macroéconomiques. Ici, vous pouvez trouver les nouvelles financières et les indicateurs des plus grandes économies du monde - des États-Unis et de l'union européenne à l'Australie et au Japon, il y a neuf économies impliquant plus de 60 paires de devises. Plus de 800 indicateurs et événements macroéconomiques ont été recueillis en temps réel auprès de
                  This indicator shows the crossing between three moving averages (slower, middle and faster ones). When fast MA crosses up middle MA and middle MA crosses up slow MA, the bullish alert is issued. When fast MA crosses down middle MA and middle MA crosses down slow MA, the bearish alert is issued. Signals to close buy positions are generated if fast MA crosses middle MA downwards, signals to close sell positions are generated if fast MA crosses middle MA upwards. Inputs Fast MA Setup MAPeriod1 = 5
                  The Expert Advisor is based on three Moving Average indicators. ThreeMACross is based on the following idea: crossing of three Moving Average lines (Fast, Middle and slow ones) is used as a signal for opening and closing a position together. Go Long when Fast MA (MA1) crosses above Middle MA (MA2), and Middle MA (MA2) crosses above Slow MA (MA3). Go Short when Fast MA (MA1) crosses below Middle MA (MA2), and Middle MA (MA2) crosses below Slow MA (MA3). Signals to close buy positions are generate
                  The RiseTrading is a unique High quality and easy to use and affordable trading tool because we have incorporated a number of proprietary features and PowerSignal and MACD and Stochastic indicators. The main advantages of the trend trading strategy used by the Expert Advisor are opening positions only in the direction of a trend, ability for the long-term retention of profitable positions allowing users to achieve good combinations of profit/loss distributions. That can work on a real account at
                  DYJ stock controller est un système de bourse en monnaie unique Il peut afficher des valeurs aléatoires pour chaque paire de devises de M1 à MN Lorsque la valeur Stoch d'une période atteint la zone de dépassement et la zone de dépassement, il y a une invite de couleur. Vous pouvez faire la bonne transaction en fonction de ces informations. Créez un modèle d'indicateur de stock appelé « DYJ inventory control » et enregistrez-le. Lorsque vous cliquez à l'aide de la souris sur une zone d'achat ex
                  The DYJ SoarTrading is based on SoarSignal indicator. It can be used for any currency pair and timeframe. Signals to buy are generated when SoarSignal has crossed oversold downwards, reached oversold and then crossed back up through oversold. Signals to sell are generated when SoarSignal has crossed overbought upwards, reached overbought, and then crossed back down through overbought. Close a trade when SoarSignal reaches the opposite side ( overbought for long order, oversold for short order).
                  DYJ Sharp advanced algorithm that detects new trends and current trend continuations for use as an entry and exit strategy. The strategy display the SHARP trend demarcation area. This SHARP area has high HighLine and low LowLine. Falling of high below HighLine of SHARP and then falling of close below LowLine of SHARP can be interpreted as a signal to sell. Rising of close above HighLine of SHARP and then rising of low above LowLine of SHARP can be interpreted as a signal to buy. The signal for e
                  DYJ TRENDWAVE features an advanced algorithm that detects new trends and current trend continuations for use as an entry strategy. DYJ TRENDWAVE's volatility is based on the power of buyers and sellers, it grabs total body size of candles and identifies the battle between buyers and sellers as a percentage of the total volume, like Sellers: (-)100% and Buyers: (+)100%. This information can be used for any entry and exit strategy. For bullish/Long Pin bar it is below the price line, for bearish/S
                  DYJTRENDWAVE features an advanced algorithm that detects new trends and current trend continuations for use as an entry strategy. DYJTRENDWAVE's volatility is based on the power of buyers and sellers, it grabs total body size of candles and identifies the battle between buyers and sellers as a percentage of the total volume, like Sellers: (-)100% and Buyers: (+)100%. This information can be used for any entry and exit strategy. For bullish/Long Pin bar it is below the price line, for bearish/Sho
                  Dyj Reversal est un consultant expert entièrement automatisé. Un filtre métrique aléatoire est utilisé pour les entrées. Les conseillers ont besoin de types de comptes de couverture et de rec. La perte de commande sera libérée sous caution par le jeu et deviendra un profit. Si la commande est dans la mauvaise direction. Vous pouvez désactiver la stratégie de jeu à tout moment. Recommandations générales Comptes ECN recommandés, écart xauusd entre 8 et 11 points ou moins, écart EUR / USD 1 Le dép
                  DYJ T3ModeMA
                  Daying Cao
                  2 (1)
                  DYJ T3ModeMA est basé sur l'algorithme T3. L’algorithme T3 a été introduit dans le domaine de l’analyse technique dans un article intitulé « Better Moving Averages » publié par le magazine américain TASC. T3 peut lisser les séries de prix tout en réduisant le retard du système de suivi des tendances. La taille de la colonne de l'indicateur détermine le signal d'entrée et lorsque la taille de la colonne est proche de 0, c'est le point de basculement de la tendance. L'indicateur utilise des techni
                  Dyj Long Term Strategy ea is a long - line Trading System Nous commençons par chercher le prix le plus bas dans la bougie comme tendance à long terme, et nous commençons à chercher le prix le plus élevé comme tendance à court terme, et nous garderons la position la plus longue possible et ferons le plus grand profit. Lorsqu'une commande est mal dirigée, la stratégie peut la transformer en gain. EA s'exécute sur n'importe quelle période d'un graphique à une seule devise Signal URL INPUT InpMagi
                  The DYJBands opens and closes positions using Bollinger Bands signals: It performs trades after a price rebound from the borderlines of the indicator. It has the option to close positions by an opposite signal, by take profit and stop loss, move a trade to breakeven upon reaching the central Bollinger band or after a certain price movement. By default, the EA is configured for trading the GBPUSD currency pair on the H1 timeframe. Also, settings for the EURUSD, USDJPY, USDCAD and XAUUSD currency
                  The DYJ MacdSto is a unique High quality and easy to use and affordable trading tool because we have incorporated a number of proprietary features and MACD and Stochastic and RSI and ADX indicators. The main advantages of the trend trading strategy used by the Expert Advisor are opening positions only in the direction of a trend, ability for the long-term retention of profitable positions allowing users to achieve good combinations of profit/loss distributions. DYJ MacdSto EA uses MACD and Stoch
                  This StrongCurrency is a complete trading system based on a variety of technical indicators, moving averages and pivots. Each of those elements can be assessed in defined rules and coefficients (depending on the indicator) providing limitless optimization scenarios for the StrongCurrency. In order to work the StrongCurrency creates a trend strength and entry point signal list display by evaluating these data, that takes data from all symbols. It extrapolates all the information in order to get t
                  The DYJ TrendPending EA tracks the new change of price of the currency pair and opens trades in case of a price low and high from the main movement in the direction of the trend. So EA uses the least risky grid and Add lots. And can attach a positive and reverse pending order. The PositivePending orders can reduce the number of grids and Add lots,  while ReversePending orders reduce the loss of orders . For more convenient search, the working timeframe has been added to inputs (Work timeframe).
                  This is a multi-currency and multi-strategy EA. This EA is to create one or more polling trading strategies in a transaction. In the polling mode, the strategies filter a trend-free range market environment and trades are placed in the opposite direction at the edges of the range. With an additional main trend filter in the trend-following mode, the DYJ's ArtOfForexWar can also trade pull-backs during trends in the trend of loss. The winning rate is more than 95% within three orders or three cl
                  Dyj scappingburg ea est un expert - Conseil entièrement automatisé. Le filtre de l'algorithme de bureau est utilisé pour les entrées. Les conseillers ont besoin de types de comptes de couverture et de rec. La perte de commande sera libérée sous caution par le jeu et deviendra un profit. Si la commande est dans la mauvaise direction. Vous pouvez désactiver la stratégie de jeu à tout moment. Recommandations générales Comptes ECN recommandés, écart xauusd entre 8 et 11 points ou moins, écart EUR /
                  DYJ ArtOfMakingMoney attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices The EA's BullsIndex attempts to measure the market's appetite for higher prices Features Monitors all pairs at the same time. The EA monitors the top 35 pairs by default, but you can select less pairs if you wish. It is a multi-currency EA that can be run from a s
                  Notre objectif est de fournir un service accessible et de qualité, de fournir aux participants du marché, aux traders et aux analystes, des outils indispensables pour des décisions de trading informées et opportunes. L'indicateur d'analyste DYJ Trend le plus optimisé, le plus robuste et le plus facile à utiliser. L'analyste de DYJ Trend tente d'évaluer les forces haussières et baissières du marché en utilisant deux mesures distinctes, une pour chaque type de pression directionnelle. Le Bears
                  The DYJ Trend Analyser EA is based on  DYJ Trend Analyst  indicator. The most optimized, highly robust and easy to use DYJ Trend Analyser EA. DYJ Trend Analyser EA attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices. The EA's BullsIndex attempts to measure the market's appetite for higher prices. Pivot Point Extra Indicator for DYJ Tre
                  This is an expert adviser that is intended to trade where sudden sharp movements occur on charts.  This EA is the trend breakout trading. However it makes only one trade per bar. Low risk EA with no too many positions, and there are predefined TP, SL and TS for each position. Features Monitors all pairs at the same time. The EA monitors the top 15 pairs by default, but you can select less pairs if you wish. It is a multi-currency EA that can be run from a single chart (M5 to D1,recommended timef
                  Filtrer:
                  Aucun avis
                  Répondre à l'avis