ScalpEA v2

I am happy that you are here, let me introduce my small miracle.

How it started:

  1. At first, bot was created for XAUUSD pair. It could be used / trained for whatever you like, but at your own risk! For your info, I am not a marketing guy so nothing here will look so fancy, my bot just simply works, and decision is only on you if you would like to buy it based on your tests.
  2. It all started as an experiment after one developer here told me that doing these modifications would be too complicated. So I told him ok.
  3. My knowledge of MQL5 was close to zero so I thought how about to try some AI. 
  4. Writing this bot started on ChatGPT5, it was complicated but after some time it ended up with compilable code.
  5. On the way I have even tried Gemini but it was a disaster.. at the end I have ended at Claude and that bot is amazing and able to produce compilable code.

Now let me introduce what my EA does.

What it does:

  1. Trades FVG in both directions.
  2. Have machine learning options.
  3. Have trailing TP or my Hybrid TP that contains Trailing SL
  4. Have option to trade Bearish FVG with different setting than Bullish ones,
  5. With my settings it trades with 98% winrate since 10/2023 (gold started to be more bullish)

Btw all my real accounts are running ScalpEA v2, you can find them on my myfxbook where my name is MartinSMGcz.
I have there even v1 but it was not that good.
Also, do not use default config, it is not that good as configs provided on the blog post.

This writng is not for me so I let AI to generate some description. Btw, I might be running too aggressive configurations but when it works, why not? When fail comes, recovery time is about 14 days so again, why not?

I am not selling this bot right after finishing the code but after 3 months of testing on multiple live accounts. (not a cent one)

Make your own backtests and feel free to share your opinions or configs for different instruments. I am sorry in advance if I will not be responding fast. And remember not to risk money you cannot lose. Since december I did not have a single losing trade but it could come.

It is really broker dependent and lower the spread the better. I have tested it on Purple trading, Vantage and VT. VT performs the best, Vantage is on the second place and last is Purple trading.

I am selling it as my one and only bot I am using. So hate it or love it, it is up to you now.
Test it before buying it, so you know if it fits your needs.

I have read that there should be some blog option to add description and links to download set files, I will do it as soon as possible.
Some additonal info and configs here
Channel where to discuss and share your ideas

I have put a lot of functions to my EA, but et the end I am not using most of them, such as recovery system, it could increase the prosit same as the loss, third candle confirmation function is nice, but it limits number of detected FVG and etc.

Since bot is looking for FVG and trading them we are not affected by these long falls that gold does sometimes as you can see on images.

I recommend having lot sizes 0,01 lot on each 500 EUR of your balance but it is your choice on how much you want to risk, but again, do not risk a lot please.


Here is promised description of my EA by AI:

SCALPEA V2 - EXPERT ADVISOR DESCRIPTION FOR MQL5


OVERVIEW

ScalpEA V2 is an advanced Fair Value Gap (FVG) scalping Expert Advisor for XAUUSD and similar instruments. 

Combines FVG detection, machine learning filtering, and three take profit management strategies.


CORE FEATURES


1. FVG DETECTION SYSTEM

- Identifies Fair Value Gaps in price action

- Detection window: 240 minutes (configurable)

- Minimum gap size (points): 30 (user parameter)

- Maximum gap size: Optional exhaustion protection

- FVG duration limit (minutes): 240 before expiration

- Third candle confirmation: Optional validation


2. MACHINE LEARNING FUNCTIONS


A) ADAPTIVE CONFIDENCE SCORING

- Records all trade outcomes to CSV file

- Calculates win rate from historical FVG trades

- Auto-adjusts confidence threshold (0.50 to 0.85)

- Learning mode: Allows unprofitable trades for data

- Minimum 50 historical trades before activation


B) OFFLINE DATABASE MODEL

- Loads historical FVG patterns from CSV

- Matches incoming FVGs by size and direction

- Assigns confidence scores to opportunities

- Default score threshold: 0.75

- Gap tolerance: 25% size variance


C) AI LEARNING MODE

- Trades all FVGs regardless of confidence

- Actively collects market data

- Improves accuracy continuously


3. TAKE PROFIT MANAGEMENT - THREE MODES


MODE 1: FIXED TAKE PROFIT

- Parameter: TP distance (points) 

- Default: 300 points

- Advantage: Simple, predictable

- Use case: Scalping strategies


MODE 2: TRAILING TAKE PROFIT

- Trailing activation (points): Profit needed before activation (default 50)

- Trailing distance (points): Distance maintained from current price (default 200)

