Whale RSI and SMA

This Expert Advisor is a reversal-style system that combines a 50-centered RSI extreme filter with a 200 SMA proximity rule. It evaluates signals only on a new bar of the selected timeframe and uses closed-bar data (shift=1) to reduce noise and avoid “in-bar” flicker.

How the Strategy Works

On every new candle (for InpTF ), the EA follows this logic:

  1. Compute RSI thresholds around 50
    A single parameter creates both buy/sell levels:

    • BuyLevel = 50 − InpRSIThresholdDist

    • SellLevel = 50 + InpRSIThresholdDist
      Example: Dist = 20 → BuyLevel = 30, SellLevel = 70

  2. Require price to be near the 200 SMA
    The distance between the last closed candle’s close and the SMA must be within a maximum range:

    • Distance (points) = abs(close1 − sma1) / _Point

    • Must be ≤ InpMaxDistPoints
      If the distance is also ≤ InpAggroDistPoints, the trade is considered Aggressive and uses a tighter SL buffer.

  3. Optional confirmation filters

    • EMA Trend Filter (optional)
      If enabled:

      • Longs require close1 > ema1

      • Shorts require close1 < ema1

    • Volume Filter (optional)
      If enabled, the last closed bar’s tick volume must be at least:

      • avg_tick_volume(lookback) * InpVolMultiplier

  4. One-position rule (per symbol + magic)
    If there is already an open position on the same symbol with the same InpMagic , the EA will not open a new one.

  5. Stop/Target calculation + broker rule normalization

    • SL is set using last closed bar’s high/low plus a buffer.

    • TP is either Risk/Reward based or Bollinger Middle based (with fallback).

    • SL/TP are then adjusted to comply with StopsLevel / FreezeLevel / Spread plus InpExtraStopBufferPts .

Entry Rules

BUY (Long) Conditions

A Buy is triggered when all are true:

  • RSI(shift=1) < BuyLevel

  • abs(close1 − sma1) in points ≤ InpMaxDistPoints

  • If EMA filter is enabled: close1 > ema1

Stop-Loss (SL)

  • SL = low1 − SL_Buffer(points)

Take-Profit (TP)

  • If InpUseRRTP = true :

    • risk = entry − SL

    • TP = entry + risk * InpRR

  • Else (BB middle mode):

    • TP = BB_Middle

    • If BB_Middle is not valid (≤ entry), it falls back to RR TP.

SELL (Short) Conditions

A Sell is triggered when all are true:

  • RSI(shift=1) > SellLevel

  • close1 < sma1 (explicit in the code)

  • (sma1 − close1) in points ≤ InpMaxDistPoints

  • If EMA filter is enabled: close1 < ema1

Stop-Loss (SL)

  • SL = high1 + SL_Buffer(points)

Take-Profit (TP)

  • If InpUseRRTP = true :

    • risk = SL − entry

    • TP = entry − risk * InpRR

  • Else (BB middle mode):

    • TP = BB_Middle

    • If BB_Middle is not valid (≥ entry), it falls back to RR TP.

Input Parameters (All Variables Explained)

Timeframe / Core Indicators

  • InpTF: Signal timeframe used for all calculations (default: M5).

  • InpRSIPeriod: RSI period (default: 14).

  • InpSMAPeriod: SMA period (default: 200).

RSI Threshold Logic (Centered at 50)

  • InpRSIThresholdDist: Distance from 50 to define extremes.

    • BuyLevel = 50 − dist

    • SellLevel = 50 + dist
      Notes: The EA clamps the value into [0, 50] .

SMA Distance + Aggressive vs Cautious SL Buffer

  • InpMaxDistPoints: Maximum allowed distance from SMA (points).

  • InpAggroDistPoints: If distance is within this tighter band, trade is Aggressive.

  • InpSLBufferAggroPts: SL buffer (points) used in Aggressive mode.

  • InpSLBufferCautPts: SL buffer (points) used in Cautious mode.

Optional EMA Trend Filter

  • InpUseEMAFilter: Enable/disable EMA trend filter.

  • InpEMAPeriod: EMA period (default: 50).

