Toba

1         Production Description

The Toba EA is a multi-timeframe trading system that uses a combination of trend-following and momentum indicators to identify trade opportunities. It incorporates robust risk management features, including break-even, trailing stops, and configurable risk parameters. The EA is specifically designed to trade on the Silver (XAG) symbol and ensures that trades align with both higher and lower timeframe trends.

1.1        Safety First!

We added risk management features, which are:

-        Risk: You can only add a risk level between 0% and 2% on the running equity, and this per trade. In case your trade goes south, and the risk level is reached, the trade will be closed.

-        Emergency stop: Your broker may impose you a maximum drawdown of e.g. $500 per trade. You may want to set this value then to $450 just to have a buffer in case your trade is not filled immediately.

-        Anti Revenge and Greed: To prevent you are going to use excessive lot sizes, you cannot set your lot size higher than 5.0.

1.2        What is covered by the Toba advisor?

This Expert Advisor (EA) named Toba is a trading system designed for MetaTrader 5 and works only for Silver (XAGUSD).It uses multiple indicators to determine trade entries, exits, and risk management.

1.2.1        Indicators Used:

a)       Moving Averages (MA):

-        Fast, Middle, and Slow MAs on lower and middle timeframes.

-        Fast and Slow MAs on higher timeframes.

b)      Bollinger Bands (BB):

-        Used for defining Stoploss.

c)       RSI (Relative Strength Index):

-        Fast and Slow RSI values for momentum analysis.

d)      MACD (Moving Average Convergence Divergence):

-        Used for trend confirmation.

e)      ATR (Average True Range):

-        Used for setting take-profit levels.

f)        Aroon Indicator:

-        Used to detect trends and reversals.

1.2.2        Timeframes:

The EA uses multiple timeframes:

-        Lower Timeframe: Default is M15 (15 minutes).

-        Middle Timeframe: Default is H1 (1-hour).

-        Higher Timeframe: Default is H4 (4-hours).

1.2.3        Risk Management:

-        Configurable lot size, risk percentage, and maximum drawdown.

-        Implements stoploss & trailing stop mechanisms.

1.3        Key features for trading with the expert advisor

1.3.1        Input Parameters

The EA has several configurable inputs:

  1. General Settings:

Indicate Lot Size:

Ensure alignment with your broker's settings for the minimum lot size value. This expert advisor will attempt to recalculate the lot size based on your risk preferences, in case you are not using fixed lot sizes. It will not calculate a larger lot size than what the broker permits.

Indicate Fixed Lot size:

If defined true, it will not use dynamic lot sizes

Indicate Risk % ([0,2]):

Risk is measured against running equity, with acceptable values ranging from 0 to 2. For safety, values above 2 are not permitted. Risk is calculated per trade.

Indicate Maximum Drawdown, 0 means NA:

You can set a monetary value here, which will serve as an emergency stop. The maximum drawdown is per trade. If the value is set to 0, this parameter will be ignored.

-        Defining the timeframes for the lower, middle and higher timeframes

  1. Moving Average Settings for Lower Timeframe:

-        Timeframe, Period, method, and applied price for fast, middle, and slow MAs.

  1. Moving Average Settings for Middle Timeframe:

-        Timeframe, Period, method, and applied price for fast, middle, and slow MAs.

  1. Moving Average Settings for Higher Timeframe:

-        Timeframe, Period, method, and applied price for fast, and slow MAs.

5.       Bollinger Bands Settings:

-        Timeframe, period, deviation and applied price.

Go to Inputs – tab of the expert advisor where you can adapt some parameters by double clicking on them.

 

1.3.2        Initialization (OnInit)

-        Ensures the EA runs only on the Silver (XAG) symbol.

-        Initializes all indicators and their handles.

-        Sets up Bollinger Bands, MACD, RSI, ATR, and Moving Averages.

-        Configures the Aroon indicator for trend detection. You can get it at the MQL5 codebase library: Free download of the 'AROON' indicator. Without this indicator, the expert advisor will not work.

1.3.3        Trade Entry Logic

