Ultimate Signal Builder Premium

The Ultimate Signal Builder Premium combines the features of all the other PREMIUM expert advisors, providing all the trading signals in one single place:

1. the Price Action Builder Premium;

2. the Bollinger Bands Builder Premium;

3. the Chart Patterns Builder Premium.

The Ultimate Signal Builder Premium expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism.

In a similar way with its sibling free version Ultimate Signal Builder Basic, the Ultimate Signal Builder Premium also provides some specific features:

- possibility to use a dynamic lot size per account available equity (instead of fixed lot);

- pre-defined risk profiles as shortcuts for some commonly-used value of the above-described (Dynamic Lot Size) setting;

- possibility to configure the signal validation mechanism separately per each of the 3 underlying experts (price action, Bollinger bands and chart patterns) signals.


Input parameters:

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

### PRICE ACTION SIGNALS
- enable pinbar: true/false, enables or disables the pinbar (hammer / shooting star) candlestick pattern in the trading strategy;
- enable engulfing: true/false, enables or disables the engulfing (bullish and bearish) candlestick pattern in the trading strategy;
- enable tweezers: true/false, enables or disables the tweezers (bullish and bearish) candlestick pattern in the trading strategy;
- Signal selectivity (0 .. 100):
specifies the strength for the signal validation mechanism of the price action signals. When set to 0 it allows the maximum detected number of signals to be traded, but with a lower reliability. When set to 100, the minimum number of signals will be allowed to trade, but their reliability will be significantly higher. In principle, any in-between values can be set between 0 and 100, but for good results the recommendation is between 75 and 95. The default value is 90.  

### BOLLINGER BANDS SIGNALS
- enable Bollinger squeeze: true/false, enables or disables the conservative entry Bollinger squeeze method in the trading strategy;
- enable aggressive Bollinger squeeze: true/false, enables or disables the aggressive entry Bollinger squeeze method in the trading strategy;
- enable Bollinger Bounce: true/false, enables or disables the Bollinger Bounce method in the trading strategy.
- Signal selectivity (0 .. 100)
: specifies the strength of the signal validation mechanism of the Bollinger bands signals. When set to 0 it allows the maximum detected number of signals to be traded, but with a lower reliability. When set to 100, the minimum number of signals will be allowed to trade, but their reliability will be significantly higher. In principle, any in-between values can be set between 0 and 100, but for good results the recommendation is between 75 and 95. The default value is 90.  

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


### RISK MANAGEMENT
- Lot calculation mode: F(ixed) / D(ynamic %) / R(isk profile) :
Specifies the lot calculation mode, per below-described settings.
- F - lot size (expert advisor may apply some small adjustments) :
Fixed lot size for new trades. As stated above, some small adjustments may be applied by the system in some cases (e.g. instead of specified 1.0 lots value, the Expert may start e.g. a 0.96 or 0.64 lots trade). Default value is 0.20 lots.
- D - user-specified % of available equity :
Dynamic lot size according to available account equity. The lot size is not specified directly, but rather through the corresponding percent of available equity to be used as margin when launching new trades. Default value is 33%. 
- R - auto-calculated % based on pre-defined risk profile:
These are 3 convenient shortcut, pre-defined values for for the dynamic lot size property:
1 = CONSERVATIVE style (33%)
2 = INTERMEDIATE style (50%)
3 = AGGRESSIVE style (75%)  -> to be used with caution (and never exceeded).
- Use trailing stop:
Use a trailing stop order (when set to true) rather than a regular, fixed stop order (when set to false). Default value is false.     
- Use break even:
When set to true, the trades will have their Stop Loss order advanced to the initial price, as soon as they become marginally profitable. Default value is false.
- Break even distance ratio (relative to stop loss) :
Determines the minimal profit that needs to be obtained in order for the break even mechanism to be triggered (when enabled, according to the above setting). This is calculated in pips and is multiplied by the distance to the Stop Loss order. Default value of this ratio is 0.50.
- Close all existing positions before week-end
When set to true, all managed positions will be automatically closed on Friday evening, 15 minutes before midnight. When set to false, the existing positions will be kept open over the week-end. Default (and recommended) value is true.


Important notes:

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


