Bollinger Bands Builder Basic

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 of positions holding time by automatic trade closure at pre-calculated intervals;
  • avoiding the usage of exotic, highly volatile instruments.

NOTE: besides this Basic edition, there is also a Premium one available here, providing more types of signals and increased return rate.


Technical details:
Currently, 3 distinct strategy types are supported:
1. Bollinger squeeze, conservative entry (the only one available for the basic version);
2. Bollinger squeeze, aggressive entry (available in the premium version only);
3. Bollinger bounce (available in the premium version only).
- instruments: EUR/USD and GBP/USD Forex pairs, along with DJIA and S&P 500 stock indices;
- timeframes: M15, M30, H1 and H2.
By default, the system uses a multi-instrument and multi-timeframe approach with the above-mentioned parameters. Thus, only a single instance of the Expert Advisor needs to be run. Specific instruments or timeframes may be removed, but not added to these lists. There are also available configuration options for running in a single-instrument and/or single-timeframe mode, according to the current chart _Symbol and _Period variables.

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


Input parameters:

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

### 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: Not Available in the Basic version.
- enable Bollinger Bounce: Not Available in the Basic version.

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


Important notes:

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

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

Set files:

Development and primary testing was done under accounts opened at Admirals broker, and default parameter values generally follow their corresponding settings. Additional testing was done, with *.set files provided for AvaTrade and FxPro brokers. You may also send me a private message if you need additional *.set files corresponding to your broker.
Produtos recomendados
Unlock Profitable Forex Trading with the Precision Boost your trading performance with this expertly crafted Forex trading expert advisor, optimized for USD/JPY on 15-minute tick data. This EA combines powerful technical indicators and risk management to maximize profit potential while limiting risk. Designed for traders who value steady growth and automated strategies, this EA brings together proven methodologies for long and short entries and exits. Key Strategy Highlights: Technical Indicator
FVG Pattern Breakout - Fair Value Gap Breakout EA Professional Forex Trading Expert Advisor for MetaTrader 5 Description The Fair Value Gap Breakout EA is an advanced algorithmic trading system that identifies and trades Fair Value Gaps (FVGs) formed during the Asian trading session. This sophisticated EA combines institutional trading concepts with precise market structure analysis to capture high-probability trading opportunities. Key Features Fair Value Gap Detection Automatically identifies
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
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
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
-         What it does? Opens BUY (or SELL) orders automatically every X pips you decide. Closes each trade at your personal TP .  Works on any symbol: SP500, NAS100, GOLD, EURUSD, BTC... 100 % YOUR SETTINGS   What can you enter in the settings? - Trading direction: Buy or Sell - Entry level - Entry volume - Maximum number of buy orders - Maximum number of sell orders - Pips required for each new entry - Pips to take profit per trade - Stop Loss Level - Close all trades when SL level is hit Exam
Gold Breaker EA
Febrian Andhika Wijaya
Gold Breaker EA – Smart & Safe Gold Trading Automation Gold Breaker EA is a fully automated trading system designed specifically for XAUUSD (Gold) , built with one core principle: Capital protection first, profits second. Unlike many Gold EAs that rely on martingale, grid, or averaging down strategies , Gold Breaker EA uses a SAFE one-position approach . At any time, it manages only a single trade , always protected by a clear Stop Loss and Take Profit . There are no dangerous recovery system
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
Quantum Sniper XAU
Ignacio Agustin Mene Franco
Quantum Sniper XAU  Version: 3.0 | Timeframe: M15 | Instrument: XAUUSD (Spot Gold) Overview Quantum Sniper XAU is a precision algorithmic Expert Advisor (EA) specifically designed to trade XAUUSD on the M15 timeframe. It combines price action analysis with a multi-layered technical filtering system to identify high-probability entries, minimizing market noise and maximizing trading consistency. Developed with an adaptive risk management approach, the EA scales trading volume progressively as
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (237)
Hamster Scalping é um consultor de negociação totalmente automatizado que não usa martingale. Estratégia de escalpelamento noturno. O indicador RSI e o filtro ATR são usados ​​como entradas. O consultor requer um tipo de conta de cobertura. O acompanhamento do trabalho real, bem como meus outros desenvolvimentos, pode ser encontrado aqui: https://www.mql5.com/en/users/mechanic/seller Recomendações gerais Depósito mínimo de $ 100, use contas ECN com spread mínimo, configurações padrão para eu
Fire Venom – The Ultimate Spike-Catching Weapon for Boom & Crash Traders   Fire Venom is a next-generation automated trading system engineered specifically for the Deriv Boom & Crash Indices, where precision, speed, and timing determine profit. This expert advisor is built to detect the exact micro-conditions that form before a spike, entering the market with split-second accuracy—no hesitation, no missed opportunities. Whether you trade a small account or a funded account, Fire Venom is opt
Fire Venom
Natoya N Barnes
Fire Venom – The Ultimate Spike-Catching Weapon for Boom & Crash Traders   Fire Venom is a next-generation automated trading system engineered specifically for the Deriv Boom & Crash Indices, where precision, speed, and timing determine profit. This expert advisor is built to detect the exact micro-conditions that form before a spike, entering the market with split-second accuracy—no hesitation, no missed opportunities. Whether you trade a small account or a funded account, Fire Venom is opt
BFG 9000 is a unique system that trades your account 100% hands-free with   live-proven algorithms . Validated in live trading for 12 months. No Grid, no Martingale. The craziest part is however the ability to   manage your own trade decisions . The built-in AI takes your trades and manages them into profit. Safe Haven BFG includes a very stable algorithm that runs on 100% autopilot. It does not use Grid and no Martingale - thus you can be very sure, that it won't destroy your account. The syst
IRB Scalper Pro
Ahmed Alaoui Chrifi
The strategy: EA strategy is inspired from a profitable strategy of Mr Rob Hoffman (One of the best traders in the world with multiple prizes on manual trading) . 1.Entry: The EA search for IRB bars (Inventory retracement bar), and place sell pending order or buy pending order according to the trend confirmed by the calculation of a 20 EMA slope degree. We believe that most of IRB Bar are caused by huge institutions (Hedge funds …), so the idea is to take benefits from their very profitable robo
KingKong MT5
Agus Santoso
Versão MT4: https://www.mql5.com/en/market/product/90077 Versão MT5: https://www.mql5.com/en/market/product/103136 O Expert Advisor (EA) "KingKong" é um algoritmo de negociação sofisticado projetado para o mercado Forex, aproveitando uma estratégia de breakout que é ativada durante períodos de maior liquidez do mercado. Este EA foi elaborado para capitalizar movimentos de preços significativos que ocorrem quando o volume de negociação aumenta, garantindo que as negociações sejam executadas
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
Indicators Trader MT5
Konstantin Nikitin
Automated multicurrency Expert Advisor with an unlimited number of currency pairs. In this case, it is possible to indicate on each individual currency pair how the adviser will work with it. You can add orders manually. The expert does not have a specific strategy. Everyone chooses what features he will use. And on what indicators and on which TF to work with them. Real account, which is fully led by an expert. MACD and Envelopes are used . Индикаторы Two Moving Average Envelopes RSI Force I
Black Move MT5 is a sophisticated trading algorithm for the MetaTrader 5 platform, designed to eliminate emotional decision-making and execute trades based on pure mathematical analysis. It employs an adaptive, dual-mode strategy to identify and capitalize on high-probability opportunities in various market conditions. This EA is built for traders who seek a reliable automated solution that can navigate both trending and corrective market phases. Live Monitoring:  Coming Soon>>>>>>>>>>>>>>> Cor
Forex Daily Scalping EA is a professional scalping advisor for daily work on the FOREX currency market. In trading, along with experience, traders usually come to understand that the levels of accumulation of stop orders, price and time play a significant role in the market. - Recommend ECN broker with LOW SPREAD: IC Market , Exness, NordFX , FXPRIMUS , Alpari , FXTM PARAMETERS: PRICE - the price distance to be covered in the allotted time period; TIME - time allotted in seconds; HL_PERIOD - n
Bollingerpro
Marouane Benhmidane
BollingerPro - Your Complete Solution for Leveraging Bollinger Bands and Volume BollingerPro is a sophisticated Expert Advisor (EA) designed for traders who want to capitalize on Bollinger Bands, volume, and ATR (Average True Range). This robot is ideal for traders looking to use an automated strategy based on reversal signals, incorporating proven technical indicators to maximize potential gains while controlling risk. Key Data Utilized: Bollinger Bands : to identify dynamic support and resista
HFT Gold Scalping Machine 101
Mohamed Abdulmohsen Mohamed Saeed Ali
1 (1)
HFT Gold Scalping Machine101 MT5 The HFT Gold Scalping Machine101 is a fully automated, designed specifically for XAUUSD (Gold). It is compatible with all timeframes and utilizes a dual-direction "trap" system to capture market movements. IMPORTANT : Contact me in DM to send you the best configuration based on your Broker and fund . Risk and Money Management Equity Protection: Features an automatic shutdown if equity drops below a set threshold or a maximum loss percentage (default is 20%). Dyn
This Expert Advisor is designed for news trading. This version is the professional version for MT5. The price of this version is going to be 50 USD for a limited number of copies. The Final price is 99 USD. Please find below the MT4 version of the expert: News Advisor MT4 Pro. The main advantage of this expert is that it’s offering backtesting capabilities (something that is not found in most news expert advisors). This ability gives you the opportunity to optimize and test the efficacity, the s
Indicement MT5
Profalgo Limited
4.24 (25)
Bem-vindo ao Indicement! PROP FIRM READY! -> baixe os arquivos do conjunto   aqui PROMOÇÃO DE LANÇAMENTO: Restam apenas algumas cópias pelo preço atual! Preço final: 990$ NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) Oferta de combinação definitiva     ->     clique aqui JUNTE-SE AO GRUPO PÚBLICO:   Clique aqui   VERSION 4.0 LIVE RESULTS OLD VERSION FINAL RESULTS A INDICEMENT     traz meus 15 anos de experiência na criação de algoritmos de negociação profissionais para os m
AI forex robot is an advanced trading tool that utilizes sophisticated algorithms and machine learning techniques to analyze market data and make informed trading decisions. One of the key indicators it uses is the envelopes indicator, which plots a pair of parallel lines, usually representing a standard deviation away from a moving average. This indicator helps the robot to identify potential trend reversals or breakouts by highlighting areas of support and resistance. By continuously monitorin
Institutional Levels is an intelligent, fully automated Expert Advisor. This algo is arranged in such a way that the EA uses levels of importance combined with price action, without reliance on indicators. The strategy behind it is based on the teachings of a professional traders, and ex traders. It will find untested levels at which institutions are known to be interested in, in the number of candles you’ve set and will make trades based on these levels, re-test and trend. It will automaticall
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably wi
Smart Traders Deal: Buy One EA, Receive All Three! Maximize profit potential with a full AI Gold EA bundle designed for serious intraday traders like you. SPECIAL BUNDLE OFFER Buy 1 EA → Get ALL 3 Gold EAs FREE You will receive: Ultimate Gold Scalping Bot AI Sniper Scalping Bot Ultimate Gold Trading Bot One price, full market coverage (Scalp + Sniper + Trend) ULTIMATE EA BOT GOLD TRADING ULTIMATE EA BOT GOLD TRADING is a professional automated trading system designed specifically for
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
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
SkyNet Fx EA
Fernando De Paljla Silva
O SkyNet EA usa a estratégia de retorno á Média mais Filtros gerar um  Sinal de entrada no mercado. Este setup é frequentemente usado por traders profissionais Ao redor do mundo. Se queres um EA seguro, o SkyNet EA é pra você. O SkyNet EA não usa AI ou martingale, não faz milagres, mas é seguro. Os resultados Aqui apresentados nas imagens são de (out of Sample), portanto, muito mais confiável. O SkyNet EA foi submetido a um longo período de mais de dez anos de Backtest com dados Tick a Tick,   u
Os compradores deste produto também adquirem
Quantum Valkyrie
Bogdan Ion Puscasu
5 (37)
Quantum Valkyrie - Precisão.Disciplina.Execução. Com desconto       Preço.   O preço aumentará em US$ 50 a cada 10 compras. Sinal ao vivo:   CLIQUE AQUI   Canal público Quantum Valkyrie MQL5:   CLIQUE AQUI ***Compre Quantum Valkyrie MT5 e você poderá ganhar Quantum Emperor ou Quantum Baron de graça!*** Pergunte no privado para mais detalhes! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Olá, investidores
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (461)
Olá, traders! Sou   a Quantum Queen   , a joia da coroa de todo o ecossistema Quantum e a Expert Advisor mais bem avaliada e mais vendida da história do MQL5. Com um histórico comprovado de mais de 20 meses de negociação real, conquistei meu lugar como a indiscutível Rainha do XAUUSD. Minha especialidade? OURO. Minha missão? Entregar resultados de negociação consistentes, precisos e inteligentes — sempre. IMPORTANT! After the purchase please send me a private message to receive the installation
AI Gold Scalp Pro
Ho Tuan Thang
5 (4)
QUER OS MESMOS RESULTADOS DO MEU SINAL AO VIVO?   Use exatamente as mesmas corretoras que eu:   IC MARKETS  &  I C TRADING .  Diferente do mercado de ações centralizado, o Forex não tem um feed de preços único e unificado.  Cada corretora obtém liquidez de fornecedores diferentes, criando fluxos de dados únicos. Outras corretoras só conseguem atingir um desempenho de negociação equivalente a 60-80%. SINAL AO VIVO Canal de Trading Forex EA no MQL5:  Junte-se ao meu canal MQL5 para receber minhas
AI Gold Trading MT5
Ho Tuan Thang
5 (28)
QUER OS MESMOS RESULTADOS QUE O MEU SINAL AO VIVO?   Utilize as mesmas corretoras que eu:   IC MARKETS  &  I C TRADING .  Ao contrário do mercado de ações centralizado, o Forex não possui um fluxo de preços único e unificado.  Cada corretora obtém liquidez de diferentes provedores, criando fluxos de dados únicos. Outras corretoras só conseguem atingir um desempenho de negociação equivalente a 60-80%.     SINAL AO VIVO IC MARKETS:  https://www.mql5.com/en/signals/2344271       Canal Forex EA Trad
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (52)
QUER OS MESMOS RESULTADOS DO MEU SINAL AO VIVO?   Use exatamente as mesmas corretoras que eu:   IC MARKETS  &  I C TRADING .  Diferente do mercado de ações centralizado, o Forex não tem um feed de preços único e unificado.  Cada corretora obtém liquidez de fornecedores diferentes, criando fluxos de dados únicos. Outras corretoras só conseguem atingir um desempenho de negociação equivalente a 60-80%. SINAL AO VIVO Arquivo de Configuração Padrão (Mais de 10 meses de trading ao vivo):  https://www.
Akali
Yahia Mohamed Hassan Mohamed
5 (24)
LIVE SIGNAL: Clique aqui para ver o desempenho ao vivo IMPORTANTE: LEIA O GUIA PRIMEIRO É fundamental que leia o guia de configuração antes de usar este EA para entender os requisitos da corretora, os modos de estratégia e a abordagem inteligente. Clique aqui para ler o Guia Oficial do Akali EA Visão Geral Akali EA é um Expert Advisor de scalping de alta precisão projetado especificamente para Ouro (XAUUSD). Ele utiliza um algoritmo de trailing stop extremamente ajustado para garantir lucros ins
Gold House MT5
Chen Jia Qi
5 (17)
Gold House — Sistema de Trading de Rompimentos Swing em Ouro Promoção de lançamento — Limitado a 100 cópias Apenas 100 cópias serão vendidas ao preço de lançamento. Após 100 cópias, o preço sobe diretamente para $999 . O preço também aumenta $50 a cada 24 horas. 93   cópias vendidas — restam apenas 7. Garanta o menor preço antes que acabe. Live signal: https://www.mql5.com/en/signals/2359124 Fique atualizado — junte-se ao nosso canal MQL5 para atualizacoes e dicas de trading. Abra o link e cliqu
Aot
Thi Ngoc Tram Le
4.84 (87)
AOT Assessor Especialista Multi-Moeda com Análise de Sentimento IA Estratégia de reversão à média multi-pares para diversificação de portfólio entre pares de moedas correlacionados. Primeira vez testando o AOT?     Comece com as   configurações de tamanho de lote fixo , Tamanho de lote fixo 0.01 | Posição única por par | Recursos avançados desativados. Lógica de negociação pura   para entender o comportamento do sistema. Sinal de histórico de desempenho Detalhe Nome do Arquivo de Configuração De
Goldwave EA MT5
Shengzu Zhong
4.8 (20)
Conta de trading real   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Este EA utiliza exatamente a mesma lógica de trading e as mesmas regras de execução do sinal de trading ao vivo verificado exibido no MQL5.Quando utilizado com as configurações recomendadas e otimizadas, e com um corretor ECN / RAW spread de boa reputação (por exemplo, IC Markets ou EC Markets) , o comportamento de trading ao vivo deste EA foi projetado para alinhar-se de forma muito próxima à estrutura d
Quantum King EA
Bogdan Ion Puscasu
4.97 (133)
Quantum King EA — Poder Inteligente, Refinado para Cada Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Preço especial de lançamento Sinal ao vivo:       CLIQUE AQUI Versão MT4:   CLIQUE AQUI Canal Quantum King:       Clique aqui ***Compre o Quantum King MT5 e você poderá ganhar o Quantum StarMan de graça!*** Peça mais detalhes em particular! Controle   suas negociações com precisão e disciplina. O Q
Karat Killer
BLODSALGO LIMITED
3.79 (14)
Inteligência Pura em Ouro. Validado até o Núcleo. Karat Killer   não é mais um EA de ouro com indicadores reciclados e backtests inflados — é um   sistema de machine learning de próxima geração   construído exclusivamente para XAUUSD, validado com metodologia de grau institucional e projetado para traders que valorizam substância em vez de espetáculo. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next in
The Gold Phantom
Profalgo Limited
4.44 (18)
PRODUÇÃO PRONTA! -->   BAIXE TODOS OS ARQUIVOS DO CONJUNTO AVISO: Restam apenas alguns exemplares ao preço atual! Preço final: US$ 990 NOVO (a partir de US$ 399)   : Escolha 1 EA grátis! (limitado a 2 números de contas de negociação, qualquer um dos meus EAs, exceto UBS) Oferta imperdível     ->     clique aqui PARTICIPE DO GRUPO PÚBLICO:   Clique aqui   Sinal ao vivo Sinal ao vivo 2 !! O FANTASMA DOURADO CHEGOU !! Após o enorme sucesso de The Gold Reaper, tenho muito orgulho de apresentar s
Golden Hen EA
Taner Altinsoy
4.82 (51)
Visão Geral Golden Hen EA é um Expert Advisor (Robô de Investimento) projetado especificamente para XAUUSD . Ele opera combinando nove estratégias de negociação independentes, cada uma acionada por diferentes condições de mercado e tempos gráficos (M5, M30, H2, H4, H6, H12, W1). O EA foi projetado para gerenciar suas entradas e filtros automaticamente. A lógica central do EA foca na identificação de sinais específicos. O Golden Hen EA não utiliza técnicas de grade (grid), martingale ou preço mé
Mad Turtle
Gennady Sergienko
4.52 (85)
Símbolo XAUUSD (Ouro/Dólar) Período (timeframe) H1-M15 (qualquer) Suporte para operação única SIM Depósito mínimo 500 USD (ou equivalente em outra moeda) Compatível com qualquer corretora SIM (suporta cotações de 2 ou 3 dígitos, qualquer moeda da conta, nome de símbolo e GMT) Funciona sem configuração prévia SIM Se você se interessa por aprendizado de máquina, inscreva-se no canal: Inscrever-se! Principais Características do Projeto Mad Turtle: Aprendizado de Máquina Real Este Expert Advisor
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FIRM PRONTO!   (   baixar SETFILE   ) WARNING : Restam apenas algumas cópias pelo preço atual! Preço final: 990$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bem-vindo ao Ceifador de Ouro! Baseado no muito bem-sucedido Goldtrade Pro, este EA foi projetado para funcionar em vários períodos de tempo ao mesmo tempo e tem a opção de definir a frequência de negoci
Golden Mirage mt5
Michela Russo
4.8 (50)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
HTTP ea
Yury Orlov
5 (9)
How To Trade Pro (HTTP) EA — um consultor de trading profissional para negociar qualquer ativo sem martingale ou grades do autor com mais de 25 anos de experiência. A maioria dos consultores top trabalha com ouro em alta. Eles parecem brilhantes nos testes... enquanto o ouro sobe. Mas o que acontece quando a tendência se esgota? Quem protegerá seu depósito? HTTP EA não acredita em crescimento eterno — ele se adapta ao mercado em mudança e foi projetado para diversificar amplamente sua carteira d
NOVA s7
Meta Sophie Agapova
5 (3)
NOVA s7 – Motor de Trading AI Adaptativo Institucional NOVA s7 representa o próximo passo evolutivo no trading algorítmico inteligente. Construído sobre a poderosa estrutura DeepSeek AI, o NOVA s7 foi projetado para interpretar o comportamento do mercado de forma contextual, em vez de reagir a sinais estáticos. Ao contrário dos Expert Advisors convencionais, o NOVA s7 avalia continuamente a estrutura do mercado, mudanças de momentum, pressão de volatilidade e qualidade de execução através de um
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (503)
Apresentando       Quantum Emperor EA   , o consultor especialista inovador em MQL5 que está transformando a maneira como você negocia o prestigiado par GBPUSD! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Compre Quantum Emperor EA e você poderá obter  Quantum StarMan   de graça!*** Peça mais detalhes em particular
QuadCore X4
Oleg Volgin
5 (2)
QuadCore X4 – Expert Advisor Multi-IA Preço atual: 344$ Próximo preço: 544$  Preço final: 1944$  Sinal: QuadCore X4 Símbolo: XAUUSD Alavancagem: mín. 1:20 Depósito: mín. 100$ Timeframe: M30 OpenAI (GPT 5.2) DeepSeek (V4) Claude (Opus 4.5) Gemini (2.5 Pr) Análise de mercado: tendência, estrutura, contexto Decisão de trade: (BUY / SELL / HOLD) Decisão: (SL / TP / Score) Padrões de preço, momentum e anomalias de curto prazo Avaliação da clareza técnica e legibilidade Viés de curto prazo (bull
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
Cada vez que o sinal ao vivo aumentar em 10%, o preço será aumentado para manter a exclusividade da Zenox e proteger a estratégia. O preço final será de US$ 2.999. Sinal ao vivo Conta IC Markets, veja o desempenho ao vivo como prova! Baixar manual do usuário (inglês) O Zenox é um robô de swing trading multipar com IA de última geração que acompanha tendências e diversifica o risco em dezesseis pares de moedas. Anos de desenvolvimento dedicado resultaram em um algoritmo de negociação poderoso.
Xauusd Quantum Pro EA
Ilies Zalegh
5 (10)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor GOLD XAUUSD para MetaTrader 5 | Motor de Decisão BUY/SELL + Gestão Avançada de Risco + Dashboard Ao Vivo PREÇO DE LANÇAMENTO ESPECIAL com desconto temporário — Oferta válida por tempo limitado. Sinal ao vivo: CLIQUE AQUI Compre o XAUUSD QUANTUM PRO EA e você poderá obter Bitcoin Quantum Edge Algo ou DAX40 Quantum Pro EA gratuitamente. Entre em contato por mensagem privada para mais informações. XAUUSD QUANTUM PRO EA é um robô MT5 criado para um único
META i11
Meta Sophie Agapova
5 (17)
META i11 – Sistema de Trading Cognitivo Híbrido -  Referência Técnica META i11 representa o próximo estágio evolutivo da série META, superando o META i7 e o META i9 por meio de uma arquitetura cognitiva híbrida completamente redesenhada. Em vez de depender apenas de redes neurais ou sistemas fractais, o META i11 introduz um Motor Cognitivo Tri-Core que analisa, se adapta e reescreve de forma autônoma a lógica interna de decisão. O EA incorpora mapeamento profundo de liquidez, supervisão cogniti
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANTE   : Este pacote só será vendido pelo preço atual e por um número muito limitado de cópias.    O preço irá para US$ 1.499 muito rápido    +100 estratégias incluídas   e mais em breve! BÔNUS   : Por US$ 999 ou mais --> escolha  5     dos meus outros EAs de graça!  TODOS OS ARQUIVOS CONFIGURADOS GUIA COMPLETO DE CONFIGURAÇÃO E OTIMIZAÇÃO GUIA DE VÍDEO SINAIS AO VIVO REVISÃO (terceiros) Bem-vindo ao SISTEMA DE FUGA SUPREMO! Tenho o prazer de apresentar o Ultimate Breakout System, um Ex
ORB Revolution
Haidar Lionel Haj Ali
5 (14)
ORB Revolution — Expert Advisor para MetaTrader 5 ORB Revolution é um Expert Advisor profissional baseado em Opening Range Breakout (ORB) para MetaTrader 5, projetado para trading automatizado disciplinado e com controle de risco . Desenvolvido com padrões institucionais, este sistema prioriza a proteção de capital , a execução consistente e uma lógica de decisão transparente — ideal para traders sérios e participantes de desafios de prop firms. O ORB Revolution suporta totalmente contas NETTING
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
Promoção de lançamento! Restam apenas algumas cópias por 449$! Próximo preço: 599$ Preço final: 999$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra 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 junta-se ao clube dos EAs de negociação d
Syna
William Brandon Autry
5 (21)
Apresentando Syna Versão 4 - O Primeiro Ecossistema de Trading Agêntico com IA do Mundo Tenho o prazer de apresentar Syna Versão 4, o primeiro sistema verdadeiro de coordenação multi-EA agêntico da indústria de trading forex . Esta inovação revolucionária permite que múltiplos Assessores Especialistas operem como uma rede de inteligência unificada em diferentes terminais MT5 e contas de corretora - uma capacidade que nunca existiu no trading forex de varejo até agora. Syna funciona perfeitament
Royal Quant EA MT5
Irina Selivanevskaia
5 (3)
Royal Quant EA Sistema de Trading Quantitativo para XAUUSD Baseado em Previsão Neural e Controlo de Risco Probabilístico Verificação em Tempo Real: A eficiência matemática do sistema está confirmada numa conta de trading real (não cent) num corretor autorizado. Pode monitorizar a atividade operacional e as estatísticas atuais do Royal Quant EA em tempo real em: https://www.mql5.com/en/signals/2354869 O Royal Quant EA é um complexo de trading algorítmico especializado, desenvolvido com base em mé
PrizmaL Lux
Vladimir Lekhovitser
5 (2)
Sinal de negociação ao vivo Monitoramento público em tempo real da atividade de negociação: https://www.mql5.com/pt/signals/2356149 Informações oficiais Perfil do vendedor Canal oficial Manual do usuário Instruções de configuração e uso: Ver manual do usuário Este Expert Advisor foi desenvolvido como um sistema sensível ao contexto de mercado, capaz de ajustar seu comportamento de acordo com as condições predominantes, em vez de seguir um padrão fixo de execução. A estratégia concentra
AI Gold Prime
Lo Thi Mai Loan
5 (13)
DOWNLOAD THE SIMPLE SET FILE FOR ALL ACCOUNTS (FOR BEGINNERS) LIVE SIGNAL:  https://www.mql5.com/en/signals/2360104 PROP FIRM READY : AI GOLD PRIME está totalmente preparado para operar com Prop Firms. Todas as configurações estão completamente integradas; não são necessários arquivos set externos. Basta selecionar um preset ou estratégia e definir um nível de risco apropriado. PROMO: Restam apenas 3 copiadores ao preço atual O preço será ajustado de forma programada a cada 24 horas até atingi
Mais do autor
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
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
Ultimate Signal Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Premium combines the features of all the other PREMIUM expert advisors, providing all the trading signals in one single place: 1. the Price Action Builder Premium ; 2. the Bollinger Bands Builder Premium ; 3. the Chart Patterns Builder Premium . The Ultimate Signal Builder Premium expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mecha
Filtro:
Sem comentários
Responder ao comentário