Optional Volume Filter (Tick Volume)

  • InpUseVolumeFilter: Enable/disable tick volume confirmation.

  • InpVolLookback: Bars used to compute average tick volume (closed bars).

  • InpVolMultiplier: Required multiplier vs average (e.g., 1.2 = 20% above average).

Take-Profit Mode

  • InpUseRRTP:

    • true → Risk/Reward TP

    • false → Bollinger middle TP (fallback to RR if invalid)

  • InpRR: Risk/Reward ratio (default: 2.0).

  • InpBBPeriod: Bollinger Bands period (default: 20).

  • InpBBDeviation: Bollinger deviation (default: 2.0).

Trading / Execution / Safety

  • InpLots: Requested lot size (normalized to symbol min/max/step).

  • InpSlippagePoints: Max slippage (points).

  • InpMagic: Magic number to track EA positions.

  • InpExtraStopBufferPts: Extra safety buffer (points) added to broker minimum stop distance.
    The EA effectively enforces:
    min_stop_distance = max(StopsLevel, FreezeLevel) + Spread(points) + InpExtraStopBufferPts

Notable Operational Behavior

  • Runs only once per new bar on InpTF (no tick-by-tick entries).

  • Uses closed-bar signals ( shift=1 ) for RSI/MA/candle values.

  • One open position at a time per symbol and InpMagic .

  • Broker-rule compliant stops: SL/TP are adjusted to meet minimum distances; if not possible, the trade is skipped.

  • Trade comments label entries as Aggro or Caut depending on SMA distance.