The method used for this EA is the Puria-method combined with a mixture of settings on Bollinger Band, RSI and ATR. The core of this EA works on the H1 (Middle timeframe) and goes as follows:

  1. Indicators Used

-        Three Moving Averages (MA):

      • Two red MAs (periods 75 & 85) based on low prices
      • One orange MA (period 8) based on close prices

-        MACD (Moving Average Convergence Divergence) for confirmation

  1. Buy Signal

-        The orange MA (8) crosses upward through both red MAs

-        MACD histogram shows a bar above zero

  1. Sell Signal

-        The orange MA (8) crosses downward through both red MAs

-        MACD histogram shows a bar below zero

 

1.3.4        Trade Exit Logic

-        Trades are closed under the following conditions:

      • Maximum drawdown is exceeded.
      • Risk level in monetary terms is exceeded.
      • Profit is achieved, and specific conditions are met (e.g., trailing stop is triggered).
      • Stoploss has been hit.

1.3.5        Trailing Stop

-        Trailing Stop:

      • Adjusts the stop-loss when the profit has reached 5%. Value is set at 4-times the ATR.

1.4        Risk Management

-        Calculates lot size based on risk percentage and stop-loss distance.

-        Ensures the lot size is within the broker's allowed range.

-        Prevents trades if free margin is insufficient.

1.5        Testing Results

You can see the settings and result on the attached images. The test data used for this EA where downloaded from https://strategyquant.com/quantdatamanager.


