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.

                  Prodotti consigliati
                  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
                  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
                  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
                  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
                  EMA256 Fourier Cycle Trader EMA256 Fourier Cycle Trader is an advanced MetaTrader 5 Expert Advisor combining a long-term EMA or TEMA trend model, causal Fourier cycle analysis, configurable averaging and a unified basket take-profit system. The Expert Advisor is designed primarily for CENT accounts and for traders who understand basket recovery strategies, geometric lot progression and the risks associated with trading without a mandatory Stop Loss. RECOMMENDED STARTING CONFIGURATION Recommended
                  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
                  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
                  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
                  BTC Master Pro
                  Farzad Saadatinia
                  4.58 (12)
                  BTC Master Pro — il tuo partner affidabile per un trading disciplinato su Bitcoin. La nuova versione è ora potenziata con intelligenza artificiale OpenAI , offrendo un’esecuzione più intelligente e un filtraggio migliorato delle operazioni in condizioni di elevata volatilità del mercato crypto. Questo Expert Advisor professionale è stato sviluppato specificamente per il trading di Bitcoin (BTCUSD) sulla piattaforma MetaTrader 5 , con particolare attenzione a un’esecuzione strutturata, esposizion
                  Hamster Scalping mt5
                  Ramil Minniakhmetov
                  4.71 (242)
                  Hamster Scalping è un consulente di trading completamente automatico. Strategia di scalping notturno. L'indicatore RSI e il filtro ATR vengono utilizzati come ingressi. L'Expert Advisor richiede un tipo di conto di copertura. IMPORTANTE! Contattami subito dopo l'acquisto per ricevere istruzioni e un bonus! Il monitoraggio del lavoro reale, così come i miei altri sviluppi, possono essere visualizzati qui: https://www.mql5.com/en/users/mechanic/seller Raccomandazioni generali Deposito minimo
                  Vix Golden Harmony
                  Lefika Raphel Sebatane
                  5 (1)
                  Vix Golden Harmony Vix Golden Harmony is a fully automated Expert Advisor for MetaTrader 5. Once attached to a chart it handles everything on its own — identifying its own entries, managing each position while it is open, and closing it when its conditions are met. Every order is checked against your broker's trading requirements and your account's available margin before it is sent, and an internal protection layer monitors the account while a position is running. No manual intervention, no con
                  FREE
                  Trasforma il tuo Trading sull'Oro! Scatena una crescita esponenziale e sostenibile con il "Gold Martingale Robot EA" (MT5) Sei stanco di guardare costantemente i grafici? Stressato ogni volta che vengono rilasciate notizie economiche ad alto impatto? O forse hai realizzato dei profitti solo per vederli svanire a causa del mantenimento di posizioni durante il fine settimana? Fermati con i tentativi ed errori! Ti presentiamo il Gold Martingale Robot EA — il sistema di trading MT5 automatizzato
                  X7pro
                  Viktor Mitrofanov
                  X7 PRO — Adaptive Trade Driver. Shifts when the market shifts.  = XAU, CFD, FOREX = X7 PRO was built with a deep understanding of trading's core axiom: the market never stands still, and the search for a single "holy grail" formula is destined to fail. The purpose of this tool is not to guess the market, but to synchronize with it. We designed it as a flexible, adaptive environment that remains "alive" through every phase of the market cycle. It doesn't provide ready-made answers — it provides
                  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
                  Investopedia FIVE
                  Joseph Anthony Aya-ay Yutig
                  Investopedia FIVE EA si basa su questo articolo: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp CONDIZIONI COMMERCIALI - Cerca che la coppia di valute scambiata al di sotto dell'EMA e del MACD del periodo X sia in territorio negativo. - Attendi che il prezzo superi l'EMA del periodo X, quindi assicurati che il MACD sia in procinto di passare da negativo a positivo o sia passato in territorio positivo entro cinque barre. - Vai long 10 pip sopra l'EMA a 20 periodi. - Ven
                  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
                  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
                  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
                  | 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
                  Aurum Rebound Edge Aurum Rebound Edge is an automated Expert Advisor designed specifically to identify short-term BUY rebound opportunities on GOLD (XAUUSD) . Rather than relying on a single indicator signal, the EA combines CCI-based market analysis with price action and confirmed candlestick behavior. BUY entries are considered only when multiple trading conditions are aligned. The exact numerical entry thresholds and detailed internal logic are intentionally not disclosed in order to protect
                  Bull Bearer AI
                  Sibusiso Dlamini
                  Bull Bearer AI is a trend-following Expert Advisor for MetaTrader 5. It looks for alignment between trend direction and momentum before opening a trade, then manages risk with ATR-based stops and position sizing. Strategy logic EMA trend structure — Fast EMA vs Slow EMA defines direction ADX filter — only trades when trend strength is present (default ADX ≥ 18) Directional confirmation — +DI / –DI must agree with the trade side Candle confirmation — signal bar must close in the trade direction,
                  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
                  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
                  Questo Expert Advisor (EA) è progettato per operare sull'indice DE40 (spesso indicato come DAX, GER40, ecc., a seconda del broker). L'EA identifica automaticamente opportunità di trading sul mercato e gestisce le posizioni con un approccio basato sul rischio. Offre due modalità di trading : Conservativo – Un approccio più lento e stabile. Aggressivo – Una strategia più rapida progettata per sfruttare i grandi movimenti del mercato (con un rischio maggiore). Questa strategia seleziona le posizion
                  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
                  Introduzione all'EA Moving Average NOTA - Dopo aver acquistato The Moving Average EA, inviami un messaggio privato per ricevere gratuitamente il mio utilitario TradeWatch EA! L'EA Moving Average è uno strumento di trading flessibile progettato specificamente per indici sintetici, pur funzionando efficacemente anche con il forex e altre classi di asset. A differenza di molti EA che si basano su impostazioni fisse delle medie mobili, questo EA consente agli utenti di personalizzare completamente i
                  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
                  Matrix Arrow EA MT5
                  Juvenille Emperor Limited
                  5 (7)
                  Matrix Arrow EA MT5  è un consulente esperto unico che può scambiare i segnali MT5 dell'indicatore Matrix Arrow con un pannello commerciale sul grafico, manualmente o automaticamente al 100%.  Matrix Arrow Indicator MT5  determinerà la tendenza attuale nelle sue fasi iniziali, raccogliendo informazioni e dati da un massimo di 10 indicatori standard, che sono: Indice di movimento direzionale medio (ADX), Indice del canale delle materie prime (CCI), Candele classiche Heiken Ashi, Media mobile, Me
                  VectorAnchor
                  Jerome Alan Wood
                  # VectorAnchor (v1.05) VectorAnchor is a multi-pair grid Expert Advisor for **AUDUSD, EURUSD, and NZDUSD on H1**, built around controlled grid recovery and basket-level profit management. Version 1.05 adds two major upgrades: a **built-in regime filter** that keeps the EA out of the market conditions that break grid systems, and **equity-scaled position sizing**. The EA automatically applies the validated configuration for whichever of the three pairs it is attached to — no manual setup of the
                  Gli utenti di questo prodotto hanno anche acquistato
                  Quantum Commander
                  Bogdan Ion Puscasu
                  L'ecosistema Quantum sta entrando in un nuovo campo di battaglia e un nuovo Comandante ne sta prendendo il comando. Sviluppato in esclusiva per l'indice US30, Quantum Commander è l'Expert Advisor completamente automatizzato creato per uno dei mercati più dinamici al mondo. In un mondo saturo di Expert Advisor (EA) di altissima qualità, Quantum Commander si distingue nettamente. Dopo diverse uscite incentrate sull'ORO, ci addentriamo in un nuovo territorio con US30: un nuovo strumento, una stra
                  Quantum Titan MT5
                  Bogdan Ion Puscasu
                  4.82 (22)
                  Portando il trading di livello istituzionale nell'ecosistema Quantum, Quantum Titan definisce un nuovo standard in termini di precisione, disciplina e prestazioni comprovate sui mercati reali. Sviluppato per i trader che si aspettano di più da un Expert Advisor GOLD, Titan rappresenta la prossima evoluzione della tecnologia di trading quantistico. La disponibilità è strettamente limitata a 1.000 licenze a vita in tutto il mondo. Una volta esaurite tutte le 1.000 copie, Quantum Titan non sarà p
                  MoonDog EA
                  James Vito Armin Bianchini
                  4.77 (22)
                  MoonDog EA è un Expert Advisor multi-strategia basato sui breakout, sviluppato specificamente per XAUUSD su MetaTrader 5. Il sistema combina cinque strategie di breakout indipendenti, progettate per individuare differenti condizioni di breakout ed espansione del prezzo. MoonDog non utilizza martingala, modalità recovery, grid recovery, moltiplicazione dei lotti o mediazione delle perdite. Ogni operazione viene aperta con il proprio Stop Loss e Take Profit predefiniti. Le posizioni in perdita non
                  Quantum Queen X MT5
                  Bogdan Ion Puscasu
                  5 (43)
                  La leggenda continua. La regina si evolve. Benvenuti in Quantum Queen X, la nuova generazione del leggendario sistema di trading sull'ORO che si basa sul comprovato successo di Quantum Queen. Quantum Queen X si basa sullo stesso motore collaudato di Quantum Queen, introducendo una nuova e potente modalità personalizzata che consente ai trader di scegliere esattamente quali strategie attivare o disattivare. Ogni strategia è stata individualmente rivista, perfezionata e ottimizzata per offrire pre
                  The Gold Reaper MT5
                  Profalgo Limited
                  4.48 (105)
                  PROP FIRM PRONTO! (   scarica SETFILE   ) AVVERTIMENTO: Rimangono solo poche copie al prezzo attuale! Prezzo finale: 990$ Ricevi 1 EA gratis (per 3 account di trading) -> contattami dopo l'acquisto Offerta combinata definitiva     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   Segnale in diretta Segnale del client Recensioni di YouTube ULTIMO MANUALE Benvenuti al Gold Reaper! Basato sul collaudato Goldtrade Pro, questo Expert Advisor è stato progettato per funzionare contempora
                  Smart Gold Hunter
                  Barbaros Bulent Kortarla
                  4.03 (60)
                  No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter è un Expert Advisor per il trading di XAUUSD / Gold su MetaTrader 5. È progettato per trader che preferiscono un EA sul gold senza grid, senza martingala, con vera logica di Stop Loss e Take Profit, e con gestione del rischio controllata. Puoi controllare il segnale live prima di prendere una decisione: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter non
                  Iron Stops
                  Fajar Dicky Firmansyah
                  4.55 (47)
                  100K Real Signal:  https://www.mql5.com/en/signals/2386516 Zero trucchi. Nessuna affermazione vuota. Iron Stops si rivolge ai trader focalizzati su un aspetto cruciale: coerenza . Che tu stia affrontando una prop challenge o gestendo fondi di clienti, questo EA resta nei confini stabiliti e fornisce risultati affidabili. Posizioni chiuse entro 36 ore. Eseguilo su un singolo grafico: Applicalo semplicemente a XAUUSD utilizzando il timeframe M30 . È tutto ciò di cui hai bisogno. Un grafico. Uno
                  Ghost Scalper MT5
                  Thomas Christoph Lipka
                  5 (6)
                  GHOST SCALPER – PREZZI ESCLUSIVI Sono disponibili solo altre 4 vendite al prezzo attuale. Successivamente, Ghost Scalper aumenterà a 499 USD . Per mantenere la disponibilità limitata e l'esclusività, il prezzo aumenterà di 100 USD ogni 10 vendite aggiuntive . Prezzo finale: 1.499 USD Ghost Scalper MT5 Ghost Scalper MT5 è un Expert Advisor completamente automatizzato sviluppato per il trading di XAUUSD / Gold su MetaTrader 5. L'Expert Advisor (EA) combina quattro strategie di trading indipendent
                  Scalping Robot Pro MT5
                  MQL TOOLS SL
                  4.38 (154)
                  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
                  Ultimate Breakout System
                  Profalgo Limited
                  5 (48)
                  IMPORTANTE   : Questo pacchetto sarà venduto al prezzo attuale solo per un numero molto limitato di copie.    Il prezzo salirà presto a 1999$!   Oltre 300 strategie incluse   e altre in arrivo! BONUS   :   scegli   5    dei miei altri Expert Advisor gratuitamente!   TUTTI I FILE DI INSTALLAZIONE + GUIDA COMPLETA ALL'INSTALLAZIONE E ALL'OTTIMIZZAZIONE VIDEO GUIDA SEGNALI IN DIRETTA RECENSIONE (di terze parti) NUOVO - SEGNALE LIVE CON 44 STRATEGIE Benvenuti nel SISTEMA DEFINITIVO DI SBLOCCAGGI
                  ThunderGold Scalper
                  Jorge Luiz Guimaraes De Araujo Dias
                  4.73 (15)
                  ThunderGold Scalper ThunderGold Scalper è un Expert Advisor sviluppato per il trading automatico dell’oro su MetaTrader 5. L’EA è progettato per XAUUSD e GOLD sul timeframe M15. Utilizza un motore decisionale multifattoriale proprietario per identificare opportunità di trading qualificate e gestire automaticamente le posizioni. Il sistema combina struttura del mercato, direzione del trend, qualità delle candele, volume, momentum e controlli di esecuzione. È progettato per attendere condizioni ap
                  Silent Exit MT5
                  Fajar Dicky Firmansyah
                  5 (5)
                  Niente trucchi. Niente promesse vuote. Silent Exit è progettato per i trader che si concentrano su un unico obiettivo: performance costanti .  Tutte le coppie Major incluse:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD Che tu stia affrontando una challenge di prop trading o gestendo fondi dei clienti, questo EA mantiene la disciplina — e produce risultati. Link SIGNAL: https://www.mql5.com/en/signals/2388541 Ricorda che questo è un conto Darwinex Zero da 100k e non ho depositato 100k. Ser
                  Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
                  GoldenShot
                  Adam Hrncir
                  5 (6)
                  Limited first week launch price -149 USD  until Friday / next  +50 USD every sold 10 licenses  /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual One shot. One target. Zero recovery. GoldenShot is a single-position gold EA built for controlled, long-term trading. It waits for a qualified setup, takes one clean shot with a real stop loss, and if the idea does not work, it manages the trade instead of rescuing it. No grid. No martingal
                  Lizard
                  Marco Scherer
                  4.34 (59)
                  Che cos'è Lizard? Lizard è un Expert Advisor completamente automatico per XAUUSD (oro) su MetaTrader 5. Utilizza un sistema di breakout di swing a più strategie: l'Expert Advisor individua i livelli strutturali chiave sul grafico e colloca ordini stop pendenti in punti di ingresso calcolati. Niente martingala, niente griglia, nessuna mediazione in perdita. Ogni operazione viene aperta con stop loss e take profit definiti e viene poi gestita da un sistema di uscita a più livelli, ininterrottament
                  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
                  Zerqon EA
                  Vladimir Lekhovitser
                  3.59 (32)
                  Segnale di trading in tempo reale Monitoraggio pubblico in tempo reale dell’attività di trading: https://www.mql5.com/it/signals/2372719 Informazioni ufficiali Profilo del venditore Canale ufficiale Manuale utente Istruzioni di configurazione e utilizzo: Apri manuale utente Zerqon EA è un Expert Advisor adattivo sviluppato specificamente per il trading su XAUUSD. La strategia si basa su un modello di rete neurale Deep LSTM integrato tramite ONNX, consentendo al sistema di elaborare il
                  TwisterPro Scalper
                  Jorge Luiz Guimaraes De Araujo Dias
                  4.39 (138)
                  Meno trade. Trade migliori. La costanza prima di tutto. • Segnale in Tempo Reale Modalità 1  Segnale Live Modalità 2 Twister Pro EA è un Expert Advisor di scalping ad alta precisione sviluppato esclusivamente per XAUUSD (Oro) sul timeframe M15. Opera meno — ma quando lo fa, lo fa con uno scopo. Ogni ingresso passa attraverso 5 livelli indipendenti di validazione prima che venga aperto un singolo ordine, risultando in un tasso di successo estremamente elevato nella configurazione predefinita.
                  Quantum King EA
                  Bogdan Ion Puscasu
                  4.96 (218)
                  Quantum King EA: potenza intelligente, raffinata per ogni trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prezzo di lancio speciale Segnale in diretta:       CLICCA QUI Versione MT4:   CLICCA QUI Canale Quantum King:       Clicca qui ***Acquista Quantum King MT5 e potresti ottenere Quantum StarMan gratis!*** Chiedi in privato per maggiori dettagli! Gestisci   le tue attività di trading con precisione
                  Quantum Athena X
                  Bogdan Ion Puscasu
                  5 (8)
                  Controllo più intelligente. Precisione raffinata. Benvenuti in Quantum Athena X, la nuova generazione del sistema di trading sull'ORO focalizzato, che si basa sulla precisione, l'efficienza e la disciplina di esecuzione di Quantum Athena. Quantum Athena X si basa sullo stesso motore di trading ottimizzato e sulle stesse 6 strategie accuratamente selezionate di Quantum Athena. Ogni strategia è stata perfezionata e ottimizzata individualmente per le attuali condizioni del mercato dell'oro, ment
                  Cortex IDX
                  Vladimir Mametov
                  3.67 (6)
                  Questo è un Expert Advisor completamente automatizzato per MetaTrader 5, sviluppato specificamente per il trading sull'indice US30 . La sua logica di trading è progettata in base al comportamento dinamico dei principali indici azionari: forti movimenti direzionali, pullback intraday e periodi di elevata volatilità. L'EA automatizza il trading in un ambiente in cui velocità di esecuzione, disciplina e gestione efficiente delle posizioni sono fondamentali. Il sistema si concentra su una gestione d
                  Aura Gold Pro Edition
                  Stanislav Tomilov
                  5 (2)
                  Creata per dominare il mercato dell'oro. Informazioni ufficiali Profilo del venditore Canale ufficiale Guida per l'utente PREZZO LIMITATO — $799 Aura Gold Pro Edition è disponibile a $799 fino alla fine di settembre. Dal 1 ottobre, il prezzo aumenterà a $999 — assicurati la tua copia prima dell’aumento. Segnale di trading in tempo reale  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://www.mql5.com/en/signals/2380859 Des
                  The Gold Space
                  Ayush V Jain
                  4.71 (7)
                  LIVE SIGNAL REACHED NEW HIGH 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. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 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,
                  Swing Forge Gold
                  Hanzla Khalil
                  5 (4)
                  SwingForge Gold MT5 — Multi-Zone Breakout Engine 4 Copies left then the price will be increased to: $299 — Current Price: $249 If you’ve traded Gold (XAUUSD), you already know the problem: most automated EAs rely on dangerous grids, martingale, or cost-averaging that look great until one big trend wipes out the account. SwingForge Gold was built on the opposite philosophy: strict risk management and pure price action. It trades confirmed swing breakouts using pending stop orders. Every sin
                  Gold Snap
                  Chen Jia Qi
                  4.58 (24)
                  Gold Snap — A Fast Profit Capture System for Gold Gold Snap v2.1 launch offer: the first 10(9 left) unlimited licenses are $599 with a free internal EA, ending in 7 days or when sold out (regular price $999). Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Important: After purchase, please contact us via MQL5 private message to receive the user guide, recommended settings, inst
                  Smart Gold Impulse
                  Barbaros Bulent Kortarla
                  3.9 (21)
                  Smart Gold Impulse è ora disponibile in una speciale fase di lancio anticipato. Questo è un EA (Expert Advisor) que sto attualmente utilizzando con risultati impressionanti sul mio conto segnali reali di Ultima Markets . Potete verificare le prestazioni attuali attraverso i risultati dei segnali in tempo reale di Ultima, dove Smart Gold Impulse ha già mostrato un potenziale molto forte in condizioni di mercato reali. Lo stesso file di configurazione (set file) utilizzato sul mio conto segnali r
                  Apex Predator MT5
                  Abdelrahman Ahmed Mahmoud Ahmed
                  Apex Predator is an automated XAUUSD Expert Advisor for MetaTrader 5 built around an advanced Support and Resistance trading approach. It is designed for traders who want an active Gold scalping system without relying on martingale or grid strategies. Apex Predator can trade frequently, but it maintains a disciplined structure by managing only one order at a time . The philosophy behind Apex Predator is simple: identify meaningful market areas, wait for the strategy's conditions to align, execut
                  Byrdi
                  William Brandon Autry
                  5 (20)
                  BYRDI - La Rete di IA Che Opera Come Una Sola La maggior parte degli Expert Advisor vede un solo terminale. BYRDI vede l'intera rete. Un'operazione aperta su un conto può cambiare il rischio di ogni altro conto che possiedi. BYRDI collega terminali MetaTrader 5 separati in un'unica maglia coordinata. Ogni nodo può mantenere il proprio conto, broker, mercati, modello di IA, strategia e impostazioni di rischio, restando comunque consapevole del sistema nel suo complesso. BYRDI può distribuire le
                  The Gold Phantom
                  Profalgo Limited
                  4.7 (44)
                  PROP FIRM PRONTO! -->   SCARICA TUTTI I FILE DEL SET AVVERTIMENTO: Ne sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ NOVITÀ (a partire da soli 399$)   : scegli 1 EA gratis! (limitato a 2 numeri di account commerciali, uno qualsiasi dei miei EA tranne UBS) Offerta Combo Definitiva     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   Segnale in diretta Segnale in diretta 2 !! IL FANTASMA D'ORO È ARRIVATO !! Dopo l'enorme successo di The Gold Reaper, sono estr
                  Pulse Engine
                  Jimmy Peter Eriksson
                  4.08 (37)
                  AGGIORNAMENTO - RIMANGONO SOLO POCHE COPIE A QUESTO PREZZO! L'obiettivo principale di questo sistema è garantire prestazioni ottimali a lungo termine senza ricorrere a strategie di martingala o a griglie rischiose.  COPIE MOLTO LIMITATE AL PREZZO ATTUALE Prezzo finale $1499 [Segnale in diretta]    |    [Risultati del backtest]    |    [Guida all'installazione]    |    [Risultati FTMO] Un approccio diverso al trading Pulse Engine non utilizza indicatori o intervalli temporali specifici. Il suo a
                  Altri dall’autore
                  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)
                  Questo PowerSignal è un sistema di trading completo basato su ATR di indicatori tecnici. Questi indicatori registreranno lo stato attuale di ciascun POWERTREND in ogni intervallo di tempo e coppia di valute analizzati. Il PowerSignal crea una visualizzazione della forza del trend e dell'elenco dei segnali del punto di ingresso valutando questi dati. Se c'è una coincidenza completa su qualsiasi coppia, verrà visualizzato un avviso che indica tale caso. I dati dell'elenco includono Symbol, M5-MN1
                  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 exchange factory è l' indicatore di analisi di mercato di base per gli strumenti di negoziazione del calendario e gli eventi macroeconomici. Qui puoi trovare notizie finanziarie e indicatori delle più grandi economie del mondo, dagli stati uniti e Dall' unione europea all' Australia e al giappone, per UN totale di 9 economie che coinvolgono più di 60 coppie di valute. Raccolta in tempo reale di oltre 800 indicatori macroeconomici ed eventi da fonti pubbliche. Ogni metrica presenta val
                  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 è UN sistema di trading azionario a valuta intera Può visualizzare valori casuali per ogni coppia di valute da M1 a MN Quando UN valore Stoch di UN periodo raggiunge l' area di vendita e l' area di acquisto superiore, viene visualizzato UN indicatore di colore. Puoi fare la transazione giusta sulla base di queste informazioni Creare UN modello di metrica di magazzino denominato " controllo magazzino DYJ" e salvarlo. Quando si fa clic con il mouse su UN' area di acquisto sup
                  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 Scalping è un Expert Advisor completamente automatizzato. Il filtro indicatore stocastico viene utilizzato per le voci. Il consulente ha bisogno di un tipo di conto di copertura e ECN. La perdita dell'ordine viene salvata dal gioco e diventa un profitto. Se la direzione dell'ordine è sbagliata. È possibile disattivare la strategia di gioco in qualsiasi momento. Raccomandazioni generali Consiglia conti ECN, spread xauusd tra 8 e 11 o inferiori, spread EURUSD 1 Il deposito minimo è di 200 dol
                  DYJ T3ModeMA
                  Daying Cao
                  2 (1)
                  Il DYJ T3ModeMA è basato sull'algoritmo T3. L'algoritmo T3 è stato introdotto nel campo dell'analisi tecnica nell'articolo "Better Moving Average", pubblicato sulla rivista americana TASC. T3 è in grado di livellare le serie di prezzi riducendo al contempo il ritardo del sistema di tracciamento delle tendenze. La dimensione della colonna dell'indicatore determina il segnale di ingresso e quando la dimensione della colonna si avvicina a 0, è il punto di svolta della tendenza. L'indicatore utilizz
                  DYJ Strategia a lungo termine EA è un sistema di trading a lungo termine Iniziamo cercando il prezzo più basso nella candela come trend lungo, e iniziamo cercando il prezzo più alto come trend breve, manterremo la posizione per il più lungo tempo e otterremo il massimo profitto. Quando l'ordine è nella direzione sbagliata, la strategia può trasformare le perdite in profitti. EA funziona solo in una valuta per qualsiasi periodo del grafico Signal URL INPUT InpMagicNumber = 8257 InpIsDisplayInte
                  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 ScalpingBurg EA è un Expert Advisor completamente automatizzato. Il filtro algoritmo Burg è usato per le voci. Il consulente ha bisogno di un tipo di conto di copertura e ECN. La perdita dell'ordine viene salvata dal gioco e diventa un profitto. Se la direzione dell'ordine è sbagliata. È possibile disattivare la strategia di gioco in qualsiasi momento. Raccomandazioni generali Consiglia conti ECN, spread xauusd tra 8 e 11 o inferiori, spread EURUSD 1 Il deposito minimo è di 200 dollari. Sca
                  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
                  Il nostro obiettivo è fornire un servizio accessibile e di qualità, consentire ai partecipanti al mercato, ai trader e agli analisti allo stesso modo, di disporre degli strumenti necessari per prendere decisioni di trading informate e tempestive. L'indicatore dell'analista DYJ Trend più ottimizzato, robusto e facile da usare. L'analista di DYJ Trend tenta di misurare le forze rialziste e ribassiste nel mercato utilizzando due misure separate, una per ogni tipo di pressione direzionale. Il Be
                  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
                  Filtro:
                  Nessuna recensione
                  Rispondi alla recensione