- Behavior: Moves only in profit direction

- Benefit: Captures extended moves

- Update trigger: 2+ points price movement


MODE 3: EXPERIMENTAL (TRAILING STOP LOSS)

- Experimental activation (points): Distance from TP (default 50)

- Experimental trailing SL (points): Distance from price (default 200)

- Minimal profit lock (points): Minimum profit guarantee (default 20)

- Purpose: Capital protection near TP

- Mechanism: Progressive SL tightening


4. STOP LOSS STRATEGIES

- Global SL distance (points): Default 3000 points

- SELL-specific SL distance (points): Optional separate SL for shorts

- Respects broker STOPS_LEVEL requirements

- Recovery: Copies parent SL for consistency


5. RECOVERY SYSTEM

- Master switch: Use recovery system (ON/OFF)

- Activation distance (points): Drawdown threshold (default 400)

- Lot multiplier: Size increase per level (default 1.4x)

- Max recovery levels: Position count limit (default 3)

- TP strategy: Copy parent or calculate new


Mechanics:

- Triggers at specified drawdown

- Opens additional position with larger lot

- Uses parent SL for risk consistency

- All positions close together


6. DIRECTIONAL CONTROL


SELL-SPECIFIC SETTINGS (Optional)

- SELL TP distance (points): Short-only TP distance

- SELL SL distance (points): Short-only SL distance

- SELL risk % override: Separate risk per trade

- SELL max pendings: Separate order limit


SELL GAP FILTERS

- Require bigger gap: Multiplier applied (default 1.7x)

- Max gap size (points): Exhaustion limit (default 250)

- Fixed min gap: Absolute minimum option


7. MONEY MANAGEMENT


STATIC LOT SIZING

- Lot size: Fixed amount (default 0.01)

- Simple approach


DYNAMIC LOT SIZING

- Use dynamic lot sizing: Enable/disable

- Risk per trade (%): Percentage of balance (default 0.5%)

- Calculation: Lot = (Balance x Risk%) / (SL points x Point Value)

- Auto-respects symbol constraints


8. ORDER PLACEMENT

- Entry offset (points): Distance from FVG level (default 2)

- Max FVG per side: Pending order limit (default 5)

- Max distance from price (points): Entry validation (default 2000)

- Max spread (points): Trading prohibition threshold

- FIFO system: Auto-removes oldest when limit reached

- Order duration: 240 minutes before expiration


9. VISUAL INTERFACE


ON-CHART DASHBOARD

- Current balance and equity display

- Floating profit/loss on positions

- Total EA profit (accurate with swap/commission)

- Win rate from trade history

- Pending order count per direction

- Next lot size calculation

- TP mode indicator (Fixed/Trailing/Experimental)

- Configuration name display

- Last update timestamp


FVG VISUALIZATION

- Bullish FVGs: Blue rectangles

- Bearish FVGs: Red rectangles

- Transparency: 0-255 adjustable

- Size labels: Optional display

- Auto-cleanup: Removes old FVGs

- Active filter: Show only tradeable FVGs


10. ADVANCED FEATURES


POSITION TRACKING

- Records all pending orders

- Links orders to positions at fill

- Stores historical outcomes

- Connects recovery to parent

- Auto-cleanup after 24 hours


FAILED ORDER RECOVERY

- Saves failed order parameters

- Auto-retries on market open

- Prevents FVG time expiration

- Complete failure logging


SPREAD & LIQUIDITY

- Maximum spread enforcement

- Auto-detection per symbol

- Critical bypass for maintenance

- Liquidity warnings


DEBUGGING & LOGGING

- Trade entry/exit logging

- FVG detection details

- AI decision tracking

- Order attempt recording

- Recovery position tracking

- Win/loss statistics


CRITICAL PARAMETERS FOR SETUP


Optimization priority:

1. Max FVG per side: Pending order limit

2. Min gap points (global): Minimum FVG to trade

3. TP distance (points): Profit target in points

4. SL distance (points): Maximum loss in points

5. Risk per trade (%): Account risk percentage


Machine Learning:

1. Use AI Filter: Enable/disable

2. Use offline model: Database filtering

3. Min history events: Data threshold (50+)

4. Use adaptive confidence: Dynamic threshold

5. AI Learning mode: Allow unprofitable trades


Trailing Mechanics:

1. TP mode: 0=Fixed, 1=Trailing, 2=Experimental

2. Trailing activation (points): Profit before start

3. Trailing distance (points): Distance from price

4. Experimental activation (points): TP proximity

5. Experimental trailing SL (points): SL distance


