Whale Tick Candle Compression Breakout

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 positions to maintain discipline, and you may restrict trades to buys only or sells only.

Because entries depend on live breaks of the prior candle, backtesting with Every tick / Real ticks is recommended.

How the Strategy Works
  1. Compression Detection
    On the selected timeframe (e.g., H1), compute the range of the last LookbackBars ( highest − lowest ) and compare it to current ATR(ATRPeriod).
    Rule: If (range / ATR) < CompressionRatio , conditions are “compressed,” so a breakout is worth tracking.

  2. Breakout Trigger
    After compression is confirmed, new ticks check for:

  • BUY: ask > previous_high

  • SELL: bid < previous_low
    If true, open a trade in that direction (subject to risk checks).

  1. Stop & Take-Profit

  • Stop-Loss (SL): Start from ATR × ATRMultiplier , then pass the distance through a safety function to satisfy broker stop/freeze/tick-size constraints.

  • Take-Profit (TP): TakeProfitRMultiple × stop_distance (e.g., 2.0R).

  1. Position Sizing with Margin Clamp

  • Percent-Risk mode: Risk money = balance × RiskPercent → convert to lots using stop distance and tick value.

  • Fixed-Lot mode: Use the specified lot.
    In both cases, lots are capped by available margin (via OrderCalcMargin ) and snapped to minLot / maxLot / lotStep . If margin can’t support min lot, the entry is skipped.

  1. Timeout Management
    If a position remains open beyond MaxOpenMinutes, the EA closes it (optional).

  2. Diagnostics (Optional)

  • TesterProbeTrade: In Strategy Tester, if margin permits, place one tiny trade to quickly verify permissions/environment.

  • DebugLogs: Print detailed logs for troubleshooting.

Explanation of Input Parameters

General Settings

  • Timeframe — Working timeframe for ATR, compression range, and breakout (e.g., PERIOD_H1 ).

  • MaxOpenMinutes — Maximum holding time (minutes).

  • LotMode — LM_RiskPercent (percent-risk) or LM_FixedLot (fixed lot).

  • RiskPercent — Percent of balance risked per trade (used when LM_RiskPercent ).

  • FixedLot — Lot size used when LM_FixedLot .

  • MagicNumber — Unique ID so the EA isolates its own trades.

  • SlippagePoints — Allowed deviation in points.

Volatility & Compression

  • ATRPeriod — ATR lookback on the chosen timeframe.

  • ATRMultiplier — Base SL distance as ATR × multiplier (later adjusted to broker limits).

  • CompressionRatio — Compression threshold; (range / ATR) < ratio means compressed.

  • LookbackBars — Bars used to compute highest − lowest for the range.

Trade Management

  • UseTakeProfit — Enable/disable TP.

  • TakeProfitRMultiple — TP distance as an R-multiple of SL (e.g., 2.0R).

  • CloseOnTimeout — Close positions when MaxOpenMinutes elapse.

  • AllowBuys / AllowSells — Restrict to long-only or short-only if desired.

Diagnostics

  • TesterProbeTrade — In Tester, place a single micro trade if margin allows (quick sanity check).

  • DebugLogs — Verbose logging for development/testing.

Practical Notes & Tuning
  • Backtest model: Use Every tick / Real ticks for realistic trigger behavior.

  • Symbol specifics: Metals, indices, and crypto have different tick sizes/values; percent-risk sizing accounts for this automatically.

  • Compression sensitivity: Lower CompressionRatio = stricter filter; higher = more permissive.

  • Broker safety: The SL distance is adjusted to meet stop level / freeze level / tick size constraints to avoid invalid stops.

  • Margin safety: If available margin can’t support minLot, the EA skips the trade to protect the account.

  • Scope of v1.0: Trend/session filters and advanced exits (partial TP / BE / trailing) are not included in v1.0 but can be added in a later revision.

Important Risk Disclosure

Automated trading involves substantial risk.

  • Capital at Risk: Trading can result in the loss of all invested capital.

  • Past ≠ Future: Historical performance does not guarantee future results; volatility regimes change.

  • Liquidity & Slippage: News, gaps, and spread widening can cause slippage or missed stops.

  • Broker Conditions: Contract size, min stop, tick value, commissions/spreads materially affect outcomes.

  • Testing: Start on demo/forward tests, then small live trials. Only trade with money you can afford to lose.