Prodotti consigliati
SolarTrade Suite Financial Robot: LaunchPad Market Expert - progettato per aprire le negoziazioni! Questo è un robot di trading che utilizza speciali algoritmi innovativi e avanzati per calcolare i suoi valori, il tuo assistente nel mondo dei mercati finanziari. Utilizza il nostro set di indicatori della serie SolarTrade Suite per scegliere meglio il momento in cui lanciare questo robot. Dai un'occhiata agli altri nostri prodotti della serie SolarTrade Suite in fondo alla descrizione. Vuoi n
Expert Smart Trend
Ruslan Pishun
3 (6)
The trading system operates on seven pairs and one timeframe. The Expert Advisor uses trading systems for trend-based entries with the help of the Envelopes and CCI indicators. Each indicator uses up to five periods for calculating the trends. The EA uses economic news to calculate the prolonged price movements. The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. Attention! This EA is only for "hedging" account
PairsTrading MT5
Evgenii Kuznetsov
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 reverse
Nova WDX Trader is a refined implementation of the classic ADX Wilder trend strength algorithm — engineered into a disciplined, automated trading strategy that respects momentum, structure, and timing. It builds on the original logic introduced by Welles Wilder, enhancing it with modern execution and risk control. Rather than reacting to short-term volatility, Nova WDX Trader waits for confirmed directional strength based on Wilder’s ADX formula, ensuring every trade has context and conviction.
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
| 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
QuantumPip
Evgeniy Scherbina
4.36 (11)
The expert "QuantumPip" is a fully automated expert which can trade several symbols from one chart. The expert also uses prices of Gold, Oil, "Schmuksie" (my adaptation of the "Dixie" indicator), DAX or FTSE to calculate inputs for the symbols. The expert uses 2 types of recurrent neural model - 1 network (decisions "buy" or "sell") and 2 networks (decisions "buy" or "uncertainty" and "sell" or "uncertainty"). QuantumPip can, therefore, trade 16 strategies as one, because it is 2 models per each
Indicement MT5
Profalgo Limited
3.96 (24)
Benvenuti a Indicement! PROP FIRM PRONTO! -> scarica i file del set   qui PROMOZIONE DI LANCIO: Ne sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) Offerta Combo Ultimate     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   VERSION 4.0 LIVE RESULTS OLD VERSION FINAL RESULTS INDICEMENT     mette a frutto i miei 15 anni di esperienza nella creazione di algoritmi di trading professionali per i merca
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
Gold Scalper EA – Advanced Support & Resistance Scalping for XAUUSD Gold Scalper EA is a precision-engineered expert advisor designed to dominate the XAUUSD (Gold) market through smart support and resistance-based scalping. Built with a clean, simplistic and minimalistic trading logic without any overcomplicated jargon that most EAs try to advertise, this Gold scalping robot executes high-probability breakout trades with surgical accuracy using simple basic support and resistance trading while
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.95 (57)
Exp-TickSniper -   scalper tick ad alta velocità con selezione automatica dei parametri per ogni coppia di valute automaticamente. Sogni un consulente che calcoli automaticamente i parametri di trading? Ottimizzato e messo a punto automaticamente? La versione completa del sistema per MetaTrader 4:       TickSniper   scalper   per MetaTrader 4 TickSniper - Descrizione completa       + DEMO + PDF L'EA è stato sviluppato sulla base dell'esperienza acquisita in quasi 10 anni di programmazione EA.
Gold Throne
DRT Circle
4.33 (6)
Gold Throne EA – Sistema di trading a griglia non Martingale per l'oro (XAUUSD) Gold Throne EA è un Expert Advisor progettato esclusivamente per il trading sull'oro (XAUUSD). Opera secondo una metodologia di trading a griglia strutturata, evitando al contempo l'uso della strategia di money management Martingala. Invece di aumentare esponenzialmente le dimensioni dei lotti dopo le perdite, l'EA utilizza un approccio di dimensionamento dei lotti fisso o regolabile in modo incrementale, offrendo
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
Scalper Master AI
Nestor Alejandro Chiariello
Scalper Master AI Motore di scalping di precisione per USDJPY | H1 Scalper Master AI è un sistema di scalping all'avanguardia, basato sull'intelligenza artificiale e progettato per la coppia USDJPY, che sfrutta le tecniche più avanzate nel trading ad alta frequenza. Questo Expert Advisor (EA) combina un'intelligenza artificiale all'avanguardia con metodologie di scalping proprietarie per offrire precisione e prestazioni senza pari nei mercati in rapida evoluzione. Progettato per i trader che
reguired set file  Live Siqnal - is a trading system based on the correlation of several classical indicators with certain parameters to achieve the necessary goals of market entry and exit control. The minimum number of parameters greatly simplifies the work with the Expert Advisor. The strategy is based on a classic overbought/oversold system with the possible influence of market strength on the price movement in a certain direction. Recommendations for trading: - TF H1GBPUSD - leverage 1:500
VR Black Box MT5
Vladimir Pastushak
1 (1)
Il robot di trading VR Black Box si basa sulla popolare e collaudata strategia di trend following. Nel corso di diversi anni, i conti di trading live sono stati migliorati attraverso aggiornamenti regolari e l'introduzione di nuove idee. Grazie a ciò, VR Black Box è diventato un robot commerciale potente e unico in grado di impressionare sia i principianti che i trader esperti. Per conoscere il robot e valutarne l'efficacia, è sufficiente installarlo su un account demo e osservare i risultati pe
New Product Description for MadoCryptoXPro --- MadoCryptoXPro — The Smartest Crypto Warrior ️ Battle-tested on BTC & ETH. Built for real-time chaos. --- MadoCryptoXPro isn’t just another technical bot. It’s a battlefield machine designed to handle the madness of BTCUSD and ETHUSD with surgical precision. Whether the market is flat, trending, or just plain psycho — it stays focused, adapts fast, and protects your capital like a vault guard on Red Bull. --- Core Features: Smart
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
Nova DCA Trader is an Expert Advisor designed to manage trades using the Dollar-Cost Averaging (DCA) strategy, allowing for controlled position scaling during trending or volatile markets. By averaging into positions at predefined levels, this EA aims to improve entry price and maximize profit potential while managing risk carefully. Unlike reckless grid or martingale systems, Nova DCA Trader employs strict rules for scaling and exit management, ensuring that each additional position aligns with
Nova MFI Scalper brings the Buy‑Side’s favourite oscillator straight to your MT5 chart. Built around the Money Flow Index (MFI) —a volume‑weighted RSI variant that filters out weak price moves—the EA zeroes‑in on genuine accumulation and distribution. The result? Cleaner entries, faster exits, and fewer fake‑outs. Launch offer A limited batch is available at 100$. Once those copies are gone, the price jumps to $200. Secure yours today. Why traders add Nova MFI Trader to their toolbox Feature Be
Hamster Scalping mt5
Ramil Minniakhmetov
4.7 (231)
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
OverSeer MT5
Theo Karam
4 (2)
OverSeer:Your Thoughtful Trading Ally OverSeer isn’t just another Expert Advisor—it’s a carefully crafted companion for traders looking to navigate the complex world of index trading with a steady, conservative approach. Built through years of experimentation and learning, OverSeer helps you gain exposure to global markets while keeping your strategies grounded in realism. Why Choose OverSeer? OverSeer bridges thoughtful trading strategies and practical decision-making. Instead of trying to pr
GOLD Scalper PRO MT5
Lachezar Krastev
4.43 (21)
LIMITED TIME OFFER ->> Buy GOLD Scalper PRO with -60% OFF! NOTE: Promo price: $167 (Regular Price: $397) - The offer ends soon! GOLD Scalper Pro  is a very effective and profitable trading strategy, professionally developed especially for trading  GOLD (XAUUSD) . I have used the most proven trading principle since the market exist – namely a position entry in the direction of a distinctive market impulse and a following correction. This principle has been proven rock solid since the markets exi
Envelopes RSI Scalper EA
Abraham Theuri Wangui
Envelopes & RSI Scalper EA Introducing the Envelopes & RSI Scalper EA, a cutting-edge expert advisor designed to make precise, high-frequency trades using advanced technical indicators and smart risk management techniques. Key Features: Envelopes Indicator Integration: The EA leverages the Envelopes indicator to identify optimal entry and exit points. By detecting price levels relative to moving average bands, the Envelopes indicator helps pinpoint potential breakouts and reversals, crucial
Gravity
Alexandr Balasyan
The Gravity EA is a multifunctional tool for automatic and semi-automatic implementation of Pairs Trading strategies. If you do not know what Pairs Trading is, look it up on the Internet to avoid misunderstandings. The EA comprises: the ability to enable/disable the manual trading mode. You can open and close positions yourselves, based on the indicator values, or it can happen automatically. automatic money management automatic calculation of the optimum delta, the ability to manually specify
SL Gold Scalper
Chriscane Lucius J Manthando
SL Gold Scalper EA is optimized to trade GOLD (XAUUSD) asset. Based on the analysis of the market behavior a strategy that minimizes loss trades to successfully implement the martingale method. Multi-time frame analysis included for higher percentage of safe entries avoiding stop loss (SL) hunting from the market makers.  Expert Advisor Recommended Guide lines ================================================ Input Settings: MagicNumber => (Unique number per chart e.g 34505) XAUUSD =>  4 Hour Ch
AP Oil Navigator PRO (MT5) What it is AP Oil Navigator PRO is a rules-based Expert Advisor designed specifically for energy symbols such as XTIUSD (WTI) and UKOIL (Brent). The EA looks for a directional bias using a higher-timeframe trend filter, then times entries on the working timeframe using a volatility gate and a structure break. Orders are placed with broker-safe checks and fixed risk. No martingale, no grid, and no averaging. How it trades (high level) • Bias: EMA alignment and swing st
The Market Beast MT5
Beatrice Bernard Mgaya
Expert Advisor (EA) Description: Multi-Currency Trading with News Filter 1. Overview: The EA is designed to trade multiple currency pairs efficiently. It incorporates a robust news filter to avoid trading during high-impact news events. It has been thoroughly tested using FTMO data and is suitable for prop firms. 2. Key Features: a. Multi-Currency Trading: The EA supports simultaneous trading across various currency pairs. It dynamically adjusts position sizes based on market conditions and ris
Gli utenti di questo prodotto hanno anche acquistato
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (281)
Ciao, trader! Sono Quantum Queen, la nuova e potentissima aggiunta alla famiglia di Expert Advisor Quantum. La mia specialità? L'ORO. Sì, opero sulla coppia XAUUSD con precisione e sicurezza, offrendovi opportunità di trading senza pari sullo scintillante mercato dell'oro. Sono qui per dimostrare di essere l'Expert Advisor per il trading sull'oro più avanzato mai creato. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions
Argos Fury
Aleksandar Prutkin
5 (9)
Per la prima volta su questa piattaforma | Un EA che comprende il mercato Per la prima volta su questa piattaforma, un Expert Advisor (EA) utilizza tutta la potenza di Deep Seek. Combinato con la strategia Dynamic Reversal Zoning, nasce un sistema che non solo rileva i movimenti di mercato — ma li comprende davvero. Segnale live __________ Configurazione Timeframe: H1 Leva: min. 1:30 Deposito: min. $200 Simbolo: XAUUSD Broker: tutti Questa combinazione tra Deep Seek e la strategia di inversi
Axonshift EA MT5
Maxim Kurochkin
5 (17)
AxonShift — Sistema di trading algoritmico con logica di esecuzione adattiva AxonShift è un algoritmo di trading autonomo, progettato e ottimizzato specificamente per operare su XAUUSD (oro) nel timeframe H1. La sua architettura modulare è basata sull’analisi del comportamento del mercato attraverso la combinazione di dinamiche a breve termine e impulsi strutturali a medio termine. Il sistema evita reazioni eccessive al rumore di mercato e non utilizza strategie ad alta frequenza, concentrandosi
ARIA Connector EA
Martin Alejandro Bamonte
4.93 (14)
Aria Connector EA – V4 (Macchina di Apprendimento + Modello di Apprendimento XGBoost +112 IA a Pagamento e Gratuite + Sistema di Votazione + Prompt Esterni ed Editabili) Mentre la maggior parte degli EA sul mercato afferma di utilizzare "IA" o "reti neurali" ma in realtà esegue solo script di base, Aria Connector EA V4 ridefinisce cosa significa il trading veramente alimentato dall'IA. Questa non è teoria, non è esagerazione di marketing, è una connessione diretta e verificabile tra la tua pia
Quantum Baron
Bogdan Ion Puscasu
5 (32)
Barone quantico EA C'è un motivo per cui il petrolio è chiamato oro nero: ora, con Quantum Baron EA, puoi attingervi con una precisione e una sicurezza senza pari. Progettato per dominare il mondo ad alto numero di ottani di XTIUSD (petrolio greggio) sul grafico M30, Quantum Baron è la tua arma definitiva per salire di livello e fare trading con precisione d'élite. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.
Mad Turtle
Gennady Sergienko
5 (20)
Simbolo XAUUSD Timeframe H1-M15 (qualsiasi) Tipo Intelligenza artificiale Supporto per ordini singoli SÌ Deposito minimo 50 USD (o equivalente in un’altra valuta) Compatibile con QUALSIASI broker SÌ (supporta broker a 2 o 3 cifre. Qualsiasi valuta del conto. Qualsiasi nome del simbolo. Qualsiasi fuso orario GMT.) Esecuzione senza configurazione SÌ Se ti interessa l’intelligenza artificiale applicata al trading, iscriviti al mio canale. Studio i progressi più recenti nel machine learning, condiv
Quantum Emperor MT5
Bogdan Ion Puscasu
4.87 (477)
Presentazione       Quantum Emperor EA   , l'innovativo consulente esperto MQL5 che sta trasformando il modo in cui fai trading sulla prestigiosa coppia GBPUSD! Sviluppato da un team di trader esperti con esperienza di trading di oltre 13 anni. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Acquista Quantum Emperor EA e potresti ottenere Quantum StarMan gratis!*** Chiedi in privato per maggiori dettagli Segnale
Golden Synapse
Abdelrahman Ahmed Mahmoud Ahmed
5 (10)
Golden Synapse EA is a precision engineered trading system that combines an advanced strategy with strict technical analysis to deliver consistent and low risk performance. Designed to trade with discipline, it avoids risky approaches and focuses entirely on quality over quantity. Every trade it takes is carefully selected and always protected by a stop loss. Golden Synapse never uses grid or martingale systems. It only opens one position at a time, keeping exposure under control and making it a
Big Forex Players MT5
MQL TOOLS SL
4.75 (118)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.95 (118)
Quantum Bitcoin EA   : niente è impossibile, è solo questione di capire come farlo! Entra nel futuro del trading   di Bitcoin   con   Quantum Bitcoin EA   , l'ultimo capolavoro di uno dei migliori venditori di MQL5. Progettato per i trader che richiedono prestazioni, precisione e stabilità, Quantum Bitcoin ridefinisce ciò che è possibile nel mondo volatile delle criptovalute. IMPORTANTE!   Dopo l'acquisto, inviami un messaggio privato per ricevere il manuale di installazione e le istruzioni d
The Gold Reaper MT5
Profalgo Limited
4.43 (83)
PUNTELLO AZIENDA PRONTO!   (   scarica SETFILE   ) WARNING : Sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Benvenuti al Mietitore d'Oro! Basato sul Goldtrade Pro di grande successo, questo EA è stato progettato per funzionare su più intervalli di tempo contemporaneamente e ha la possibilità di impostare la frequ
SGear
Olesia Kusmenko
5 (4)
Saldi di fine estate – Offerta a tempo limitato! Si applica un modello di prezzo a livelli: ogni quinto acquisto aumenta il prezzo di 50 $. Con ogni nuovo acquirente, il prossimo livello di prezzo si avvicina, rendendo il tuo ingresso più costoso. Assicura SGear al prezzo attuale prima che venga attivato il prossimo aumento di prezzo. Questa offerta è limitata, sia nel tempo che nella quantità. Dopo di che, si applicherà il prezzo di mercato regolare. Clicca qui -> SGear Signal per monitorare i
AI Gold Sniper MT5
Ho Tuan Thang
5 (6)
Canale di trading Forex EA su MQL5: Unisciti al mio canale MQL5 per rimanere aggiornato sulle mie ultime notizie. La mia community di oltre 14.000 membri su MQL5 . SOLO 3 COPIE SU 10 RIMASTI A $399! Dopodiché, il prezzo salirà a $499. - SEGNALE REALE Rischio basso: https://www.mql5.com/it/signals/2302784 IC Markets - Rischio elevato:   https://www.mql5.com/it/signals/2310008 Le istruzioni di installazione complete per il corretto funzionamento di EA AI Gold Sniper sono aggiornate all'indiri
VolumeHedger
Huseyin Furkan Ozturk
5 (19)
VolumeHedger EA [ Live Signals ]   ,  [ My Channel ]   ,  [ Set Files ]   ,   [ Blog ] Conti consigliati: Standard con leva elevata, ECN, Raw; Cent; Propfirm (FTMO ecc.) Lo sviluppatore di questo EA ha dimostrato la propria professionalità con la qualità dei suoi altri robot. Con Volume Hedger EA  Grazie alla funzione di definizione della strategia di ingresso tramite Indicatore Personalizzato, non avrai più bisogno di acquistare altri EA! Questo EA è un algoritmo di trading avanzato che combi
Scalp Unscalp
Connor Michael Woodson
3.4 (10)
Scalp Unscalp è un sistema di scalping bidirezionale a breve termine che cerca di ottenere rapidamente profitto da ingressi molto precisi. Segnale live di Scalp Unscalp in arrivo! Il prezzo attuale aumenterà. Prezzo limitato 199 USD Nessuna griglia, nessun martingala. Ogni operazione è indipendente Stop loss fisso disponibile, con sistema virtuale di trailing stop dinamico Pannello di trading interattivo e impostazioni precise della dimensione del lotto Consigliato Grafico: EURUSD, GBPUSD, USDC
Syna
William Brandon Autry
5 (3)
Presentazione di Syna Versione 3+ - Il Rivoluzionario Sistema di Trading IA a Doppia Funzione Sono entusiasta di presentare Syna Versione 3+, un salto rivoluzionario nella tecnologia di trading alimentata da IA. Questa versione presenta un accesso API diretto senza precedenti ai principali fornitori di IA, tra cui OpenAI, Anthropic, Gemini, X.ai (Grok), Mistral, DeepSeek e l'ampio ecosistema di modelli di OpenRouter. Ora con capacità di input Vision, gestione automatica delle chiavi API e proto
EA New Player
Vitali Vasilenka
5 (9)
EA New Player — Consulente di trading di nuova generazione Un'offerta speciale è valida all'inizio delle vendite: prime 10 copie — $350, successive 20 copie — $500. EA New Player è un consulente di trading unico per MT5, costruito sulla base di 7 diverse strategie di trading classiche. Il consulente è stato creato senza l'uso di intelligenza artificiale, solo sulla base di strumenti di analisi tecnica collaudati. Le sue caratteristiche principali sono la trasparenza della logica, le impostazion
SmartChoise
Gabriel Costin Floricel
4.28 (58)
SmartChoise EA – Sistema di Trading Alimentato da Reti Neurali per XAU/USD (Oro) su Timeframe M1 Il manuale utente è disponibile tramite il link sulla mia pagina profilo — contiene spiegazioni dettagliate di tutte le impostazioni e opzioni. Sul canale Telegram puoi anche trovare diversi account che utilizzano SmartChoise con differenti saldi, livelli di rischio e configurazioni. È un ottimo modo per vedere le reali prestazioni dell’EA su più broker e condizioni. Prezzo ridotto per ora. Questo EA
Bitcoin Robot MT5
MQL TOOLS SL
4.5 (131)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
Ultimate Breakout System
Profalgo Limited
5 (23)
IMPORTANTE   : Questo pacchetto sarà venduto al prezzo corrente solo per un numero molto limitato di copie.    Il prezzo salirà a 1499$ molto velocemente    +100 strategie incluse   e altre in arrivo! BONUS   : A partire da un prezzo di 999$ --> scegli   gratuitamente 5    dei miei altri EA!  TUTTI I FILE IMPOSTATI GUIDA COMPLETA ALLA CONFIGURAZIONE E ALL'OTTIMIZZAZIONE GUIDA VIDEO SEGNALI LIVE RECENSIONE (terza parte) Benvenuti al SISTEMA DEFINITIVO DI BREAKOUT! Sono lieto di presentare l'Ul
AlphaCore X
Arseny Potyekhin
3.69 (26)
AlphaCore X AlphaCore X EA è un sistema di trading all’avanguardia che supera la complessità dei mercati finanziari grazie a un mix unico di analisi guidate dall’IA e algoritmi basati sui dati. Integrando ChatGPT-o1 , l’ultimissimo GPT-4.5 , modelli avanzati di machine learning e un solido approccio Big Data, AlphaCore X raggiunge un nuovo livello di precisione, adattabilità ed efficienza. Questo Expert Advisor impressiona per la sua strategia innovativa, l’interazione fluida con l’IA e la sott
ENEA mt5
Vitalii Tkachenko
5 (3)
Prezzo: 404$ -> 550$ Segnale:   ENEA Manuale d’uso:  Manual ENEA mt5 – Cambio di regime + GPT5 con Modelli di Markov Nascosti (HMM) ENEA mt5 è un algoritmo di trading all’avanguardia, completamente automatizzato, che combina la potenza dell’intelligenza artificiale sotto forma di ChatGPT-5 con l’analisi statistica precisa di un Modello di Markov Nascosto (HMM). Monitora il mercato in tempo reale, identificando anche stati di mercato complessi e difficili da rilevare (regimi) e regolando dinam
VectorPrime EA MT5
Maxim Kurochkin
5 (9)
VectorPrime — Sistema algoritmico con logica vettoriale multilivello VectorPrime è un sistema di trading autonomo progettato per un’esecuzione strutturata in condizioni di mercato multi–timeframe. Il suo nucleo si basa sul concetto di analisi vettoriale , in cui la dinamica dei prezzi viene scomposta in impulsi direzionali e strutture matriciali. Il sistema interpreta il flusso del mercato non come segnali isolati, ma come vettori interconnessi che formano una mappa coerente. Moduli principali d
Burning Grid
Magma Software Solutions UG
4.54 (26)
Burning Grid EA MT5 – Multi-Pair Grid Power with Adaptive Risk Trade up to 35 forex pairs simultaneously with intelligent strategy selection, flexible risk profiles, and dynamic drawdown control. Manual: https://magma-software.solutions/burning-grid/bgmanual-en.html Latest Setfiles : https://www.mql5.com/en/blogs/post/764010 Community : https://www.mql5.com/en/messages/0151274c579fdb01 Blog Posts:   https://www.mql5.com/en/users/mqlcharmant77/blog My Expert Advisors: https://www.mql5.com/en/us
Bomber Corporation EA
Ihor Otkydach
4.42 (12)
Sono lieto di presentarvi l'Expert Advisor che ho sviluppato in seguito a numerose richieste da parte degli utenti della mia strategia di trading e del mio indicatore proprietari, Divergence Bomber. Detailed installation and setup instructions –  link Live Signal: "Bomber M15 Channel" -  link Ho quindi creato l'Expert Advisor "Bomber Corporation" basato sul mio algoritmo originale per identificare e negoziare le divergenze MACD. Si tratta di un sistema di trading automatizzato che: È conforme a
Stock Indexes EA MT5
MQL TOOLS SL
4.78 (18)
Stock Indexes EA is a sophisticated   trading robot   meticulously engineered to capitalize on the dynamics of the   US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter   has also been added to the robot, which prevents it from opening a position during   important economic news , minimizing the risk. In robot, you can also specify the days and hours w
Aurum Sentinel Pro
Christian Da Costa
Aurum Sentinel Pro – Der Multi-Timeframe FVG Jäger für XAUUSD Entfessle die Macht der Fair Value Gaps über mehrere Zeitrahmen hinweg! Der   Aurum Sentinel Pro   ist ein hochspezialisierter Expert Advisor, entwickelt für den König der Devisenmärkte:   XAUUSD (Gold) . Er nutzt eine ausgeklügelte Multi-Timeframe-Strategie, die auf der Identifikation und Ausnutzung von   Fair Value Gaps (FVGs)   basiert – jenen machtvollen Unstetigkeitszonen im Markt, die oft als magnetische Anziehungspunkte für den
Swing Master EA
Ihor Otkydach
4.78 (67)
Ti presento un EA davvero tosto, costruito sulla base del mio sistema di trading manuale — Algo Pumping . Ho potenziato questa strategia al massimo, aggiungendo upgrade importanti, filtri e tecnologie avanzate, e adesso sono pronto a lanciare questo bot che: Opera con l'algoritmo avanzato Algo Pumping Swing Trading, Imposta sempre gli ordini di Stop Loss per proteggere il capitale, È perfetto sia per "Prop Firm Trading" che per "Personal Trading", Lavora senza martingala e senza griglie di recup
XG Gold Robot MT5
MQL TOOLS SL
4.21 (87)
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
Prometheus MT5
Evgenii Aksenov
5 (3)
Promo 50% discount. Regular price 1499$. The final price 3999$ All our signals are now available on myfxbook:   click here   The real signal on mQL5: CLICK HERE Unique set files and all recommendations are provided free of charge. All future updates of the adviser are included in the price. After the purchase, contact me and I will help you install and configure the robot correctly. I will also share with you information on how to get a free VPS from a reliable broker. Gold is one of the riskie
Altri dall’autore
Krakatau
Johan Gerard W Martens
This Expert Advisor is inspired on YouTube video: Trade Forex with an 91% Win Rate – No Indicators Needed! , Posted by the StatOasis | Ali Casey. Basically, you can run this expert advisor on any asset. However the coding of this EA has been finetuned and tweaked for the Nasdaq 100 . This is not a get quick rich scheme. It can take weeks before the conditions are met to open a trade. Patience is the keyword here.      Safety First! We added risk management features, which are: Risk: You can onl
Filtro:
Nessuna recensione
Rispondi alla recensione