Recovery System:

1. Use recovery system: Master enable

2. Activation distance (points): Drawdown trigger

3. Lot multiplier: Size multiplication factor

4. Max recovery levels: Position limit

5. Copy TP from parent: TP strategy choice


RECOMMENDED CONFIGURATIONS


AGGRESSIVE SCALPING

- Min gap: 30 points

- TP: 300 points (Fixed mode)

- SL: 3000 points

- Dynamic lot: 0.5% risk

- AI: Enabled

- Recovery: Disabled


BALANCED APPROACH

- Min gap: 50 points

- TP: 300 points (Trailing, 50pt activation)

- SL: 600 points

- Dynamic lot: 0.5-1.0% risk

- AI: Enabled

- Recovery: Enabled (1.4x, 2 levels)


CONSERVATIVE

- Min gap: 80 points

- TP: 200 points (Trailing, 100pt activation)

- SL: 800 points

- Dynamic lot: 0.25% risk

- AI: Enabled (strict)

- Recovery: Disabled


TREND FOLLOWING

- Min gap: 40 points

- TP: Variable (Experimental, 50pt activation)

- SL: 1000 points

- Dynamic lot: 0.3% risk

- AI: Enabled (learning)

- Recovery: Disabled


INSTALLATION


1. Save ScalpEA_V2.mq5 in Experts folder

2. Compile in MetaEditor (F5)

3. Attach to chart (XAUUSD recommended)

4. Configure parameters

5. Backtest thoroughly

6. Monitor dashboard

7. Optimize based on results


KNOWN LIMITATIONS


- Historical data detection only (no real-time MTF)

- ML requires 50+ trades for accuracy

- Recovery needs sufficient margin

- Offline DB needs manual updates

- High spread prevents execution

- News spikes may bypass filters


VERSION 2.635


Recent additions:

- Recovery system for averaging

- Failed order retry mechanism

- Adaptive confidence scoring

- Experimental TP with trailing SL

- FIFO order management

- Real-time profit dashboard

- Enhanced logging


USAGE NOTES


Designed for advanced traders with FVG knowledge.

Requires proper risk management discipline.

Extensive backtesting before live deployment.

Monitor recovery system closely for risk.