Recommended settings:

  • account type: either hedging or netting;
  • symbol: EUR/USD;
  • timeframe: M15;
  • minimum deposit: 1000$ (preferably: at least 2000$);
  • lot size: 
    1. 0.10-0.15 per above-mentioned minimum amount (Fixed lot) -or-
    2. 33.0%-50.0% of available equity (Dynamic lot) -or-
    3. 1-CONSERVATIVE or 2-INTERMEDIATE (Risk profile).


Set files:

Development and primary testing was done under accounts opened at Admirals broker, and default parameter values generally follow their corresponding settings. Additional testing was done, with *.set files provided for AvaTrade and FxPro brokers. You may also send me a private message if you need additional *.set files corresponding to your broker.

Prodotti consigliati
Aurum Empress
Alex Michael Murray
50% LAUNCH DISCOUNT! I am Aurum Empress — a highly advanced automated trading system designed for traders who demand control, structure, and precision. Built for MetaTrader 5 , I combine intelligent automation with powerful risk management tools, allowing traders to customize how I operate while maintaining disciplined execution in the market. I continuously monitor market conditions and manage trades with a structured trading engine while displaying important account information through a clean
Sharp Edge
Md Wakiluzzaman Raz
Sharp Edge EA – Pure Price Action for Gold This isn't just another indicator-based bot. I developed Sharp Edge specifically to handle the modern volatility of Gold (XAUUSD) that we've seen in 2024–2026. It is tuned to understand how the market moves right now , making it a strong performer for the years ahead. The Strategy: 100% Price Action The core of this EA is built on Pure Price Action . It does not use dangerous Grid systems or blind Martingale entries to force a profit. It waits for the r
TamNguyen AOS EA — The Next-Generation Multi-Symbol Intelligence for EUR Pairs I am TamNguyen AOS EA — an automated trading system designed for traders who seek stability, discipline, and precision when trading EURUSD, EURCAD, and USDCAD. I am built upon a refined combination of the Andean Oscillator, Moving Averages, and an advanced probability-based market filter, allowing me to adapt to every market shift, big or small. I do not chase noise. I do not trade randomly. I wait — I analyze — and
GL Scalper EA
Fernando De Paljla Silva
GL Scalper EA uses Pure Price Action and Linear Gradient Strategy to identify a market entry signal.  This setup is frequently used by professional traders around the world. If you want a reliable EA, GL Scalper EA is for you.  GL Scalper EA   does not use AI or martingale, it does not work miracles, but it is safe. The results shown in the images are out of sample, therefore much more reliable. The GL Scalper EA has been subjected to a long period of more than ten years of Backtesting with Tick
TrendDashboardPro
Abraham Apotierioluwa Apesinola
This is a sophisticated **TrendDashboardPro* optimized for **Deriv Synthetic Indices,cfd,crypto,metals and currency pairs**. how it works: ## **OVERALL STRATEGY** This EA uses **Multiple Moving Average Crossovers** with **advanced filters** to trade trends by checking all the timeframes from M1 to MN via the strongest confluence of all the timeframes , It's specifically optimized for synthetic indices (volatility indices) which have different characteristics than traditional forex pairs,also w
Introducing the Boom and Crash Indices Killer EA for MT5 Welcome to the next evolution in trading with the Boom and Crash Indices Killer EA, specifically designed for MetaTrader 5 (MT5). This expert advisor (EA) is engineered to trade Boom and Crash indices with unparalleled precision, leveraging advanced price action strategies. Here’s a comprehensive overview of what makes this EA a must-have tool for traders looking for consistent profitability and robust performance. Key Features and Benefit
GoldWeeklyPro GoldWeeklyPro is an automated Expert Advisor developed for trading XAUUSD (Gold) using a rule-based technical strategy. The Expert Advisor operates on higher timeframes and opens trades only when predefined technical conditions are met. Strategy Overview The Expert Advisor evaluates market conditions using a combination of trend filters, momentum indicators, and price pattern detection. Trade entries are generated only when the internal strategy criteria are satisfied. Primary Log
FREE
GBP Miner Pro MT5
Rahman Pavaleh
5 (3)
GBP Miner Pro EA is a fully intelligent and 100% automatic robot designed based on Price And Time theory and controls its trades based on a smart and powerful Money Management and Position Management system. Due to the high stability and stability in trading, you can also use accounts with low balances, which is compatible with the GBPUSD currency pair. MT4 :  https://www.mql5.com/en/market/product/143144 Blog :   https://www.mql5.com/en/blogs/post/764565 Public channel :  https://www.mql5.com/
US500 Pulse
Md Abdul Manann
Your Automated Edge for Consistent Trading Success Tired of emotional trading decisions and inconsistent results? Master the US500 (US S&P 500 Index) with a professional-grade trading robot built for the discipline and consistency required for long-term market success. Get started for just $34/month. License: 20 Devices & Unlimited Accounts.  US500 Pulse is not just another EA. It's a comprehensive, trend-following trading system designed to navigate the fast-paced US500 market with a primary
Fidelity MT5
Kyra Nickaline Watson-gordon
2 (4)
Description : Fidelity EA is an Expert Advisor for trading on all Forex pairs and all timeframe. EA is powered with specific trend detection algorithms. The algorithm is fully smart and automatic. So the use and setup of EA is very simple and there is no need to have deep knowledge about the market.   Growing the EA : The EA will be updated and supported always. New features will be added later for free. If you need a specific feature to be added to the EA, please write your idea on the commen
Reptr Gold Algo
Christopher Mark Jervis
[CURRENTLY UNAVAILABLE]  Reptr EA – Professional Automated Trading System for MT5 Reptr EA is a professionally developed Expert Advisor designed with a clear focus on capital preservation, disciplined execution, and long-term consistency. Built by traders for traders, it applies a rule-based algorithm to remove emotional decision-making and operate efficiently in real market conditions. The EA executes trades only when strict criteria are met, using a selective approach that avoids low-quality
Next Level Trade EA - An In-depth Look at its Strategic Capabilities "Next Level Trade" is distinguished from traditional expert advisors (EAs) that attempt to apply a single strategy in every market condition by a fundamental philosophy. It is not a robot, but a modular strategy and risk management platform capable of adapting to different market conditions. The power of this platform is built upon three main foundations: a broad strategy library, a multi-layered filtering system designed to i
Fully automatic advisor, GBPUSD . Timeframe m15 . Terminal MT5 ChatGPT O1 deeply analyzed all GBPUSD quotes I downloaded from high timeframes, in order to find a safe strategy; identified paranormal activity of this tool. The advisor tracks such atypical GBPUSD activities and will immediately react by trying to enter in the opposite direction. Each order is protected by a stop loss . One order can be divided into a maximum of three orders. Each order has its own take profit and stop loss. Mini
Black rock Dynamics Scalping
Hector Felipe Zuluaga Zuleta
BLACKROCK DYNAMICS SCALPING  es un asesor experto, CONSISTENTE, RENTABLE Y DE BAJO RIESGO, cuya estrategia de MICRO LOTES, está diseñada para operar y proteger la cuenta a largo plazo con DROWDON inferior al 10% Este Asesor Experto, es la evolución de  BLACKROCK DYNAMIC Y a diferencia de su predecesor, fue diseñado para tener una ALTA TASA DE OPERACIONES, no necesita EXPERIENCIA EN TRADING para poder usarlo, PERO recomendamos realizar la  OPTIMIZACION GENERAL  para tener una experiencia favorab
Cls PRO
Marco Aurelio Santos Costa
With CLS you WILL NOT LOSE, as long as you have a professional capital management. It is impossible to make a loss with CLS, why?  It works by buying and selling two positively correlated currency pairs. This means that when PAR 1 goes up PAR 2 also goes up, however, there is something that happens in the market that is the distortion of the price ratio. That is, when the PAR 1 rises and PAR 2 falls, that's when we enter, buying Par 2 and selling Par 1.  This seems simple but it is not, you
Gold Engine Pro
VALU VENTURES LTD
Gold Engine Signal - Advanced Multi-Timeframe Trading System Gold Engine Signal is a sophisticated Expert Advisor designed specifically for trading gold (XAUUSD) and other financial instruments using advanced confluence-based signal detection. This EA combines multiple technical indicators across different timeframes to identify high-probability trading opportunities with superior risk-to-reward ratios. Key Features: Multi-Timeframe Analysis:   The system analyzes market conditions across three
*** NOVIDADE: Takeprofit e Stoploss com valores fixos em pontos *** *** Comece a negociar na bolsa brasileira de forma automática *** O Ichimoku Ninja EA é um robô de negociação para Mini-Índice (WIN) e Mini-Dólar (WDO) , negociados na bolsa brasileira Bovespa. O robô opera conforme tendência, com base no indicador Ichimoku Kinko Hyo , de acordo com sua dinâmica. Ainda, os alvos de Takeprofit e Stoploss podem ser configurados conforme valores fixos ou a  Banda de Bollinger , de acordo com o pe
Liquidity Sentinel
Cristian-bogdan Buzatu
Institutional Liquidity Trading – Structure, Patience, Risk Control Liquidity Sentinel is a professional, rule-based Expert Advisor designed to trade institutional liquidity events on H1, using a disciplined sequence of liquidity sweep -> reclaim -> confirmation -> controlled execution. This EA is built for traders who understand that markets move because of liquidity , not because of random indicators. Liquidity Sentinel does not chase price. It waits, observes, and executes only when liquidit
Aurus AI
Dmitriq Evgenoeviz Ko
Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
Gold Live Breakout EA Gold Live Breakout EA is a professional Expert Advisor for MetaTrader 5 designed to trade real-time price breakouts on XAUUSD using market execution only . The EA continuously monitors recent price action and enters trades only when price breaks decisively out of a defined range , allowing traders to participate in strong directional moves while avoiding low-quality ranging conditions. This product is built for traders who prefer simple, transparent breakout logic , strict
Tinga Tinga EA
Vicent Samwel Kiboye
Product Description This Expert Advisor (EA) is a fully automated trading system designed to combine scalping and trend-following strategies in one powerful solution. It analyzes market conditions in real time and automatically opens and manages trades without any manual intervention. The EA is built with advanced risk management, making it suitable for both beginners and experienced traders. It works efficiently on low-spread brokers and can be used with any broker that supports MetaTrader.
XAU Scalper Pro EA
Ayman Ramadan Soroor
Product Name XAU Scalper Pro – Precision Gold EA for Fast M5 Trading Introduction XAU Scalper Pro is a professionally engineered Expert Advisor built exclusively for trading Gold (XAU/USD) on the 5-minute timeframe. It combines proven indicators with smart execution logic to capture short-term gold movements with precision and control. The EA is designed for traders who demand speed, accuracy, and disciplined risk management Unlike traditional EAs that rely solely on fixed TP/SL levels, XAU Sc
BoBiXAU Pro
Manfred Tochukwu Orjioke
BobiXAU Pro v3.0 - Conservative Trend Following System Professional Gold Trading EA with Real-Time Telegram Signals BobiXAU Pro is a specialized Expert Advisor designed exclusively for XAUUSD (Gold) trading. Using a proven conservative trend-following approach with multi-timeframe confirmation, this EA captures Gold's consistent directional moves while maintaining institutional-grade risk management. ️ GOLD SPECIALIST - XAUUSD ONLY This EA is optimized exclusively for Gold trading . Do not
Presentiamo onMarketsEAONE per MetaTrader5 - il tuo accesso al trading automatico. Questo Expert Advisor (EA) combina algoritmi all’avanguardia con una personalizzazione facile da utilizzare, consentendo a trader di tutti i livelli di sfruttare la potenza delle strategie automatizzate. Beneficia di punti precisi di ingresso e uscita, strumenti di gestione del rischio e analisi delle prestazioni in tempo reale. Assumi il controllo totale della tua strategia filtrando i mesi di trading consent
Salvador Mt5
Mikhail Mitin
5 (1)
Genaral: Not martingale, not a grid; Use on EURUSD Use on M5 EA was opimized only on 2020 year Signals: There is a good rational algorithm. Work of 3 indicators:   WRP, DeMarker, CCI (from 3 timeframes)   (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
FREE
Havana EA
ALGOECLIPSE LTD
4.9 (10)
Havana EA è un algoritmo di trading intraday completamente automatizzato, progettato specificamente per il US30 sul timeframe M5. Utilizza una strategia basata sui breakout, identificando modelli di pullback chiave per determinare ingressi ad alta probabilità. L’EA opera con una logica una sola operazione alla volta , gestendo ogni posizione con stop loss e take profit fissi . È incluso anche un sistema opzionale di trailing stop , che consente di proteggere i profitti man mano che il prezzo si
XAU Guardian
ahmed mohiuddin
The XAU Guardian is an automated expert advisor designed specifically for trading gold (XAUUSD). It employs a multi-timeframe approach combining trend analysis, momentum signals, and volume confirmation to execute trades with comprehensive risk management. Recommended for best results: 5 min Time Frame The EA is built on Custom Indicators and In-built indicators for best entries
GoldCraft EA
Nguyen Ngoc Phuoc
**GoldCraft EA - Advanced Gold Trading Robot** Unlock the power of automated trading with GoldCraft EA, a premium Expert Advisor designed specifically for trading XAUUSD (Gold) on the MetaTrader 5 platform. This sophisticated bot combines technical analysis with robust risk management to maximize profitability while minimizing exposure. **Key Features:** - **Trend-Following Strategy**: Utilizes Moving Averages (MA34 and MA89) on H4 and M15 timeframes, paired with RSI indicators, to identify h
Trend Apex
Levi Dane Benjamin
Trend Apex is an automated, trend-following Expert Advisor from the DaneTrades portfolio. It is designed for traders who want a clear rules-based approach, structured risk controls, and minimal day-to-day interaction. The system focuses on trend conditions using MACD with additional price-action filters to help qualify entries and manage exits. Instruments it is commonly used on include major JPY pairs, NAS100, SP500, US30, and XAUUSD. Important notes Trading involves risk and results vary by br
Unified MultiindicatorReader EA
Abraham Apotierioluwa Apesinola
# UNIFIED MULTI-INDICATOR READER EA ## The Ultimate Indicator Aggregator for MetaTrader 5 ### Stop Coding. Start Trading. **Turn Any Indicator into a Profitable Trading System in Seconds.** Are you tired of staring at multiple charts, trying to interpret conflicting signals from your favorite indicators? Do you have a killer trading strategy that requires confirmation from three different tools, but you can't manually execute it fast enough? Introducing the **Unified Multi-Indicator Reader
Gli utenti di questo prodotto hanno anche acquistato
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (484)
Ciao, trader! Sono   Quantum Queen   , il fiore all'occhiello dell'intero ecosistema Quantum e l'Expert Advisor più quotata e venduta nella storia di MQL5. Con una comprovata esperienza di oltre 20 mesi di trading live, mi sono guadagnata il posto di Regina indiscussa di XAUUSD. La mia specialità? L'ORO. La mia missione? Fornire risultati di trading coerenti, precisi e intelligenti, ancora e ancora. IMPORTANT! After the purchase please send me a private message to receive the installation manua
Quantum Valkyrie
Bogdan Ion Puscasu
4.83 (121)
Quantum Valkyrie - Precisione.Disciplina.Esecuzione Scontato       prezzo.   Il prezzo aumenterà di $ 50 ogni 10 acquisti. Segnale in diretta:   CLICCA QUI   Canale pubblico MQL5 di Quantum Valkyrie:   CLICCA QUI ***Acquista Quantum Valkyrie MT5 e potresti ottenere Quantum Emperor o Quantum Baron gratis!*** Chiedi in privato per maggiori dettagli! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Salve, comm
Akali
Yahia Mohamed Hassan Mohamed
4.97 (35)
LIVE SIGNAL: Clicca qui per vedere le prestazioni dal vivo IMPORTANTE: LEGGI PRIMA LA GUIDA È fondamentale leggere la guida alla configurazione prima di utilizzare questo EA per comprendere i requisiti del broker, le modalità della strategia e l'approccio intelligente. Clicca qui per leggere la Guida Ufficiale Akali EA Panoramica Akali EA è un Expert Advisor di scalping ad alta precisione progettato specificamente per l'Oro (XAUUSD). Utilizza un algoritmo di trailing stop estremamente stretto pe
AI Gold Trading MT5
Ho Tuan Thang
4.7 (33)
VUOI GLI STESSI RISULTATI DEL MIO SEGNALE LIVE?   Utilizza gli stessi broker che uso io:   IC MARKETS  &  I C TRADING .  A differenza del mercato azionario centralizzato, il Forex non ha un unico flusso di prezzi unificato.  Ogni broker attinge liquidità da fornitori diversi, creando flussi di dati unici. Altri broker possono raggiungere solo una performance di trading equivalente al 60-80%.     SEGNALE LIVE IC MARKETS:  https://www.mql5.com/en/signals/2344271       Canale Forex EA Trading su MQ
AI Gold Scalp Pro
Ho Tuan Thang
4.71 (7)
VUOI GLI STESSI RISULTATI DEL MIO SEGNALE LIVE?   Usa esattamente gli stessi broker che uso io:   IC MARKETS  &  I C TRADING .  A differenza del mercato azionario centralizzato, il Forex non ha un unico feed di prezzi unificato.  Ogni broker si procura liquidità da diversi fornitori, creando flussi di dati unici. Altri broker possono raggiungere solo prestazioni di trading equivalenti al 60-80%. SEGNALE LIVE Canale di Trading Forex EA su MQL5:  Unisciti al mio canale MQL5 per ricevere le mie ul
Goldwave EA MT5
Shengzu Zhong
4.65 (26)
Conto di trading reale   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Questo EA utilizza esattamente la stessa logica di trading e le stesse regole di esecuzione del segnale di trading live verificato mostrato su MQL5.Quando viene utilizzato con le impostazioni consigliate e ottimizzate, e con un broker ECN / RAW spread affidabile (ad esempio IC Markets o EC Markets) , il comportamento di trading live di questo EA è progettato per allinearsi strettamente alla struttura del
Gold House MT5
Chen Jia Qi
5 (22)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
Ultimate Breakout System
Profalgo Limited
5 (30)
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
Quantum King EA
Bogdan Ion Puscasu
4.97 (149)
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
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
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
Aot
Thi Ngoc Tram Le
4.86 (97)
AOT Expert Advisor Multi-Valuta con Analisi del Sentiment AI Strategia di ritorno alla media multi-coppia per la diversificazione del portafoglio su coppie di valute correlate. Testa AOT per la prima volta?     Inizia con le   impostazioni di dimensione lotto fisso , Dimensione lotto fisso 0.01 | Posizione singola per coppia | Funzioni avanzate disattivate. Logica di trading pura   per comprendere il comportamento del sistema. Segnale con storico verificato Dettaglio Nome File di Impostazione De
Agera
Anton Kondratev
5 (2)
AGERA   è un EA aperto completamente automatizzato e multiforme per l'identificazione delle vulnerabilità nel mercato dell'ORO! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :    
AI Gold Sniper MT5
Ho Tuan Thang
4.4 (58)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Full Throttle DMX
Stanislav Tomilov
5 (1)
Full Throttle DMX - Strategia reale,  Risultati reali   Full Throttle DMX è un consulente esperto di trading multivaluta progettato per operare con le coppie di valute EURUSD, AUDUSD, NZDUSD, EURGBP e AUDNZD. Il sistema si basa su un approccio di trading classico, utilizzando indicatori tecnici noti e una logica di mercato comprovata. L'EA contiene 10 strategie indipendenti, ciascuna progettata per identificare diverse condizioni e opportunità di mercato. A differenza di molti moderni sistemi au
Nano Machine
William Brandon Autry
5 (7)
Nano Machine GPT Version 2 (Generation 2) – Intelligenza Persistente di Pullback Abbiamo avviato questo cambiamento alla fine del 2024 con Mean Machine, uno dei primissimi sistemi a portare una vera IA di frontiera nel trading retail forex dal vivo. Nano Machine GPT Version 2 è la prossima evoluzione in questa linea. La maggior parte degli strumenti di IA risponde una volta e dimentica tutto. Nano Machine GPT Version 2 no. Ricorda ogni setup di pullback analizzato, ogni ingresso eseguito, ogni
Syna
William Brandon Autry
5 (24)
Syna 5 – Intelligenza Persistente. Memoria Reale. Intelligenza di Trading Universale. La maggior parte degli strumenti di IA risponde una volta e dimentica tutto. Ti lasciano a ricominciare da zero ancora e ancora. Syna 5 no. Ricorda ogni conversazione, ogni trade analizzato, perché ha agito, perché è rimasto in disparte e come il mercato ha reagito successivamente. Contesto completo in ogni sessione. Intelligenza cumulativa che si rafforza ad ogni trade. Questo non è l'ennesimo EA con funzioni
Karat Killer
BLODSALGO LIMITED
4.65 (26)
Pura Intelligenza sull'Oro. Validato Fino al Nucleo. Karat Killer   non è l'ennesimo EA sull'oro con indicatori riciclati e backtest gonfiati — è un   sistema di machine learning di nuova generazione   costruito esclusivamente per XAUUSD, validato con metodologia di grado istituzionale e progettato per trader che apprezzano la sostanza rispetto allo spettacolo. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before t
Mad Turtle
Gennady Sergienko
4.57 (86)
Simbolo XAUUSD (Oro / Dollaro USA) Periodo (intervallo di tempo) H1-M15 (qualsiasi) Supporto per operazioni singole SÌ Deposito minimo 500 USD (o equivalente in un’altra valuta) Compatibile con tutti i broker SÌ (supporta quotazioni a 2 o 3 cifre, qualsiasi valuta del conto, simbolo o fuso orario GMT) Funziona senza configurazione SÌ Se sei interessato al machine learning, iscriviti al canale: Iscriviti! Caratteristiche principali del progetto Mad Turtle: Vero apprendimento automatico Questo
GoldBaron XauUsd EA MT5
Mikhail Sergeev
4.2 (5)
"GoldBaron" è un robot di trading completamente automatico. Progettato per il commercio dell'oro (XAUUSD). Per 5 mesi di trading su un conto reale, l'esperto è stato in grado di guadagnare 1400% di profitto. Ogni mese, l'esperto ha guadagnato oltre il 60%. Basta impostare un esperto di trading sul grafico orario (H1) di XAUUSD e vedere il potere di prevedere i prezzi futuri dell'oro. Per un inizio aggressivo, sono sufficienti $ 200. Deposito consigliato da $ 500. Assicurati di utilizzare conti c
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — un consulente di trading professionale per negoziare qualsiasi asset senza martingala o griglie dall'autore con oltre 25 anni di esperienza. La maggior parte dei consulenti top lavora con l'oro in crescita. Appaiono brillanti nei test... finché l'oro sale. Ma cosa succede quando il trend si esaurisce? Chi proteggerà il tuo deposito? HTTP EA non crede nella crescita eterna — si adatta al mercato mutevole e è progettato per diversificare ampiamente il tuo portafoglio d
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (8)
Meno trade. Trade migliori. La costanza prima di tutto. • Segnale in Tempo Reale Modalità 1 Twister Pro EA è un Expert Advisor di scalping ad alta precisione sviluppato esclusivamente per XAUUSD (Oro) sul timeframe M15. Opera meno — ma quando opera, lo fa con uno scopo preciso. Ogni ingresso passa attraverso 5 livelli indipendenti di validazione prima che venga piazzato un singolo ordine, garantendo un tasso di precisione estremamente elevato con il SET predefinito. DUE MODALITÀ: Mode 1 (cons
XIRO Robot MT5
MQL TOOLS SL
5 (16)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
Promo lancio! Sono rimaste solo poche copie a 449$! Prossimo prezzo: 599$ Prezzo finale: 999$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro si unisce al club degli EA che commerciano oro, ma con una gran
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 Presentazione di Bitcoin Scalping MT4/MT5 – L'EA intelligente per il trading di criptovalute PROMOZIONE DI LANCIO: Solo 3 copie rimaste al prezzo attuale! Prezzo finale: 3999.99 $ BONUS - ACQUISTA BITCOIN SCALPING A VITA E OBTIENI GRATUITAMENTE EA AI VEGA BOT (2 conti)
Shark Fx
Ihor Otkydach
5 (1)
SharkFX – Motore di Scalping di Precisione per MT5 SharkFX non è semplicemente un altro scalper. È un sistema intraday rapido e adattivo, progettato per i trader che comprendono che la costanza deriva da struttura, disciplina e un controllo intelligente del rischio — non da una logica di gioco d’azzardo. SEGNALE LIVE ISTRUZIONI PER L’UTENTE Per il test, utilizzare i file di set dalla pagina delle istruzioni ( link qui ) This trading bot is part of the   Intaradaysoft CORE INDEX ecosystem Intell
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate: l'apice del trading tramite reti neurali e il percorso verso la libertà finanziaria. Aura Ultimate rappresenta il prossimo passo evolutivo nella famiglia Aura: una sintesi di architettura AI all'avanguardia, intelligenza adattabile al mercato e precisione basata sul controllo del rischio. Basata sul DNA collaudato di Aura Black Edition e Aura Neuron, si spinge oltre, fondendo i loro punti di forza in un unico ecosistema multi-strategia unificato, introducendo al contempo un live
Gold Neuron
Vasiliy Strukov
5 (2)
Gold Neuron Sistema di trading multistrategia avanzato per XAUUSD Nota bene: abilita "Tutte le strategie" nelle impostazioni, poiché l'EA analizzerà il mercato per individuare la strategia migliore nelle condizioni attuali! Saldo minimo consigliato: $200 per 0,01 lotti Esempio: 0,02 lotti per un saldo di $400, ecc. Gold Neuron EA è un Expert Advisor professionale multi-strategia progettato specificamente per il trading sull'oro (XAUUSD) sul timeframe M15. Il sistema integra 10 strategie di tradi
The Gold Phantom
Profalgo Limited
4.38 (21)
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
Golden Hen EA
Taner Altinsoy
4.5 (56)
Panoramica Golden Hen EA è un Expert Advisor progettato specificamente per XAUUSD (Oro). Funziona combinando nove strategie di trading indipendenti, ognuna innescata da diverse condizioni di mercato e intervalli temporali (M5, M30, H2, H4, H6, H12, W1). L'EA è progettato per gestire automaticamente i suoi ingressi e i filtri. La logica principale dell'EA si concentra sull'identificazione di segnali specifici. Golden Hen EA non utilizza tecniche grid, martingala o di mediazione (averaging) . Tut
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Segnale di trading in tempo reale Monitoraggio pubblico in tempo reale dell’attività di trading: https://www.mql5.com/it/signals/2356149 Informazioni ufficiali Profilo del venditore Canale ufficiale Manuale utente Istruzioni di configurazione e utilizzo: Apri manuale utente Questo Expert Advisor è stato progettato come un sistema reattivo al contesto di mercato, in grado di adattare il proprio comportamento alle condizioni di trading prevalenti, anziché seguire uno schema di esecuzione
Altri dall’autore
Ultimate Signal Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Basic combines the features of other 3 expert advisors, providing all their trading signals in one single place: 1. the Price Action Builder Basic ; 2. the Bollinger Bands Builder Basic ; 3. the Chart Patterns Builder Basic . The Ultimate Signal Builder Basic expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism. While being ess
FREE
Price Action Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Basic expert advisor was created with the primary goal of providing a free, configurable, easy to use, decently profitable automated trading strategy. At the same time, an equally important goal is ensuring a low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization of positions holding tim
FREE
Chart Patterns Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Basic expert advisor is a new addition to the automated trading strategies product family, which already contains the Price Action Builder Basic and the Bollinger Bands Builder Basic . While sharing general functionality with the other experts, this expert relies on the detection of some well-known trading chart patterns for identifying its buy/sell signals. Technical details: The following chart patterns are currently supported: - double top and double bottom patter
FREE
Bollinger Bands Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Basic expert advisor is a free and configurable trading strategy using the Bollinger Bands indicator as its primary signal provider technique. Like its sibling products from the expert advisors group, this systems aims to ensure low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization o
FREE
Price Action Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Premium expert advisor is an extension of the freely available Price Action Builder Basic :     it provides 2 new candlestick patterns besides the pinbar (already available in the basic edition);     in most configurations, backtesting usually shows an average yearly return rate increased by approximately 50%;     the account growth curve is also smoother, due to larger number of trades, almost double (2x) compared to the free version. While aimed primarily at obtaining
Bollinger Bands Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Premium expert advisor is an extension of the freely available Bollinger Bands Builder Basic :     it provides 2 new trading techniques besides the standard Bollinger squeeze (already available in the basic edition);     in most configurations, backtesting usually shows more than double (2x) average yearly return rate;     the account growth curve is also smoother, due to larger number of trades (about 3x) compared to the free version. While aimed primarily at obtaini
Chart Patterns Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Premium expert advisor is an extension of the freely available Chart Patterns Builder Basic :         it provides 1 new chart pattern: the rectangle breakout (besides the double top & bottom pattern already provided in the basic edition);         in most configurations, backtesting usually shows more than double (2x) average yearly return rate;         the account growth curve is also smoother, due to approximately double number of trades,  compared to the free version
Filtro:
Nessuna recensione
Rispondi alla recensione