Produits recommandés
SkyNet Fx EA
Fernando De Paljla Silva
SkyNet EA uses the Mean Return strategy plus Filters to generate a market entry signal.  This setup is frequently used by professional traders around the world. If you want a reliable EA, SkyNet EA is for you.  SkyNet EA   does not use AI or martingale, it does not work miracles, but it is safe. The results shown in the images are out of sample, therefore much more reliable. The SkyNet EA has been subjected to a long period of more than ten years of Backtesting with Tick by Tick data, using the
AW Three MA MT5
AW Trading Software Limited
4.5 (2)
Un conseiller expert qui négocie à l'intersection de deux moyennes mobiles utilise la troisième moyenne mobile pour filtrer la direction actuelle de la tendance. Il a des paramètres d'entrée flexibles, mais en même temps simples. Résolution de problèmes ->   ICI   / Version MT4 ->   ICI   / Instruction   ->       ICI     Avantages: Configuration simple et intuitive Convient à tout type d'instrument et à tout délai Dispose de trois types de notifications Système enfichable de chevauchement du pr
Gbpusd Smart
Mehdi Ghanadan
3 (2)
TickAll - Automated Trading Robot Introduction: TickAll   is an automated trading robot designed to assist both novice traders and professional traders in the Forex market. Utilizing advanced algorithms and up-to-date market analysis, TickAll       helps you make the best trading decisions. Market Analysis: TickAll continuously monitors the market, analyzing various indicators, price movements, and patterns to identify potential trading opportunities. Trend Identification: Using sophisticated a
FREE
Attention traders de Platine ! XPTUSD Trend Protected EA ne trade pas n’importe quoi. Il n’ouvre des positions que lorsque la tendance est réelle et confirmée par le marché. Évite le bruit et le sur-trading qui détruisent les comptes. Gestion des risques adaptative : réduit l’exposition après des pertes et maximise les gains pendant les séries gagnantes. Chaque trade est indépendant, sans martingale, grid ou hedging. Trailing stop progressif pour protéger les profits sans limiter la tendance. S
TradeBuilderMT5
Sergey Deev
5 (2)
The expert allows you to build a trading system based on an arbitrary set of technical indicators MT5. The EA uses the following signals: - OpenBuy / OpenSell - opening positions; - StopBuy / StopSell - closing positions; - TakeProfitBuy / TakeProfitSell - get TP levels; - StopLossBuy / StopLossSell - getting SL levels; - NoLossBuy / NoLossSell - transfer to the breakeven state; - MinProfitBuy / MinProfitSell - closing part of a position; - CancelBuy / CancelSell - allow a repeated signal to ope
EMA SignalLine Pro EA
AL MOOSAWI ABDULLAH JAFFER BAQER
EMA SignalLine Pro EA Optimize Your Strategy: Your Trading, Your Way! The EMA SignalLine Pro EA is a dynamic, flexible trading tool designed to help traders capture trend momentum with precision. This EA is not pre-optimized, giving you full control to adapt it to your trading needs. Whether you’re a novice or an experienced trader, this EA empowers you to tweak, optimize, and master your strategy. Key Features and Logic Explained EMA Crossover Logic: Utilizes a dual EMA system (Fast and Slow)
FSilverTrend
Francisco Jesus Alonso Martin
FSilverTrend - Expert Advisor for USDJPY Trading FSilverTrend is an Expert Advisor (EA) designed to trade USDJPY, taking advantage of market trends with precision and efficiency. Based on an advanced algorithmic approach, this EA identifies the prevailing market direction and executes optimized trades to capture sustainable movements. Key Features: Trend-Based Strategy: Uses indicators and price action patterns to identify the predominant USDJPY trend and trade in its direction.  Smart Filters
Dear User! This is an EA developed based on the price action method using the Donchian channel combined with the trend following method. Trade multiple currency pairs at the same time. Average profit over 2500% within five years (SL & TP settings depending on optimization process). Advantages: The advisor does not have grids, or martingale.... Set the ratio risk of drop balance The advisor Use a stop loss algorithm according to the ATR indicator. Expert advisors use trailing stop losses accordi
Only the first 5 copies will cost 50$ and then it will be converted to its original price. This EA Strategy M5 candle close moving average vs CCI Rosse over in 1M. Running Verry Smoothly in all pairs especially in GOLD it will gives good profit. Inputs are  important inputs: inp7_PipsAway: -50 to -500 for Gold, -2  for USDJPY, EURUSD, GBPUSD inp9_ProfitAmountPips: 50 fore Gold, 2 for USDJPY, GBPUSD, EURUSD all Target Stoploss is set Zero All instrument working well in this EA also You can Use y
ZoneTrader
Kambiz Shahriarynasab
Using this robot, you can avoid sudden stops without setting a limit, especially during news. This robot will not enter the trade until the trigger is taken in the specified time frame. The amount of risk and volume of transactions is completely dynamic and customizable. Also, by specifying different goals, after reaching each of the targets, it will automatically become part of the close volume. Let us know what you think about correcting this indicator. If accepted, it will be applied immediat
Robo Nuvem
Edson Cavalca Junior
The robot uses one of the most used indicators in Asia: * ICHIMOKU CLOUD * There are two trading strategies: Crossing of Tenkan and Kijun lines and; Kumo lines crossing. Know our products    Position openings are based on the parameters identified as signals, if you activate all the robot will issue a trading order only if the number of signals is greater than the minimum stipulated by the user. This Expert Advisor (EA) works on HEDGE (Forex, etc.) and NETTING (Bovespa, etc.) accounts, but
Step by step trade BB
Kambiz Shahriarynasab
Only 5 copies of the EA at $30! Next price --> $45 This robot works on the basis of bowling band and has stepped entrances at safe points. benefits:         Works on all instruments and time series,        It has excellent inputs for position management that can avoid a lot of risk. Input settings:         Volume: Selects a fixed volume for the trade that uses its own risk management if it is zero.         Risk for all positions: The amount of risk for all positions in one direction, for exam
The Seven Candles is an Expert Advisor that implements a strategy originally described on the book Short Term Trading Strategies That Work by Larry Connors and Cesar Alvarez. Developed to trade stock indexes (SP500, Down Jones, NASDAQ, BOVESPA, Nikkei, etc.), this strategy seeks for trading opportunities based on where the close price is in relation with Simple Moving Average indicator. However, in order to be triggered, a pattern between candles also must occur. The original strategy seeks long
Multi Indicator Strategy EA MT5 est un outil de trading sophistiqué pour MetaTrader 5 conçu pour automatiser les entrées et sorties de trades à l’aide de neuf indicateurs techniques : ADX, Bandes de Bollinger, CCI, MACD, Moyenne Mobile, RSI, Stochastique, Awesome Oscillator et RVI. Offrant une personnalisation étendue avec de multiples stratégies d’entrée/sortie et des modes de combinaison AND/OR/NA, cet EA offre aux traders une flexibilité inégalée. Largement testé, il garantit une génération p
Ichimoku Strategies EA MT5
Biswarup Banerjee
5 (1)
Ichimoku Cloud Strategy EA MT5 est un outil avancé conçu exclusivement pour MetaTrader 5, simplifiant les activités de trading en exploitant l’indicateur Ichimoku Cloud pour automatiser les entrées et sorties de trades basées sur six stratégies distinctes. L’EA prend en charge les configurations de trading inversé dans des zones clés, offrant une polyvalence dans la gestion des trades. Largement testé, il propose des méthodes d’entrée précises, des règles de sortie flexibles et une gestion avanc
Gold Crowd Density Flip
Murtadha Majid Jeyad Al-Khuzaie
Gold Crowd Density Flip Expert Advisor is a powerful, market-ready trading system designed exclusively for XAUUSD (Gold) on the 15-minute timeframe. Built with precision logic and advanced filters, this EA is engineered to capture explosive breakout opportunities during periods of market compression, while maintaining strict risk management and professional-grade trade execution. Gold is one of the most volatile and liquid instruments in the financial markets, and trading it successfully requi
FREE
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
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Euro Compounder Alpha
Juan Sebastian Vecchi
Euro Compounder Alpha  Euro Compounder Alpha is a EUR/USD Expert Advisor built for traders who care more about surviving drawdowns and passing rules than chasing headline returns. It trades one pair only and runs several independent strategies together.  Most of the strategies are uncorrelated and they do not rely on martingale or grid recovery . The idea is simple: spread risk across different entry logics so the account isn’t dependent on one market behaviour. This EA was built with prop f
RoyalTrade Pro
Milton Giovanny Jaramillo Herrera
RoyalProfit EA Pro - Automated London/New York Breakout System Leverage the strategy used by institutional traders: Identify key levels during the London session and execute precise breakouts when New York opens. 100% automated. What Does This EA Do? RoyalProfit EA Pro implements a proven institutional strategy: during the London trading session, the EA automatically marks the maximum and minimum price range levels. When New Y
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
GoldScalp Pro - Expert Advisor pour le Trading de l'Or (XAUUSD)   Caractéristiques Principales Le   GoldScalp Pro   est conçu pour trader   XAUUSD (or)   en utilisant : Combinaison EMA (10/140)   - pour une identification précise des tendances RSI (3 périodes)   - filtre les faux signaux Niveaux de Fibonacci   - trouve les points d'entrée optimaux Calcul automatique du risque/récompense   Avantages Clés   Stratégie sécurisée   (sans martingale, moyenne ou grid)   Gestion des risques ad
BraquioSaldo
Guilherme Pereira De Lima
Ce robot a été méticuleusement développé pour fonctionner de manière autonome sur les marchés du Forex et les paires XAU/USD et XAU/GBP, maximisant vos profits et protégeant votre capital. Utilisant une analyse avancée des tendances en temps réel , le robot identifie des opportunités d'entrée de haute précision et exécute des transactions de manière entièrement automatique. Stratégie intelligente et adaptative : Le robot ne se limite pas à suivre les tendances. Il dispose d'un système sophistiqu
Beta Applied MACD
Raymond Kamau Thuo
Beta Applied MACD works on several principles affiliated to MACD (Moving average convergence/divergence). For short entry to occur, price has to be above MA or EMA 200, the MACD cross signal line in MACD from below to up and the cross happens below the zero line on the MACD. The entry is on the candle after the crossover, stop loss is below the moving average and take profit is on a ratio of 1:1.5.
DojiExecutor
Erwin Rustandi
Doji Executor is an expert advisor who works by opening a trading position after detecting a doji candle, according to the doji formation.  Continuation formation bull - doji - bull = buy bear - doji - bear = sell Reversal formation bear - doji - bull = buy bull - doji - bear = sell with this ea, you don't need to monitor the chart all day long just to find a doji candle Pair = all pair Time Frame = all time frame suitable for use with brokers who give rebate programs please test first in the
Tesla Robo Inteligente
Lucas Marcelo Ribeiro
O Robô Tesla nasceu da união entre tecnologia, disciplina e visão de futuro. Ele não é apenas um software, mas sim um parceiro estratégico para quem busca se aproximar do universo dos investimentos de forma inovadora, inteligente e alinhada às transformações do mercado financeiro global. Vivemos em uma era marcada pela velocidade da informação e pela evolução constante da tecnologia. Processos que antes demandavam horas de estudo, cálculos complexos e execução manual, hoje podem ser otimizados c
CuanHunter Robot EA – Auto Trading for XAUUSD & BTCUSD Key Features: Automatic Trading: Executes BUY/SELL signals based on fast/slow EMA crossovers + ATR. Dual Preset Modes: Choose XAUUSD (Gold) or BTCUSD (Bitcoin) – parameters optimized for each, no manual adjustments needed. Auto SL/TP with Broker-Safe Checks: Stop Loss and Take Profit levels are calculated automatically while respecting broker minimum stop rules. Visual Chart Signals: Easy-to-read labels BUY SELL along with TP/SL on t
Haven JPY Miner
Maksim Tarutin
Haven JPY Miner - Algorithme spécialisé pour l'USDJPY Nous présentons Haven JPY Miner – un Expert Advisor (EA) professionnel, conçu et configuré exclusivement pour la paire de devises USDJPY . C'est une solution pour les traders qui recherchent une approche systématique clé en main sans avoir besoin de longs paramétrages. L'EA est équipé de la technologie Smart Time Sync . Vous n'avez plus besoin de calculer le décalage horaire du serveur du courtier (GMT Offset). Le conseiller se synchronise au
Synergy EA MT5
Jamal El Alama
Synergy EA MT5 uses a combination of three key indicators to determine optimal entry and exit points in trading. These indicators are the Relative Strength Index ( RSI ), Bollinger Bands , and a 200-period Moving Average . Here's how each indicator contributes to the decision-making process: Relative Strength Index ( RSI ) : RSI is a momentum oscillator that measures the speed and change of price movements. It helps identify overbought or oversold conditions in the market, which can indicate
Usdcad Smart
Mehdi Ghanadan
TickAll - Automated Trading Robot Introduction:   TickAll     is an automated trading robot designed to assist both novice traders and professional traders in the Forex market. Utilizing advanced algorithms and up-to-date market analysis,   TickAll         helps you make the best trading decisions. Market Analysis:   TickAll continuously monitors the market, analyzing various indicators, price movements, and patterns to identify potential trading opportunities. Trend Identification:   Using sop
FREE
Les acheteurs de ce produit ont également acheté
Quantum Valkyrie
Bogdan Ion Puscasu
4.89 (108)
Valkyrie Quantique - Précision.Discipline.Exécution Réduction       Prix.   Le prix augmentera de 50 $ à chaque tranche de 10 achats. Signal en direct :   CLIQUEZ ICI   Chaîne publique Quantum Valkyrie MQL5 :   CLIQUEZ ICI ***Achetez Quantum Valkyrie MT5 et vous pourriez obtenir Quantum Emperor ou Quantum Baron gratuitement !*** Contactez-nous en privé pour plus d'informations ! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (479)
Bonjour à tous les traders ! Je suis   Quantum Queen   , le joyau de la couronne de l'écosystème Quantum et le conseiller expert le mieux noté et le plus vendu de l'histoire de MQL5. Avec plus de 20 mois d'expérience en trading réel, j'ai acquis le titre incontesté de Reine de la paire XAUUSD. Ma spécialité ? L'OR. Ma mission ? Fournir des résultats de trading constants, précis et intelligents – encore et encore. IMPORTANT! After the purchase please send me a private message to receive the inst
Akali
Yahia Mohamed Hassan Mohamed
4.97 (32)
LIVE SIGNAL: Cliquez ici pour voir la performance en direct IMPORTANT : LISEZ D'ABORD LE GUIDE Il est essentiel que vous lisiez le guide de configuration avant d'utiliser cet EA pour comprendre les exigences du courtier, les modes de stratégie et l'approche intelligente. Cliquez ici pour lire le Guide Officiel Akali EA Vue d'ensemble Akali EA est un Expert Advisor de scalping de haute précision conçu spécifiquement pour l'Or (XAUUSD). Il utilise un algorithme de trailing stop extrêmement serré p
AI Gold Trading MT5
Ho Tuan Thang
4.38 (32)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier s'approvisionne en liquidités auprès de différents fournisseurs, créant ainsi des flux de données uniques. D'autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80 %     SIGNAL EN DIRECT IC MARKETS :  https://ww
AI Gold Scalp Pro
Ho Tuan Thang
5 (5)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier obtient de la liquidité auprès de différents fournisseurs, créant des flux de données uniques. Les autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80%. SIGNAL EN DIRECT Canal de Trading Forex EA sur MQL5 : 
Quantum King EA
Bogdan Ion Puscasu
4.97 (146)
Quantum King EA — Une puissance intelligente, optimisée pour chaque trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prix de lancement spécial Signal en direct :       CLIQUEZ ICI Version MT4 :   CLIQUEZ ICI Chaîne Quantum King :       Cliquez ici ***Achetez Quantum King MT5 et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour plus de détails ! Gérez   votre trading avec pr
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 — Systeme de Trading de Cassures Swing sur l'Or Promotion de lancement — Limité à 100 exemplaires Seules 100 copies seront vendues au prix de lancement. Après 100 copies, le prix passe directement à $999 . Le prix augmente également de $50 toutes les 24 heures. 93   copies vendues — il n'en reste que 7. Profitez du prix le plus bas avant qu'il ne soit trop tard. Live signal: https://www.mql5.com/en/signals/2359124 Restez informe — rejoignez notre canal MQL5 pour les mises a jour et co
Syna
William Brandon Autry
5 (23)
Syna 5 – Intelligence Persistante. Mémoire Réelle. Intelligence de Trading Universelle. La plupart des outils d'IA répondent une fois et oublient tout. Ils vous laissent repartir de zéro encore et encore. Pas Syna 5. Il mémorise chaque conversation, chaque trade analysé, pourquoi il a agi, pourquoi il s'est abstenu, et comment le marché a réagi ensuite. Un contexte complet à chaque session. Une intelligence cumulative qui se renforce à chaque trade. Ce n'est pas un énième EA avec des fonctions
Aot
Thi Ngoc Tram Le
4.85 (96)
AOT Conseiller Expert Multi-Devises avec Analyse de Sentiment IA Stratégie de retour à la moyenne multi-paires pour la diversification de portefeuille sur des paires de devises corrélées. Vous testez AOT pour la première fois ?     Commencez avec les   paramètres de taille de lot fixe , Taille de lot fixe 0.01 | Position unique par paire | Fonctionnalités avancées désactivées. Logique de trading pure   pour comprendre le comportement du système. Signal de performance vérifiée Détail Nom du Fichi
Goldwave EA MT5
Shengzu Zhong
4.64 (22)
Compte de trading réel   LIVE SIGNAL (IC MARKETS) :  https://www.mql5.com/en/signals/2339082 Cet EA utilise exactement la même logique de trading et les mêmes règles d’exécution que le signal de trading en direct vérifié affiché sur MQL5.Lorsqu’il est utilisé avec les paramètres recommandés et optimisés, et avec un courtier ECN / RAW spread réputé (par exemple IC Markets ou EC Markets) , le comportement de trading en conditions réelles de cet EA est conçu pour s’aligner étroitement sur la struc
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANT   : Ce package ne sera vendu au prix actuel que pour un nombre très limité d'exemplaires.    Le prix va monter à 1499$ très rapidement    +100 stratégies incluses   et plus à venir ! BONUS   : À partir de 999$ ou plus --> choisissez  5     de mes autres EA gratuitement !  TOUS LES FICHIERS CONFIGURÉS GUIDE COMPLET DE CONFIGURATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT EXAMEN (tiers) Bienvenue dans le SYSTÈME D'ÉCLATEMENT ULTIME ! Je suis heureux de vous présenter l'Ultimat
Agera
Anton Kondratev
5 (2)
AGERA   est un EA ouvert entièrement automatisé et à multiples facettes pour identifier les vulnérabilités du marché de l'OR ! 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       Settin
Nano Machine
William Brandon Autry
5 (6)
Nano Machine GPT Version 2 (Generation 2) – Intelligence Persistante de Pullback Nous avons initié ce changement fin 2024 avec Mean Machine, l'un des tout premiers systèmes à intégrer une véritable IA de pointe dans le trading de détail forex en conditions réelles. Nano Machine GPT Version 2 est la prochaine évolution dans cette lignée. La plupart des outils d'IA répondent une fois et oublient tout. Pas Nano Machine GPT Version 2. Il mémorise chaque setup de pullback analysé, chaque entrée pris
Karat Killer
BLODSALGO LIMITED
4.63 (24)
Intelligence Or Pur. Validé Jusqu'au Noyau. Karat Killer   n'est pas un énième EA sur l'or avec des indicateurs recyclés et des backtests gonflés — c'est un   système de machine learning de nouvelle génération   construit exclusivement pour XAUUSD, validé avec une méthodologie de grade institutionnel et conçu pour les traders qui valorisent la substance plutôt que le spectacle. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest pri
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)
Symbole XAUUSD (Or / Dollar américain) Période (unité de temps) H1-M15 (au choix) Prise en charge des trades uniques OUI Dépôt minimum 500 USD (ou équivalent dans une autre devise) Compatible avec tous les brokers OUI (prise en charge des cotations à 2 ou 3 décimales, de toute devise de compte, symbole ou fuseau horaire GMT) Fonctionne sans configuration préalable OUI Si vous vous intéressez à l’apprentissage automatique, abonnez-vous à la chaîne : S’abonner ! Caractéristiques principales du
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate — Le summum du trading basé sur les réseaux neuronaux et la voie vers la liberté financière. Aura Ultimate représente la prochaine étape de l'évolution de la famille Aura : une synthèse d'une architecture d'IA de pointe, d'une intelligence adaptative au marché et d'une précision maîtrisée. S'appuyant sur l'ADN éprouvé d'Aura Black Edition et d'Aura Neuron, elle va plus loin en fusionnant leurs atouts au sein d'un écosystème multi-stratégies unifié, tout en introduisant une couche
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)
Signal de trading en temps réel Surveillance publique en temps réel de l’activité de trading : https://www.mql5.com/fr/signals/2356149 Informations officielles Profil du vendeur Canal officiel Manuel utilisateur Instructions de configuration et d’utilisation : Ouvrir le manuel utilisateur Cet Expert Advisor a été conçu comme un système sensible au contexte du marché, capable d’adapter son comportement en fonction des conditions de trading en vigueur, plutôt que de suivre un schéma d’ex
Xauusd Quantum Pro EA
Ilies Zalegh
5 (12)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor GOLD XAUUSD pour MetaTrader 5 | Moteur de Décision Scoring BUY/SELL + Gestion du Risque Avancée + Supervision Dashboard Live PRIX DE LANCEMENT SPÉCIAL avec réduction temporaire — Offre valable pour une durée limitée. Achetez XAUUSD QUANTUM PRO EA et vous pourriez obtenir Bitcoin Quantum Edge Algo ou DAX40 Quantum Pro EA gratuitement. Contactez-nous en privé pour plus d'informations. XAUUSD QUANTUM PRO EA est un robot MT5 pensé pour une seule chose : r
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FIRM PRÊT !   (   télécharger SETFILE   ) WARNING : Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bienvenue chez le Faucheur d'Or ! S'appuyant sur le très réussi Goldtrade Pro, cet EA a été conçu pour fonctionner sur plusieurs périodes en même temps et a la possibilité de définir la fréquence d
HTTP ea
Yury Orlov
4.73 (11)
How To Trade Pro (HTTP) EA — un conseiller de trading professionnel pour trader n'importe quel actif sans martingale ni grilles de l'auteur avec plus de 25 ans d'expérience. La plupart des conseillers top fonctionnent avec l'or en hausse. Ils paraissent brillants dans les tests... tant que l'or monte. Mais que se passe-t-il quand la tendance s'épuise ? Qui protège votre dépôt ? HTTP EA ne croit pas à une croissance éternelle — il s'adapte au marché changeant et est conçu pour diversifier largeme
The Gold Phantom
Profalgo Limited
4.35 (20)
PROP SOCIÉTÉ PRÊTE ! -->   TÉLÉCHARGEZ TOUS LES FICHIERS DU KIT AVERTISSEMENT: Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990 $ NOUVEAU (à partir de 399 $ seulement)   : Choisissez 1 EA gratuit ! (limité à 2 numéros de comptes de trading, tous mes EA sauf UBS) Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   Signal en direct Signal en direct 2 !! LE FANTÔME D'OR EST LÀ !! Après l'immense succès de The Gold Reaper, je suis ext
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)
Aperçu Golden Hen EA est un Expert Advisor conçu spécifiquement pour le XAUUSD (Or). Il fonctionne en combinant neuf stratégies de trading indépendantes, chacune déclenchée par des conditions de marché et des unités de temps spécifiques (M5, M30, H2, H4, H6, H12, W1). L'EA est conçu pour gérer ses entrées et ses filtres automatiquement. La logique de base de l'EA se concentre sur l'identification de signaux précis. Golden Hen EA n'utilise pas de techniques de grille (grid), de martingale ou de
Zeno
Anton Kondratev
5 (2)
ZENO EA   est un ouvert multidevises, flexible, entièrement automatisé et à multiples facettes permettant d'identifier les vulnérabilités du marché de l'OR ! 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 Signaux Remboursement du courtier
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)
Présentation de Mean Machine GPT Gen 2 – L'Original. Désormais plus intelligent, plus puissant et plus performant que jamais. Nous avons initié tout ce changement fin 2024 avec Mean Machine, l'un des tout premiers systèmes à intégrer une véritable IA de pointe dans le trading de détail en conditions réelles. Mean Machine GPT Gen 2 est la prochaine évolution de cette vision originale. Nous n'avons pas remplacé l'original. Nous l'avons fait évoluer. La plupart des systèmes répondent une fois, agi
Full Throttle DMX
Stanislav Tomilov
Pleine puissance DMX - Une vraie stratégie,    de vrais résultats   Full Throttle DMX est un conseiller expert (EA) de trading multidevises conçu pour les paires EUR/USD, AUD/USD, NZD/USD, EUR/GBP et AUD/NZD. Ce système repose sur une approche de trading classique, utilisant des indicateurs techniques reconnus et une logique de marché éprouvée. L'EA intègre 10 stratégies indépendantes, chacune conçue pour identifier différentes conditions et opportunités de marché. Contrairement à de nombreux sy
Plus de l'auteur
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
Whale RSI and SMA
Mustafa Ozkurkcu
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: Compute RSI thresholds around 50 A single parameter creates both buy/sell levels: BuyLevel = 50 − InpRSIThresholdDist SellLevel = 50 + InpRSIThre
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
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
Filtrer:
Aucun avis
Répondre à l'avis