Produtos recomendados
Neuro Genetic Expert
Sergio Izquierdo Rodriguez
Este sistema aceita uma lista de símbolos separados por vírgulas e itera sobre eles, criando uma rede neural com treinamento para cada símbolo. Essas redes neurais utilizam valores dos indicadores de ação do preço, Bandas de Bollinger, MACD e RSI. O número de neurônios para cada uma das três camadas de cada rede pode ser configurado, e o treinamento genético para os parâmetros dos indicadores pode ser definido em intervalos específicos. Os níveis de confiança para os neurônios podem ser ajustado
Gold Surge
Sergey Fateev
Gold Surge Gold Surge is a simple Expert Advisor trading on the XAUUSD instrument. There is no "artificial intelligence" in it, there is no rigged story, there is no guaranteed result that you will become a millionaire and the like. There is only a result here and now. live signal Recommendations Currency Pair : XAUUSD Time Frames : Any Minimum Deposit : $100 Account Type : ECN, Raw, or Razor with very low spreads. Brokers : Tickmill, Fusion Marketing To achieve the best results, it is cruc
RatiborX10 MT5
Nikolay Kositsin
Трендовая торговая система для работы на рынке Forex на одной из десяти валютных пар - EURUSD, GBPUSD, AUDUSD, USDCAD, USDCHF, USDJPY, EURJPY, GBPJPY, AUDJPY,XAUUSD. Система может открывать одновременно до десяти позиций с использованием десяти различных, независимых друг от друга алгоритмов входа в пределах одного трендового направления с индивидуальными стопами для каждой позиции. Для каждого алгоритма предусмотрен свой магик-номер. При смене тренда все открытые позиции закрываются одновременн
R trend sync robot
Ekaterina Saltykova
r-Trend Sync Robot is an expert advisor for extra volatility markets like XAUUSD with dynamic lot size. Main EA features : The advisor's algorithm is based on the analysis of an extensive array of historical data (from 1995 for EURUSD & EURJPY and from 2004 for XAUUSD), which ensured the identification of general patterns in the behavior of these pairs across a wide range of timeframes. The analysis of historical data helped the advisor learn to recognize market triggers for medium-term trends a
warning ! 1. Disclaimer! Profit is not guaranteed 2. Select account and broker with the smallest spread only.     example :  - RAW SPREAD ACCOUNT from ICTRADING 3. You BUY this EA, mean you UNDERSTAND the risk This EA is calculate the high and low price  in Timeframe 1 Hour and set 1 Buy Order and 1 Sell Order. just simple like that When it hit, open position will trigger and after that if the price is on way profit the trail stop will activated. simple, no drama, no read news, no read indicato
Nano Machine
William Brandon Autry
5 (5)
Nano Machine GPT Version 2 (Generation 2) – Inteligência Persistente de Pullback Ajudamos a iniciar essa mudança no final de 2024 com o Mean Machine, um dos primeiros sistemas a trazer IA de fronteira real para o trading de varejo de forex ao vivo. Nano Machine GPT Version 2 é a próxima evolução nessa linha. A maioria das ferramentas de IA responde uma vez e esquece tudo. Nano Machine GPT Version 2 não esquece. Ele lembra cada setup de pullback analisado, cada entrada realizada, cada rejeição f
GOLD D1 – Estratégia Candle 80% com Pirâmide Inteligente e Trailing Dinâmico (MT5) O   GOLD D1   é um Expert Advisor avançado desenvolvido para operar principalmente o XAUUSD (Ouro) com base em análise de força do candle diário, confirmação de momentum e gestão inteligente de posições. Trata-se de um robô robusto, focado em capturar movimentos fortes do mercado enquanto controla o risco através de uma estrutura adaptativa de pirâmide e trailing stop. Estratégia Principal – Candle 80% O robô
Moving Average Trading System Strategy Overview This trading system is a trend-following strategy, enabling multi-instrument trading on a single chart. Recommended trading instruments: GBPUSD|GBPJPY|USDJPY|XAUUSD|XAUJPY|BTCUSD|XTIUSD|USTEC Special Note: Trading instrument codes may have suffixes or prefixes on different platforms; please revise them to the corresponding codes of your platform in the parameter list. Chart timeframes to load: D1, H4 Filter the trend with slow-period moving avera
Opal MT5
Oeyvind Borgsoe
Limited Time Offer: 50% Off One-Day Introductory Price! Opal is a powerful tool using cutting-edge algorithms and AI-driven calculations. This fully automated EA encompasses the exceptional qualities we associate with the opulent gemstone: proper decision-making, prudence and strong protection. The capital is protected by advanced money management modules, filters, two-step trailing stop and flexible customizing. Opal also takes into account the study of psychological levels in financial ma
Btc Shudoken
Ignacio Agustin Mene Franco
BTC/USD M1 Expert Advisor Version: 1.2 | Developed by: Worldinversor 2026 Overview BTC SHUDOKEN is a high-performance Expert Advisor specifically designed for trading BTC/USD on the M1 timeframe. It combines Price Action analysis with a multi-layered confirmation system based on four advanced technical indicators. Its intelligent voting architecture filters out low-quality signals and only executes trades when the minimum required consensus is reached among the active filters. Signals System
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Tatsumaki Master Scalper EA Liberte o poder do trading preciso com o Tatsumaki Master Scalper . Este EA avançado para scalping combina estratégias sofisticadas com filtros inteligentes para oferecer a você uma vantagem definitiva no mercado. Projetado para traders que buscam velocidade, precisão e adaptabilidade, Tatsumaki Master Scalper é o seu caminho para dominar a arte do scalping. Operar com confiança nestes pares: USDJPY EURUSD GOLD BTCUSD USTEC US30 Por que escolher o Tatsumaki Master Sca
Bober Ready
Arnold Bobrinskii
3 (1)
Você está procurando uma solução de negociação poderosa e fácil de usar? Não procure mais do que o robô de negociação Bober Ready baseado em estratégias prontas. Usando estratégias otimizadas e testadas, este robô de negociação foi projetado para analisar dados de mercado e tomar decisões de negociação inteligentes em tempo real. O robô Bober Ready é acessível a traders de todos os níveis. Seja você um profissional experiente ou apenas começando, esta ferramenta pode ajudá-lo a fazer negociaçõe
Revert Edge
Levi Dane Benjamin
2.56 (9)
Revert Edge es un algoritmo cuidadosamente diseñado y basado en más de 7 años de experiencia en operaciones en vivo. Su enfoque principal es el crecimiento lento y constante de la cuenta con énfasis en el rendimiento a largo plazo y no en ganancias rápidas, insostenibles y a corto plazo. El EA está desarrollado para operar con múltiples divisas, como AUDCAD, AUDNZD, AUDUSD, EURUSD, EURAUD y más. Utiliza una estrategia de reversión a la media y aprovecha los niveles de precios que son sensibles a
Norma dev waves robot
Ekaterina Saltykova
NormaDevWaves is EA designed to trade the most juicy and liquid pairs, such as EURUSD, GBPUSD, and XAUUSD. Main idea: EA implements the concept of a base indicator and utilizes statistical principles of correlation between price flow determination metrics in relation to standard deviations of prices from their driving force. This allows for a deep analysis of market behavior and the identification of hidden patterns.   Market Adaptation: thanks to a balanced consideration of short and long time
Darwin Swing MT5
Guillaume Duportal
4.79 (47)
Darwin Swing MT5 Descrição geral: Darwin Swing é um Expert Advisor (EA) de swing trading para horizonte médio. Analisa zonas de suporte e resistência e utiliza posições virtuais para antecipar rompimentos. As ordens reais só são colocadas quando as condições definidas são satisfeitas. Após o sucesso do Darwin Evolution, apresento o Darwin Swing, que pode ser usado em paralelo. O objetivo é aproximar-se do comportamento do trading manual com uma visão de longo prazo. Não é um scalper rápido nem u
GME trend
Caochunyun Cao
Symbol:only EURUSD; TF:1 min; account type:stand or  ecn; Spread:max 35 point; Worktime:any and all auto; Min capital:200$; mm=true(defaut); risk=5-20; Models:short trend, base ai-rnn ; 500 to 10000 ony 20-40 days; This new ea,best models and test..one day open 40-100 order.keep one order 5-30min. and all day auto work which as miner, best choose Next 10 pay—>1000$;
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (121)
Quantum Bitcoin EA   : Não existe nada impossível, é só uma questão de descobrir como fazer! Entre no futuro do trading   de Bitcoin   com   Quantum Bitcoin EA   , a mais recente obra-prima de um dos principais vendedores de MQL5. Projetado para traders que exigem desempenho, precisão e estabilidade, Quantum Bitcoin redefine o que é possível no mundo volátil da criptomoeda. IMPORTANTE!   Após a compra, envie-me uma mensagem privada para receber o manual de instalação e as instruções de config
CGTxau
Ciaran Alan Butcher
CGT XAU EA  I have been developing this expert  advisor for the last two years and the results have been exceptional, the expert is built to catch all of the trends on XAUUSD, while aiming to maintain breakeven in-between.  This EA comes with a range of settings around trade and risk management.  The EA CAN be used with prop firms with adjusted settings or specifically an FTMO swing account with the recommended settings.  Recommendations: Main Pair: XAUUSD Timeframe: M5 Minimum deposit : $500-10
Liga Dinamica
Cesar Juan Flores Navarro
El EA Liga Dinamica, tiene el comportamiento de una liga que se estira cuando pierde y cierra cuando es positivo,  analiza el precio y abre esperando dar positivo y cierra cuando lo considera negativo. Utiliza Indicadores: para cerrar, abrir y en caso de que de negativo para cerrar. ------------------------------------------------------------------------------------------------ CASO ORO / USD: En el video se muestra la configuracion del par XAUUSD: - Lote = 0.01 (utiliza el doble 0.02) - Gananci
Range Breakout EA
BM Trading GmbH
4.6 (15)
Unlike many other programs in the mql5 market this is a REAL day trading strategy. It does not use any martingale or grid functionalities and follows a logical concept. The Range Breakout Expert Advisor can be used to trade time ranges. The market often finds its direction in the morning hours and then follows this trend for the day. This expert advisor is designed to trade these trends after the morning breakout. Still you can trade all sorts of time breakouts with this program. I use the strat
Market Aurus
Dmitriq Evgenoeviz Ko
Market Aurus EA – Institutional Breakout Impulse Market Aurus is a high-tech trading expert advisor specifically designed for trading XAUUSD (Gold) on the M1 timeframe. The algorithm is based on a strategy of dynamic price channels and impulse breakouts, used by professional traders to capture volatility during periods of institutional activity. Unlike most robots, Market Aurus doesn't try to "guess" the market direction. It enters only when the price confirms the strength of the move, breakin
A professional expert analyzes the market using the relative strength index. The basic principle is that the bot takes the indicated prices for a certain period of time and calculates the strength and amplitude of the price. This can show when the trend will lose strength and reverse. The signal from the exit from the overbought/oversold zones is analyzed, the levels of these zones will be the levels with LEVEL_MAX and LEVEL_MIN values. We buy when the signal first falls below a certain level (
30% discount only for 3-month subscription, message me : https://www.mql5.com/en/users/taiberhyphecu 70% refund policy (full version only) A fully automatic expert Designed and produced 100% by artificial intelligence, with the world's most advanced technology All trades have profit and loss limits, with the best and least risky market strategy, without using dangerous strategies such as Martingale and hedges, etc. A specialist who has been trained by artificial intelligence for years to correc
BeiDou Trend MT5
Xian Qin Ceng
5 (1)
Beidou Trend EA is a trend EA with a large profit-loss ratio. Breakout trading is a very old method. It has been widely used since Livermore in the 1900s. It has been more than 120 years. This method is always effective, especially for XAUUSD and Gold with high volatility. I have been using the breakout method to make profits on XAUUSD since the beginning of my investment career. I am familiar with this method. It is old, simple and effective. Beidou Trend EA is improved based on Rising Sun Gold
Zenvelope
Ferry Blondo Petnga Doukam
Only GOLD M15  In the backtest: initial balance $1,000 and lot size 0.01 This is one of the most consistent GOLD trading strategies I’ve ever tested. Over 944 trades in the past 4 years Using just ONE powerful indicator Risk/Reward: 1:3 Result: Massive profit with stable drawdown Ready to trade live? Open a free funded account here: https://www.axi.com/int/live-account?promocode=4713431
Loss Recovery Trader MT5
Michalis Phylactou
5 (4)
Attempts to recover losing trades. If a trade moves in the wrong direction, the Zone Recovery algorithm begins. An alternating series of Buy and Sell trades at two specific levels take place, with two Exit Points above and beyond these levels. Once either of the two exit points is reached, all trades close with a combined profit or break even.  To use  1) Place the EA on a chart and select how the first trade will open (Manual/Via EA strategy/Use EA panel/External EA) 2) Configure your recovery
Pharaoh Gold V
Dmitriq Evgenoeviz Ko
Pharaoh Gold is carefully designed for efficient trading of gold and any currency assets, with a focus on reducing risks and increasing potential profits. Trading is conducted using pending orders in the direction of the trend. The full list is available for your convenience at https://www.mql5.com/ru/users/pants-dmi/seller The advisor adapts to constantly changing market dynamics, identifying statistically significant price patterns with a high degree of forecasting accuracy. This allows you t
The Techno Deity — Domínio Digital no XAUUSD Promoção: Você pode receber o robô Cryon X-9000 de presente. Para detalhes e acesso, entre em contato diretamente. The Techno Deity é um ecossistema de trading de alta tecnologia para quem busca ordem estrutural no mercado de ouro. Utiliza um algoritmo de intuição digital para identificar zonas institucionais e desequilíbrios de mercado, permitindo entradas precisas com baixo drawdown. Vantagens Liquidez Inteligente: Identifica clusters de liquidez pa
Time: Best 1 hour Fixed stop loss: 1000  point Fixed profit: 2000  points Maximum capital capacity: 1m USD A minimum deposit of $10000 is recommended One order at a time, no additional positions,   Medium-frequency trading This strategy is applicable to all types of broker accounts. Full refund available if not profitable after more than six months of use If you have any questions, please contact via email: 13318332943@163.com
Os compradores deste produto também adquirem
Quantum Valkyrie
Bogdan Ion Puscasu
4.95 (78)
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 (433)
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
Syna
William Brandon Autry
5 (22)
Syna 5 – Inteligência Persistente. Memória Real. Inteligência de Trading Universal. A maioria das ferramentas de IA responde uma vez e esquece tudo. Elas te fazem começar do zero repetidamente. Syna 5 não. Ela lembra cada conversa, cada operação analisada, por que agiu, por que ficou de fora e como o mercado respondeu depois. Contexto completo em cada sessão. Inteligência acumulativa que se fortalece a cada operação. Este não é mais um EA com funções de IA adicionadas por marketing. É assim que
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
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
Xauusd Quantum Pro EA
Ilies Zalegh
5 (9)
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. 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 objetivo: tornar o trading
Aura Ultimate EA
Stanislav Tomilov
4.81 (86)
Aura Ultimate — O ápice das redes neurais no mercado financeiro e o caminho para a liberdade financeira. Aura Ultimate é o próximo passo evolutivo da família Aura — uma síntese de arquitetura de IA de ponta, inteligência adaptativa ao mercado e precisão com controle de risco. Construída sobre o DNA comprovado da Aura Black Edition e da Aura Neuron, ela vai além, fundindo seus pontos fortes em um ecossistema multiestratégia unificado, ao mesmo tempo que introduz uma camada completamente nova de
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.
AI Forex Robot MT5
MQL TOOLS SL
4.24 (70)
AI Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation Artificial Intelligence system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in real time and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by artificial intel
Aura Neuron MT5
Stanislav Tomilov
4.91 (54)
Aura Neuron é um Expert Advisor distinto que continua a série Aura de sistemas de negociação. Ao alavancar Redes Neurais avançadas e estratégias de negociação clássicas de ponta, Aura Neuron oferece uma abordagem inovadora com excelente desempenho potencial. Totalmente automatizado, este Expert Advisor foi projetado para negociar pares de moedas como XAUUSD (GOLD). Ele demonstrou estabilidade consistente entre esses pares de 1999 a 2023. O sistema evita técnicas perigosas de gerenciamento de din
XG Gold Robot MT5
MQL TOOLS SL
4.25 (97)
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
Mean Machine
William Brandon Autry
4.93 (40)
Apresentamos Mean Machine GPT Gen 2 – O Original. Agora mais inteligente, mais forte e mais capaz do que nunca. Ajudamos a iniciar toda essa mudança no final de 2024 com o Mean Machine, um dos primeiros sistemas a trazer IA de fronteira real para o trading de varejo ao vivo. Mean Machine GPT Gen 2 é a próxima evolução daquela visão original. Não substituímos o original. Nós o evoluímos. A maioria dos sistemas responde uma vez, age uma vez e esquece tudo. Mean Machine GPT Gen 2 não esquece. Ele
AI Prop Firms MT5
MQL TOOLS SL
3.93 (15)
AI Prop Firms - Intelligent Automation Built for Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continuously
Big Forex Players MT5
MQL TOOLS SL
4.75 (134)
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
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 Apresentando Bitcoin Scalping MT4/MT5 – O EA inteligente para negociação de criptomoedas PROMOÇÃO DE LANÇAMENTO: Restam apenas 3 cópias pelo preço atual! Preço final: $3999.99 BÔNUS - COMPRE BITCOIN SCALPING DE POR VIDA E RECEBA GRÁTIS EA EURUSD Algo Trading (2 contas)
Vega Bot
Lo Thi Mai Loan
5 (6)
LIVE RESULT:  LIVE SIGNAL (XAU)   |   NAS100, NASDAQ, USTECH  |   LIVE (XAU-2) AVISO IMPORTANTE: Apenas um número limitado de cópias está disponível pelo preço atual. O preço em breve aumentará para $4999.99 . Download Setfiles Detail Guide VEGA BOT – O EA Multiestratégia Definitivo para Seguimento de Tendências Bem-vindo ao Vega BOT , um poderoso Expert Advisor que integra diversas metodologias profissionais de seguimento de tendências em um sistema flexível e altamente personalizável. Seja vo
Remstone
Remstone
5 (9)
A Remstone não é um Expert Advisor comum.   Ela combina anos de pesquisa e gestão de ativos. Live:  Remstone Club Desde 2018   , minha última empresa, a Armonia Capital, forneceu o sinal ARF para a Darwinex, uma gestora de ativos regulamentada pela FCA, levantando 750 mil. Domine 4 classes de ativos com um único consultor! Sem promessas, sem ajustes de curvas, sem ilusões. Mas com uma vasta experiência de vida. Junte-se a uma comunidade crescente de traders bem-sucedidos aproveitando o poder d
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: Best Pairs (default settings) High-risk   performance Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the late
AI Gold Gunslinger — Precision · Intelligence · Unmatched Power Limited-Time Offer: Price increases by $50 every 10 purchases. Traders, Meet Your New Partner I am AI Gold Gunslinger — designed to dominate XAUUSD with unprecedented precision, intelligence, and disciplined execution. After months of behind-the-scenes development, my AI engine has been stress-tested across volatile gold markets. Every parameter has been meticulously optimized to ensure maximum stability and efficiency, even during
Quantum Baron
Bogdan Ion Puscasu
4.78 (36)
Barão Quântico EA Há uma razão para o petróleo ser chamado de ouro negro — e agora, com o Quantum Baron EA, você pode explorá-lo com precisão e confiança incomparáveis. Projetado para dominar o mundo de alta octanagem do XTIUSD (petróleo bruto) no gráfico M30, o Quantum Baron é sua arma definitiva para subir de nível e negociar com precisão de elite. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Com desconto  
Aura Black Edition MT5
Stanislav Tomilov
4.37 (51)
Aura Black Edition é um EA totalmente automatizado projetado para negociar apenas OURO. O especialista mostrou resultados estáveis ​​no XAUUSD no período de 2011-2020. Nenhum método perigoso de gerenciamento de dinheiro usado, sem martingale, sem grade ou scalp. Adequado para quaisquer condições de corretor. EA treinado com um perceptron multicamadas A Rede Neural (MLP) é uma classe de rede neural artificial (ANN) de feedforward. O termo MLP é usado de forma ambígua, às vezes vagamente para qual
Bitcoin Robot MT5
MQL TOOLS SL
4.55 (140)
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
OrionXAU
Pierre Paul Amoussou
5 (1)
OrionXAU é um robô de trading algorítmico desenvolvido para operar nos mercados XAUUSD (Ouro) e US100 / Nasdaq . Ele combina duas abordagens estratégicas (Scalping e Swing Trading) dentro de uma estrutura disciplinada de gestão de risco, voltada para estabilidade de longo prazo. Mercados Principais Compatíveis • XAUUSD (Ouro) • US100 / Nasdaq Arquitetura de Dupla Estratégia 1. Scalping • Operações intradiárias • Baixa exposição ao mercado • Optimizado para micro movimentos • Gestão de risco rig
I am Quantum Gold , I'm very best with GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. Quantum Gold has proven itself to be the best GOLD EA ever created. We design these techniques to suit the latest trend of the best market starting from 2025 to the future, the previous period is just for past training We usually UPDATE latest version IMPORTANT! After the purchase please send me a private message t
MultiWay EA
PAVEL UDOVICHENKO
4.89 (19)
O MultiWay EA é um sistema de trading automatizado inteligente e eficiente, baseado em uma poderosa estratégia de reversão à média. Graças à ampla diversificação em nove pares de moedas correlacionados (e até alguns tipicamente “tendenciais”) — AUDNZD, NZDCAD, AUDCAD, USDCAD, EURUSD, GBPUSD, EURCAD, EURGBP e GBPCAD — ele captura movimentos de preço de volta à média após fortes impulsos direcionais. Após a compra, envie uma mensagem privada para receber as instruções completas de configuração. S
Golden Lion Emperor Apex – Um coquetel de estratégias altamente ajustadas para o crescimento máximo da conta Golden Lion Emperor Apex é um motor algorítmico sofisticado que combina um poderoso coquetel de estratégias altamente ajustadas em uma solução de negociação única e coesa. Projetado especificamente para XAUUSD no timeframe M5, este sistema foi criado para traders que exigem precisão, velocidade e — acima de tudo — crescimento de conta de nível "Apex". Para desbloquear todo o impulso do m
Waka Waka EA MT5
Valeriia Mishchenko
4.11 (38)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
GlodSilver
Paphangkon Luangsanit
1) Attach on M1   MT5/TF1m. Open the symbol chart (e.g., XAUUSD/GOLD#), set timeframe to M1 . Drag the EA onto the chart. Turn Algo Trading = ON and enable Allow Algo Trading . 2) Core idea (how it trades) First entry (per side) triggers when: Impulse + Engulfing signal agrees, and EMA200 trend filter allows it (if enabled). Once-per-bar : limits first entry to max 1 per M1 candle per side. 3) Grid behavior After first entry, it adds positions using Dynamic ATR-based grid (smoothed): Reverse gri
Rápido. Preciso. Sem Medo. Mais do que um Robô — Uma Estratégia Completa para XAUUSD M1 PythonX M1 Scalper é um Expert Advisor projetado exclusivamente para operar XAUUSD no gráfico M1 , utilizando padrões de price action combinados com filtros técnicos inteligentes para encontrar entradas altamente precisas. Testado exaustivamente em 9 corretoras líderes no mundo , com um depósito inicial de apenas $500 , o EA demonstrou lucros de até meio milhão de dólares em algumas condições. Sem martingale
Golden Blitz MT5
Lo Thi Mai Loan
4.43 (14)
EA Golden Blitz   – Uma solução segura e eficaz para o trading de ouro   Promoção de lançamento! Apenas 1 cópias restantes pelo preço atual!  Próximo preço: $1299.99 Preço final: $1999.99  Versão para MT4 Olá! Eu sou o EA Gold Blitz   , o segundo Expert Advisor (EA) da família Diamond Forex Group, especialmente desenvolvido para operar com ouro (XAU/USD). Com recursos excepcionais e um enfoque prioritário na segurança, prometo oferecer uma experiência sustentável e eficaz de trading de ouro par
Filtro:
Sem comentários
Responder ao comentário