Produtos recomendados
Long Waiting
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
Budget Golden Scalper M1 — Trial Edition Built for traders who are tired of hype and ready for transparency Let’s be honest. If you have explored automated trading before, you have probably seen systems that looked perfect in backtests but behaved very differently in live markets. Many traders today are understandably cautious — and rightly so. Budget Golden Scalper M1 was created with this reality in mind. This is not marketed as a “holy grail” or a get-rich-quick robot. Instead, it is a str
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.31 (52)
Esta é a iteração mais recente do meu famoso scalper, Goldfinch EA, publicado pela primeira vez há quase uma década. Ele amplia o mercado em expansões súbitas de volatilidade que ocorrem em curtos períodos de tempo: assume e tenta capitalizar a inércia no movimento dos preços após uma súbita aceleração dos preços. Esta nova versão foi simplificada para permitir que o profissional use o recurso de otimização do testador facilmente para encontrar os melhores parâmetros de negociação. [ Guia de ins
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.67 (15)
A ideia do sistema é a identificação de padrões de reversão utilizando o cálculo de candles compostos. Os padrões de reversão são semelhantes aos padrões "Martelo" e o " Homem Enforcado " da análise candlestick Japonesa, porém ele usa candles compostos em vez de uma única barra e não precisa do pequeno corpo numa composição para confirmar a reversão. Os parâmetros de entrada: Range - número máximo de barras, utilizada no cálculo de composição dos candles compostos . Minimum - tamanho mínimo dos
FREE
Macd Rsi Expert
Lakshya Pandey
5 (1)
MACD RSI Optimized EA is a free, fully automated trading robot designed to capture trends using a classic combination of indicators. By merging the trend-following capabilities of the MACD (Moving Average Convergence Divergence) with the momentum filtering of the RSI (Relative Strength Index), this EA aims to filter out market noise and enter trades with higher probability. This version has been specifically optimized for the month of October on the M15 (15-minute) timeframe and performs best on
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carry
FREE
GridWeaverFX
Watcharapon Sangkaew
Introducing GridWeaverFX  - A Grid/Martingale EA for XAUUSD | Free Download! Hello, fellow traders of the MQL5 community! I am excited to share an Expert Advisor (EA) that I have developed and refined, and I'm making it available for everyone to use and build upon. It's called GridWeaverFX , and most importantly, it is completely FREE! This EA was designed to manage volatile market conditions using a well-known strategy, but with enhanced and clear safety features. It is particularly suited fo
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
HydraAlchemist
Haruki Teranaka
This Expert Advisor examines signals from indicators such as MACD, Stochastic, and RSI to identify market trends and turning points. It incorporates multiple strategies and works seamlessly together. The Advisor analyzes the market situation in real time and automatically executes trades at predefined stop loss and take profit levels. HydraAlchemist is also easy to use. The intuitive and easy-to-understand setup screen allows you to execute trading strategies with few parameters. When trading Go
FREE
The 7 Ways
Kaloyan Ivanov
O Expert Advisor utiliza sete indicadores principais — RSI, MACD, Média Móvel, Bandas de Bollinger, Oscilador Estocástico, ATR e Ichimoku — para gerar sinais de trading em prazos personalizáveis. Ele permite ativar ou desativar independentemente as direções de compra e venda e oferece restrições de negociação baseadas nos dias da semana e em condições de swap positivo. A gestão de risco é feita através de configurações fixas de take profit, stop loss e tamanho do lote, com a opção de abrir novas
FREE
Donchain Grid Zone
Mr Theera Mekanand
Donchain Grid Zone is a BUY-only grid trading Expert Advisor based on the Donchian Channel. It dynamically scales into positions as price drops through grid zones, and scales out as price recovers — all governed by a Donchian midline filter. How it works: Grid zones are defined below the entry price (RedLine) Zone 1 = 1 order, Zone 2 = 2 orders... up to Zone 7 Orders are only opened when price is   above   the Donchian midline Dynamic Stop Loss trails the Donchian Lower Band Grid spacing adapts
FREE
Morning Range Breakout (Free Version) Morning Range Breakout (Free Version) is a straightforward trading advisor that implements a breakout strategy based on the morning range. It identifies the high and low within a specified time interval (e.g., 08:00–10:00 UTC) and opens a trade on a breakout upward or downward. The free version includes core functionality without restrictions. All parameters and messages are in English, per MQL5 Market requirements. Key Features Detects morning range based
FREE
Ironclad
Vadodariya Bhargavkumar Punabhai
ironclad is a powerful automated trading system designed to execute trades based on dynamic price levels. The EA is optimized for smooth and controlled trading with built-in risk protection and profit management. The strategy focuses on level-based market movement and automatic trade execution, helping traders reduce emotional trading and maintain consistency. Main Features • Fully automated trading system • Level-based trade execution • Smart lot management system • Target profit auto close • M
FREE
Introducing a sophisticated BreakOut and RecoveryZone tool designed to empower traders in any market scenario, facilitating the optimization of trade opportunities. The core strategy revolves around executing price breakouts using BuyStop and SellStop orders to achieve specific profit targets in dollars. Notably, traders can manually set the BuyStop and SellStop levels by simply clicking and dragging lines on the chart (FixedZone=true is required). For swift market entry, you can drag the BuyS
FREE
Fibo Trader FREE MT5
Grzegorz Korycki
3 (3)
Fibo Trader is an expert advisor that allows you to create automated presets for oscillation patterns in reference to Fibonacci retracements values using fully automated and dynamically created grid. The process is achieved by first optimizing the EA, then running it on automated mode. EA allows you to switch between automatic and manual mode. When in manual mode the user will use a graphical panel that allows to manage the current trading conditions, or to take control in any moment to trade ma
FREE
Product Description PropFirm Risk Manager EA is a dedicated risk-control Expert Advisor designed for prop firm traders (FTMO, MyFunded, E8, and similar). This EA does NOT open trading strategies . Its only job is to protect your account by monitoring equity in real time and enforcing risk rules automatically. It helps you: Prevent daily and maximum drawdown violations Stop trading after reaching daily profit targets Control trading time windows Avoid accidental rule breaks due to emotions or ov
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
GA Classic RSI mt5
Osama Echchakery
RSI   EA is a   fully automated   Forex trading strategy based on the MACD indicator, one of the most popular and widely used trend-following methods in technical analysis. This expert advisor automatically opens and manages buy and sell trades using RSI to capture market momentum while removing emotional decision-making. Premium advanced   version with   +40 filter!   :   Click Here Or search "RSI ProLab mt5" on the market
FREE
ForceBB Expert
Nikolaos Pantzos
ForceBB_Expert   is structured based on two specifics technical analysis indicators ( Bollinger Bands and  Force Index ). It has many parameters so that each user can find the appropriate settings that suit their investment profile. It can work on 28 different pairs. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
Golden Square X
Huynh Tan Linh N
4 (9)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
FREE
Triple Indicator Pro
Ebrahim Mohamed Ahmed Maiyas
5 (1)
Triple Indicator Pro: ADX, BB & MA Powered Trading Expert Unlock precision trading with Triple Indicator Pro, an advanced Expert Advisor designed to maximize your market edge. Combining the power of the ADX (trend strength), Bollinger Bands (market volatility), and Moving Average (trend direction), this EA opens trades only when all three indicators align 1 - ADX (Average Directional Index) indicator – This indicator measures the strength of the trend, if the trend is weak, the expert avoids
FREE
Brent Trend Bot
Maksim Kononenko
4.47 (15)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
Phoenix Volume Trader
Nigel Nii Darku Narnor Darko
The Phoenix Volume Trader is a high-performance Semi-Automatic Execution EA designed for traders who prioritize Order Flow and Momentum Analytics. Built for the MetaTrader 5 platform, it bridges the gap between complex Volume Profile analysis and lightning-fast trade execution. At its core, the Phoenix Engine identifies the Point of Control (POC)—the price level with the highest trading activity—and visualizes it as a dynamic "Value Zone." By monitoring the Volume Ratio, the EA alerts traders t
FREE
30-DAY FULLY FUNCTIONAL TRIAL – EXPERIENCE THE POWER OF BITBOT V6 ULTIMATE GRID & NEURAL MODEL BRAIN! Bitbot V6 Ultimate Grid is the most advanced and flexible grid trading system for MetaTrader 5, now enhanced with our AI-driven Neural Model Brain for truly adaptive and intelligent trading decisions. Whether you’re a professional algorithmic trader or an ambitious newcomer, Bitbot V6 gives you the performance, safety and transparency you need to scale your results to the next level. Key Featur
FREE
Grid Engulfing MT5
Yudi Sri Warsito
4.8 (5)
Grid Engulfing is a trading strategy that combines grid trading with engulfing patterns.  Grid Trading: A grid trading strategy involves placing buy and sell orders at regular intervals (grid size) above and below a set price level. The goal is to profit from small price movements within a range-bound market. Engulfing Patterns: Engulfing patterns are a type of candlestick pattern that indicates a potential reversal or continuation of a trend. A bullish engulfing pattern occurs when a small bea
FREE
SuperTrend Gold MT5 V3.1 – Gold Spot EA Based on SuperTrend Indicator The Supertrend Gold EA MT5 is the automated trading version of our popular Supertrend Line for MT5 indicator. It follows the same proven trend logic, but with the added benefit of fully automatic trade execution and management. The EA enters trades based on SuperTrend signal changes and closes them either when a user-defined Take Profit is reached or when an opposite signal appears. No Stop Loss is used , and all risk is cont
FREE
DoctorRich
Hamdee Hayeealee
Doctor Rich EA is an automated trading Expert Advisor for MetaTrader 5, designed to generate **consistent cash flow** through a combination of  trend-following, step-index grid, and intelligent opposite-direction hedging. for trading gold, BTC, EURUSD. The operation is based on opening orders using the EMA/RSI indicator,  For Expert Advisor need hedge type account  Contact me immediately after the purchase if you prefer to get commission (Rebate) up to 40$/Lot!    Settings, manual and .set f
FREE
Go Long Advanced
Phantom Trading Inc.
4.78 (9)
O EA Go Long implementa uma estratégia avançada de trading intradiário baseada no princípio de trading diário sistemático com múltiplas confirmações técnicas. Enquanto muitos traders procuram algoritmos complexos, este EA combina conceitos simples mas eficazes com gestão sofisticada de risco e múltiplos filtros técnicos. O EA abre posições em um horário específico todos os dias, mas apenas quando as condições de mercado se alinham com múltiplos indicadores técnicos. Esta abordagem sistemática
FREE
EA16 Taka Grid
Nhat Tien Duong
TAKA Grid EA (EA16): The Sideway King & Prop Firm Shield Are you tired of EAs that get destroyed by choppy, ranging markets? Meet TAKA Grid EA , the ultimate mean-reversion system designed specifically for the AUDNZD cross pair on the M15 timeframe. It doesn't rely on explosive breakouts; it dominates the sideways chop with mathematical precision.   ENTER YOUR KEY HERE:   [  EA16_99999D_TANINCODER_595559587987 ] -- MANDATORY: ALLOW WEBREQUEST TO ACTIVATE THE BOT To verify your License
FREE
Os compradores deste produto também adquirem
Quantum Valkyrie
Bogdan Ion Puscasu
4.85 (109)
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 (478)
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
Akali
Yahia Mohamed Hassan Mohamed
4.97 (32)
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
AI Gold Trading MT5
Ho Tuan Thang
4.38 (32)
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 Scalp Pro
Ho Tuan Thang
5 (5)
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
Quantum King EA
Bogdan Ion Puscasu
4.97 (146)
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
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (52)
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
Gold House MT5
Chen Jia Qi
5 (21)
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
Syna
William Brandon Autry
5 (23)
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
Aot
Thi Ngoc Tram Le
4.85 (96)
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.64 (22)
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
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
Agera
Anton Kondratev
5 (2)
O AGERA   é um EA (Expert Advisor) aberto, totalmente automatizado e multifacetado, para identificar vulnerabilidades no mercado de ouro! 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 Signal Real :     https://www.mql5.com/en/signals/2361808 Default  
Nano Machine
William Brandon Autry
5 (6)
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
Karat Killer
BLODSALGO LIMITED
4.64 (25)
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
Golden Odin
Taner Altinsoy
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
Mad Turtle
Gennady Sergienko
4.56 (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 Adviso
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
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
XIRO Robot MT5
MQL TOOLS SL
5 (13)
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
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
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
Xauusd Quantum Pro EA
Ilies Zalegh
5 (11)
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
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
HTTP ea
Yury Orlov
4.73 (11)
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
The Gold Phantom
Profalgo Limited
4.35 (20)
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
Xauusd Breeze
Abdelrahman Ahmed Mahmoud Ahmed
5 (6)
XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
Golden Hen EA
Taner Altinsoy
4.77 (52)
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é
Zeno
Anton Kondratev
5 (2)
ZENO EA   é um EA aberto, multicurrency, flexível, totalmente automatizado e multifacetado para identificar vulnerabilidades no mercado de OURO! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide Sinais Reembolso de corretora sem comissão Atua
Golden Mirage mt5
Michela Russo
4.7 (61)
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
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
Full Throttle DMX
Stanislav Tomilov
DMX a todo vapor - Estratégia real    , resultados reais   Full Throttle DMX é um Expert Advisor (EA) para negociação multicurrency, projetado para operar com os pares de moedas EURUSD, AUDUSD, NZDUSD, EURGBP e AUDNZD. O sistema é baseado em uma abordagem de negociação clássica, utilizando indicadores técnicos consagrados e lógica de mercado comprovada. O EA contém 10 estratégias independentes, cada uma projetada para identificar diferentes condições e oportunidades de mercado. Ao contrário de m
Mais do autor
Whale RSI Divergences
Mustafa Ozkurkcu
1 (1)
This EA looks for a divergence signal, which occurs when the price of a financial instrument moves in the opposite direction of the RSI indicator. This divergence can signal that the current trend is losing momentum and a reversal is likely. The EA identifies two types of divergence: Bullish (Positive) Divergence : This occurs when the price makes a new lower low , but the RSI indicator fails to confirm this by making a higher low . This discrepancy suggests that bearish momentum is weakening, a
FREE
Overview This Expert Advisor (EA) targets high-probability, short-term scalping opportunities by analyzing minute-based market activity (tick momentum), indecision boxes , and breakout/momentum behavior —optionally aligned with trend and session filters. Version 2.0 replaces second-based TPS with a minute (M1) window model that’s Open Prices Only compatible and more stable to optimize. Additional entry modes ( Breakout Close and Retest Entry ) help capture moves that classic momentum filters ma
FREE
Overview Anti-Spoofing Strategy (v1.0) is a live-market Expert Advisor designed to detect and counter high-frequency DOM (Depth of Market) spoofing manipulations in ECN/STP environments. The system monitors real-time Level-2 order book changes via MarketBookGet() and identifies large fake orders that appear and vanish within milliseconds — a hallmark of spoofing. Once such manipulations are detected, the algorithm opens a counter trade in the opposite direction of the spoof, anticipating the tru
FREE
Concept. Flash ORR is a fast-reaction scalping EA that hunts false breakouts at important swing levels. When price spikes through a recent swing high/low but fails to close with strength (long wick, weak body), the move is considered rejected . If the very next candle prints strong opposite momentum , the EA enters against the spike: Up-spike + weak close → followed by a bearish momentum bar → SELL Down-spike + weak close → followed by a bullish momentum bar → BUY Entries are placed at the open
FREE
This EA looks for a two-layer momentum/liquidity breakout : Divergence detection (trigger): TPS (ticks-per-second / bar tick_volume ) must be high vs. its recent average ( TPS_Multiplier ), while Volatility (bar high–low) must be low vs. its recent average ( Volatility_Multiplier ). This combo flags “ flow in a quiet range ” → a likely near-term breakout. Direction & filter: If the signal bar is green ( close > open ) → consider BUY ; if red → SELL . Optional MA trend filter ( Use_TrendFilter )
FREE
ATR Squeeze Fade EA: Low Volatility Mean Reversion Strategy The ATR Squeeze Fade is a specialized scalping Expert Advisor designed to exploit rapid price spikes that occur after extended periods of low market volatility. Instead of following the direction of the spike, the EA trades against it, applying the principle of mean reversion . With advanced entry filters and strict risk management, it focuses on high-probability reversal setups. How the Strategy Works The strategy is based on the assu
This Expert Advisor (EA) generates trading signals by combining popular technical indicators such as   Chandelier Exit (CE) ,   RSI ,   WaveTrend , and   Heikin Ashi . The strategy opens positions based on the confirmation of specific indicator filters and closes an existing position when the color of the Heikin Ashi candlestick changes. This is interpreted as a signal that the trend may be reversing. The main purpose of this EA is to find more reliable entry points by filtering signals from var
Overview Trade Whale Supply & Demand EA   is a fully automated trading system built on   supply and demand zones, liquidity sweeps, and market structure shifts . It detects institutional footprints and high-probability trading zones, aiming for precise entries with tight stop-loss and optimized risk/reward. Works on Forex, Gold ( XAUUSD ) and Indices. Designed for   sharp entries ,   low-risk SL placement , and   dynamic profit targets . Strategy Logic The EA combines: Supply & Demand Zo
This Expert Advisor (EA) is designed to automate trading based on Fibonacci retracement levels that form after strong price movements. The main objective of the EA is to identify entry points during pullbacks within a trend. It executes trades based on a predefined risk-to-reward ratio, entering the market when the price action is confirmed by specific candlestick patterns. How the EA Works The EA automatically performs the following steps on every new bar: Trend and Volatility Detection : First
Trade Whale – Tick Compression Breakout (v1.0) is a short-term breakout scalper that filters setups via ATR-based compression . After price coils in a tight band on your chosen timeframe (e.g., H1), it opens a position when the previous candle’s high/low is broken . Risk is anchored by SL = ATR × multiplier , while TP is an R-multiple of that stop distance (e.g., 2.0R). Position size can be percent-risk or fixed lot , and is margin-clamped to broker limits for safety. A timeout can auto-close p
O verview Trend Band Strategy (v1.0) is a hybrid trend-following and mean-reversion Expert Advisor that blends Fibonacci-scaled Bollinger Bands with Parabolic SAR confirmation. It identifies stretched price moves toward the extreme Fibonacci bands, waits for a reversal signal aligned with the SAR trend switch, and opens counter-trend trades aiming for reversion toward equilibrium. The algorithm runs entirely on bar-close logic for stability and includes dynamic risk-based lot sizing, margin veri
Filtro:
Sem comentários
Responder ao comentário