RSI TrendWave

5

RSI TheTrendWave est un Double RSI avec une stratégie de Martingale intelligente pour un Expert Advisor en MQL4. Il combine l'identification de tendance basée sur le RSI avec une approche de gestion des risques pour réduire le drawdown en utilisant un système de Martingale modifié. Voici comment cela fonctionne :

Signaux Double RSI :

  • Un signal d'achat est déclenché lorsque le RSI à court terme croise au-dessus du RSI à long terme et que les deux sont en dessous d'un certain seuil de survente (par exemple, 30).
  • Un signal de vente est généré lorsque le RSI à court terme croise en dessous du RSI à long terme et que les deux sont au-dessus d'un seuil de surachat (par exemple, 70).
  • Le EA utilise la même logique Double RSI sur tous les paires, identifiant des opportunités d'achat et de vente basées sur les conditions de surachat et de survente propres à chaque paire. Le EA peut détecter efficacement les tendances et les retournements grâce aux différences de liquidité et de volatilité sur EURUSD, GBPUSD et USDCAD.

Approche Martingale Intelligente :

  • Position initiale : Les transactions sont ouvertes en fonction des signaux RSI avec une petite taille de lot initiale.
  • Multiplication Martingale : Si la transaction va à l'encontre du EA et atteint un certain seuil de perte, la taille du lot de la prochaine transaction est augmentée de manière contrôlée (par exemple, avec un facteur inférieur à 2) pour récupérer les pertes, plutôt que de doubler agressivement comme dans les systèmes Martingale traditionnels.
  • Ajustement Dynamique : Le facteur de multiplication est ajusté en fonction de la volatilité actuelle du marché et du capital disponible pour éviter une sur-exposition, aidant ainsi à limiter le risque.
  • Objectif de profit et sortie : Le EA clôture les positions lorsque l'objectif de profit prédéfini est atteint ou lorsque le RSI signale un retournement de tendance, évitant ainsi l'escalade continue des pertes.

Recommandations pour Utiliser l'Expert Advisor :

1. Configuration Initiale et Tests :

  • Backtest d'abord : Avant de négocier en réel, testez le EA en profondeur avec des données historiques dans différentes conditions de marché.
  • Optimisation des paramètres : Ajustez les paramètres tels que la taille du lot, les multiplicateurs de pas et le stop loss via l'optimisation dans le testeur de stratégie de MetaTrader.
  • Test en compte démo : Commencez par un compte démo pour surveiller les performances en direct et vous assurer que tout fonctionne comme prévu.

2. Gestion des Risques :

  • Solde minimum : Il est recommandé d'utiliser le EA avec un solde minimum de 3 000 $ pour accueillir les stratégies multi-étapes et éviter une sur-exposition.
  • Auto Lot et Stop Loss : Utilisez la fonction Auto Lot pour ajuster la taille du lot en fonction de votre solde et définissez toujours un stop loss approprié pour limiter les drawdowns potentiels.

3. Stratégie de Trading :

  • Stratégie Multi-Étape et RSI : Comprenez la stratégie multi-étape qui augmente les positions et assurez-vous qu'elle est en adéquation avec votre tolérance au risque. Exploitez les signaux RSI intégrés pour des trades efficaces basés sur les tendances.

4. Surveillance en Temps Réel et Ajustements :

  • Surveillez et Ajustez : Utilisez le EA dans un compte réel avec des petites tailles de lot initialement. Ajustez les paramètres en fonction des conditions du marché et des événements économiques majeurs.
  • Visualisation : Activez la visualisation du EA pour suivre les niveaux clés sur le graphique, tels que les points d'équilibre et les niveaux de take profit.

5. Taille de Compte et Levier :

  • Capital Suffisant : Assurez-vous que la taille de votre compte et le levier peuvent supporter la stratégie. Un solde minimum de 3 000 $ est recommandé pour les performances optimales du EA.

Paires Recommandées :

J'ai testé avec succès le EA sur EURUSD, GBPUSD et USDCAD sur la plupart des cadres temporels, mais il pourrait également bien fonctionner sur d'autres paires de devises.

Description Détailée des Paramètres d'Entrée :

Paramètres Généraux :

  • comm : Un commentaire ou une étiquette pour le EA. Par défaut : "DoubleRSI".
  • Slippage : Le glissement maximal autorisé pour l'exécution des transactions, en points. Par défaut : 30.
  • LotSize : La taille du lot de la transaction. Si défini sur 0, le calcul automatique de la taille du lot est activé. Par défaut : 0.01.
  • AutoLot : La quantité de taille de lot par 1000 unités de solde lorsque Auto Lot est activé. Par défaut : 0.

Gestion des Transactions :

  • StopLoss : La valeur du stop loss en points. Si défini sur 0, aucun stop loss n'est utilisé. Par défaut : 0.
  • OpenNewSeries : Détermine si une nouvelle série de transactions doit être ouverte. Si true, de nouvelles transactions sont ouvertes. Par défaut : true.
  • MagicNumber : Un identifiant unique pour les transactions du EA. Cela empêche toute confusion avec d'autres EAs. Par défaut : 64321.
  • TargetPips : Le niveau de profit cible, en pips. Par défaut : 90.
  • NumMaxTradesOpenOther : Nombre maximum de transactions qui peuvent être ouvertes par d'autres stratégies ou instances. Par défaut : 5.

Paramètres de Pas (pour les Stratégies d'Échelonnement ou de Grille) :

  • Step : La taille du pas, en points, entre les transactions dans la série. Par défaut : 100.
  • StepMultiplier : Le multiplicateur pour la distance du premier pas entre les transactions. Par défaut : 1.2.
  • SecondStepMultiplier : Le multiplicateur pour la distance du second pas entre les transactions. Par défaut : 1.5.
  • FirstSetLotMultiplier : Multiplicateur pour la taille du lot de la première série de transactions. Par défaut : 1.
  • SecondLotMultiplier : Multiplicateur pour la taille du lot de la seconde série de transactions. Par défaut : 1.5.
  • MaxStepOrders : Nombre maximum d'ordres basés sur le pas qui peuvent être ouverts. Par défaut : 10.
  • NumFirstLotSet : Nombre maximum de transactions dans la première série (taille initiale du lot). Par défaut : 5.

Paramètres RSI (pour la Stratégie Double RSI) :

  • Trend1TF : Le cadre temporel pour le premier indicateur de tendance RSI. Par défaut : PERIOD_D1 (Journée).
  • Trend1RSIPeriod : Période pour le premier indicateur RSI. Par défaut : 7.
  • Trend1RSIHighLevel : Seuil supérieur pour le premier indicateur RSI signalant des conditions de surachat. Par défaut : 60.
  • Trend1RSILowLevel : Seuil inférieur pour le premier indicateur RSI signalant des conditions de survente. Par défaut : 40.
  • Trend2TF : Le cadre temporel pour le second indicateur de tendance RSI. Par défaut : PERIOD_H1 (Horaire).
  • Trend2RSIPeriod : Période pour le second indicateur RSI. Par défaut : 7.
  • Trend2RSIHighLevel : Seuil supérieur pour le second indicateur RSI. Par défaut : 60.
  • Trend2RSILowLevel : Seuil inférieur pour le second indicateur RSI. Par défaut : 40.

Paramètres de Fermeture :

  • CloseOnTF : Détermine si les transactions doivent être fermées en fonction d'un cadre temporel spécifique. Par défaut : false.
  • CloseTF : Le cadre temporel à surveiller pour fermer les transactions lorsque CloseOnTF est activé. Par défaut : PERIOD_H1 (Horaire).
  • UseReverseSignalClose : Si true, les transactions sont fermées lorsqu'un signal inverse est détecté. Par défaut : false.

Paramètres de Visualisation :

  • EnableVisualization : Active ou désactive l'affichage des lignes de visualisation pour les transactions et les pas du EA. Par défaut : false.


Avis 1
ryanbrooks
2144
ryanbrooks 2025.09.15 02:11 
 

I liked this EA, made solid profit for me !Thanks for the developer .

Produits recommandés
Divergence Sniper
Mazhar Ul Hassan Noorul Hassan Noor Ul Hassan
Divergence Sniper – High-Precision MACD Divergence Trading Bot Overview Divergence Sniper is a high-precision automated trading bot designed for traders who capitalize on MACD divergence and price action patterns. It scans the market for hidden and regular divergences, combining them with key price action signals to generate accurate buy and sell opportunities. Key Features MACD Divergence Detection: Identifies both bullish and bearish MACD divergences. Price Action Confirmation: Detects major p
FREE
Trend Analizer Bot
Pavel Predein
4.5 (2)
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
Forex Robot Dude
Hong Ling Mu
4.33 (3)
Entry Logic The EA (Expert Advisor) will monitor price movements (M5, M15, H1, H4) during the specified input period. If these price movements exceed the input parameters, an entry will be executed. Take Profit (TP) = 50 pips Stop Loss (SL) = 50 pips Maximum Order Quantity = 1 To facilitate profit loss recovery, the robot offers the option to increase the lot size in the next entry (True/False choice). The best pair GBPUSD  / EURUSD TF M5 Set file (default)
FREE
FX365 MA Crossover EA
Gyunay Sali
4.6 (5)
FX365 MA Crossover EA is a completely FREE expert advisors specially developed for users who love to do their own configuration and optimization. The EA comes without optimizations but everything one trader need to configure and adapt the EA to any forex instrument/pair. FX365 MA Crossover EA is based on the popular Moving Average indicator. The idea behind this EA is to use two MA indicators. One FAST and the second one SLOW. When both MA crossed each other the EA trades. When the FAST MA line
FREE
PZ Heiken Ashi EA
PZ TRADING SLU
4.8 (10)
This EA trades using the Heiken Ashi Smoothed Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols T
FREE
MyGrid Scalper
Ahmad Aan Isnain Shofwan
4.02 (52)
Scalper MyGrid Soit vous le dirigez, soit c'est lui qui vous dirige. Plus de 28 000 téléchargements depuis 2022 : pas de battage médiatique, pas de bruit, pas de réductions. Juste une exécution rigoureuse entre les mains de ceux qui comprennent. Informations de base Symbole :   N'importe lequel (optimisé par défaut : XAUUSD) Période :   N’importe laquelle (optimisée par défaut :   M5   ) Type :   EA basé sur une grille avec martingale souple (par défaut 1,5) Contrôle des lots :   définissez l
FREE
LaboratoryMoney EURCAD
Dmitrii Survila
1 (1)
Laboratory.Money EUR/CAD M30 Автоматическая Торговая Система из серии Energy Drive EUR/CAD M30 Вся активность эксперта проявляется только на реальной торговле. Его нет толку проверять в тестере стратегий. Запрещается бонус от брокера к вашему депозиту. Эксперт торгует с теми деньгами которые могут уйти в просадок, бонус в просадке не участвует, это приведёт к потере всего вашего депозита. Данный эксперт очень подходит для программы "Rebate" от вашего брокера. Все изменения в на
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.73 (40)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Free RSI EA
Tonny Obare
3.5 (6)
Free RSI expert advisor is a completely free expert advisor that trades using rsi level crosses. You can set which levels the Ea should use to open and close trades. The various settings are explained below. NOTE: The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy. Lots - This is the lot size of the EAs trades. 0.1 is the default setting. AllowBuy - Set to true to allow buy trades. This setting is true by default. Allo
FREE
Flash Scalper Free
Casimiro Zampetti
2 (3)
Flash Scalper is a scalper Expert Advisor that exploits acceleration of volatility of the market. It goes into action when there is an explosion of volatility for example during the news or special events. The minimum volatility is settable from input parameters. The EA work every time with stop loss and take profit, no martingale. Any initial deposit on account is allowed to start work with this expert advisor. The most important conditions for this expert advisor are low spread and fast execut
FREE
Easy Candlestick Patterns
Alexander Nikolaev
3.67 (3)
This EA recognizes candlestick patterns, opens trades depending on the last candlestick pattern, and also displays its name (when the ShowInfo option is enabled) directly on the chart of the currency pair. There are also additional indicators whose parameters are adjustable (for example, ADX volatility indicator, dynamic stop loss parameter, trailing stop). The EA can determine both simple models consisting of 1 candlestick, and complex ones from 2 to 5 candles. The simple version of this advise
FREE
Bollinger Scalper EA
Robots4Forex Ltd
4.22 (9)
The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
FREE
Gegenpressing
Mr Thadanai Chulasamaya
4.2 (5)
This EA has no stop loss. All risks are at your discretion. This is Free EA,  It can make you profitable if you use it carefully. Please don't ask for the MQ4 file, I'm using it to develop other robots. Gegenpressing EA  is a fully automatic Expert Advisor for  Scalping  Trading on  XAUUSD timeframe M1 but also in others.   The basic strategy starts with Market order in Trend Following, so this EA  Follow the Trend . M1 Trend…. very very fast.  If you like this EA and want to help me develop
FREE
The EU_15_111517128_S_Op_CF_SQ3 is an algorithmic trading strategy for MetaTrader, tested on EURUSD using the M15 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and timeframe
FREE
PZ The Zone EA
PZ TRADING SLU
4.67 (3)
This expert advisors trades donchian breakouts according to Bill Williams's definition of "Trading in the Zone". It uses alligator to find strong trends, AC and AO to identify trading zones and MACD to avoid trading exhausted trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Fully configurable indicator settings Customizable break-even, stop-loss, take-profit and trailing-stop settings Works for ECN/Non-ECN brokers and 2-3-4-5 digit s
FREE
MACD Not So Simple
Leonid Basis
2 (1)
This is an example of how the MetaTrader terminals's Strategy Tester can help to find good input parameters for an old and widely known MACD Sample Expert Advisor, which is available in the Navigator window (tab: Expert Advisors). Input parameters Indicator MACD: fast - fast Period; slow - Slow Period; sign - Signal Period; appPrice - PRICE_CLOSE=0; PRICE_OPEN=1; PRICE_HIGH=2; PRICE_LOW=3; PRICE_MEDIAN=4; PRICE_TYPICAL=5; PRICE_WEIGHTED=6; MACDOpenLevel ; MACDCloseLevel ; Indicator Moving Avera
FREE
PZ Stochastic EA
PZ TRADING SLU
4.8 (5)
This EA trades using the Stochastic Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can
FREE
AvanteGarde Grid
Metin Hussein
5 (1)
Avantgarde: Grid This Expert advisor uses simple and robust grid method to place trades. simple and easy to use. https://www.mql5.com/en/signals/534678 How It Works: The EA does not use indicators but uses a math based solution to price-action. The EA will perform the same trades in any timeframe. Avantgarde Grid is equipped with money management, Autolot and DD close trade. Take care when setting the <step> as it will alter the aggressiveness. The Greater the step the less risk. Parameters Buy
FREE
Succubus
Dmitriy Prigodich
2.5 (4)
Succubus is a universal expert Advisor. Its main advantage is the highest entry accuracy, 90% of transactions and above. The expert Advisor parameters are divided into categories according to the function that the user needs. All functions can be disabled. The expert Advisor is designed to disperse small and medium-sized deposits. Main: TakeProfit - number of points to close a trade with a profit StopLoss - number of points to close a trade with a loss Slippage - Slippage Magic-adviser
FREE
Free Parabolic SAR EA
Tonny Obare
1.5 (2)
Free parabolic SAR expert advisor is a completely free expert advisor that trades using Parabolic SAR dots. It opens and closes trades based on the first dots of a new trend. The various settings are explained below. Parameters NOTE: The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy. Lots - This is the lot size of the EAs trades. 0.1 is the default setting. StopLoss - Stop loss setting. AllowBuy - Set to true to allo
FREE
Morning Luck
Pavel Predein
4.8 (5)
Automatic trading system based on the morning Flat indicator, puts pending orders on the borders of the night channel .All trades have a fixed stop loss and take profit .The traded pair GBPUSD H1, can be used on other instruments after optimization. The EA contains a switchable flat indicator . The robot's operating time in the input parameters corresponds to (+2GMT). when switching to daylight saving time,you need to adjust the time manually. * Use default settings  * Does not use dangerous
FREE
The robot was created based on CCI (Commodity Channel Index) logic, and it is a very stable Expert Advisor (EA). It is optimized for XAUUSD (gold) by default, but you can run it on any currency pairs. Take Profit : 10 pips Stop Loss : 90 pips Grid Order : Every 5 pips All orders are closed when the total profit in dollars reaches a certain amount or when each individual order hits its take profit.
FREE
PZ RSI Trader EA
PZ TRADING SLU
4.67 (3)
This EA trades using the RSI Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NF
FREE
Skull Per
Che Jeib Che Said
4 (1)
Skull Per https://www.mql5.com/en/users/earobotkk/seller#products This is a fully functional Expert Advisor. It is intended for trading major currency pairs with small spread. It uses scalping technique for quick profit and easy to use with simple input parameters. Input Max Spread:  maximum spread allowable for trading. Magic No: unique expert number. Lot: size of lot. Lot Multiplier: size of subsequent lot by multiplication. Take Profit: take profit in pips. Stop Loss: stop loss in pips. Trail
FREE
The GU_H1_120114111_S_Pi_CF_0712_SQ3 is an algorithmic trading strategy for MetaTrader, tested on GBPUSD using the H1 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:  https://quantmonitor.net/gbpusd-pivots-trend-master/ Key details are: Parameters Main Chart: Current symbol and
FREE
The Complex Chaos EA is an automated system that uses a pair of exponential moving averages to detect the market direction and opens trades on candle open. If the market moves against a trade it will at a set distance open another trade in the same direction to move the take profit of the group of open positions closer to the current price and make the group of trades winners overall once the price reverses. If a change in direction is detected then all trades are closed and it starts trading in
FREE
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
FREE
High Low Start
Maksim Novikov
TRADE FROM LEVELS ACCORDING TO YOUR PARAMETERS! This Expert Advisor trades from support and resistance levels. The maximum and Minimum prices are set in the input parameters. Input parameters: Selecttimeframe - setting the timeframe for the maximum and minimum prices How does it work? It's very simple - if you set a Monthly One, then the robot will trade at Max. and Min. prices that were last month For example, if you trade in the month of June, then the robot will find the maximum and minimum
FREE
Algorithmic FREE
Vladimir Gorbachev
5 (4)
Medium-term trading system that tries to profit during the price rollbacks after significant movements. The system automatically determines the current trading range, the price rollback levels. This is a demonstration version of the Algorithmic EA, which is optimized over the year 2016 for trading the EURUSD currency pair. It is possible to trade in manual mode using a simple on-screen panel or in fully automatic mode. Amount of trades per month is from 5 to 18 in automatic mode. The recommended
FREE
Simple RSI trader
Aleksei Sukhanov
4.5 (2)
This is a simple Expert Advisor that uses the RSI indicator to enter a trade and several patterns. the advisor trades one deal and each deal has a stop loss and take profit (set in the settings) in case of failure (the deal is closed by stop loss), it is possible to increase the lot of the next deal. The telegram group:   https://t.me/FXAdvisorsMy Start_trade - time to start trading End_trade   - trade end time Lot             -  size of the lot for opening the first order (this is a fixed lot
FREE
Les acheteurs de ce produit ont également acheté
Goldex AI
Mateo Perez Perez
4.78 (23)
Goldex AI : le succès d'aujourd'hui sera le fruit de demain SUPER RÉDUCTION POUR UNE DURÉE LIMITÉE ! 2 DERNIERS EXEMPLAIRES POUR 299 USD AVANT QUE LE PRIX N'AUGMENTE. Live Signal > IC Markets Real : Goldex AI High risk set Manuel et fichiers de configuration : Contactez-moi après l'achat pour recevoir le manuel et les fichiers de configuration. Prix : Le prix de départ est de 899 $ et augmentera de 199 $ toutes les dix ventes. Exemplaires disponibles : 2 Goldex AI - Robot de trading avancé av
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition est un EA entièrement automatisé conçu pour trader uniquement l'OR. L'expert a montré des résultats stables sur XAUUSD sur la période 2011-2020. Aucune méthode dangereuse de gestion de l'argent n'est utilisée, pas de martingale, pas de grille ou de scalp. Convient à toutes les conditions de courtier. EA formé avec un réseau neuronal perceptron multicouche (MLP) est une classe de réseau neuronal artificiel à rétroaction (ANN). Le terme MLP est utilisé de manière ambiguë, parfoi
Stock Indexes EA MT4
MQL TOOLS SL
5 (4)
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30. This Expert Advisor uses advanced algorithms and carefully selected technical indicators to analyze market trends, identify optimal entry and exit points, and execute trades with high precision . One of its key features is the built-in news filter, which prevents the robot from opening new positions during high-impact economic events. This significantly reduces unnecessary risk a
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (170)
Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan et Quantum King  gratuitement !*** Demandez
Capybara
Sergey Kasirenko
5 (37)
Capybara EA est un système automatisé avancé de suivi des tendances basé sur l'indicateur Hama. Si le marché devient baissier et que l'indicateur devient rouge, l'EA vendra, si le marché devient haussier et l'indicateur devient bleu, l'EA achètera. L'EA peut détecter avec précision le début des tendances haussières et baissières et contrôlera les transactions ouvertes dans un style martingale/grille jusqu'à ce qu'elles atteignent TP. Paires recommandées : toutes les paires majeures comme l'eurus
Scalp Unscalp MT4
Connor Michael Woodson
4 (4)
Scalp Unscalp est un système de scalping bidirectionnel à court terme qui tente d'extraire rapidement un profit grâce à des entrées très précises. Le signal en direct de Scalp Unscalp arrive bientôt ! Le prix actuel sera augmenté. Prix limité à 99 USD Pas de grille, pas de martingale. Chaque trade est exécuté individuellement Stop loss fixe disponible, avec système de trailing stop dynamique virtuel Panneau de trading interactif et réglages précis de la taille des lots Recommandé Graphique : EU
Trend AI EA
Ramil Minniakhmetov
4.93 (28)
L'EA Trend Ai est conçu pour fonctionner avec l'indicateur Trend Ai. Ce dernier effectue sa propre analyse de marché en combinant l'identification des tendances, des points d'entrée exploitables et des alertes de retournement, et prend en charge tous les signaux de l'indicateur de manière entièrement automatique ! L'EA intègre de nombreux paramètres externes entièrement ajustables, permettant au trader de personnaliser l'expert selon ses préférences. Dès l'apparition du point vert, l'EA se pré
XG Gold Robot MT4
MQL TOOLS SL
4.41 (37)
The XG Gold Robot MT4 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
EA Gold Stuff
Vasiliy Strukov
4.73 (1059)
EA Gold Stuff est un Expert Advisor conçu spécifiquement pour le trading d'or. L'opération est basée sur des ordres d'ouverture utilisant l'indicateur Gold Stuff, ainsi l'EA fonctionne selon la stratégie "Trend Follow", ce qui signifie suivre la tendance. Les résultats en temps réel peuvent être consultés ici. Contactez-moi immédiatement après l'achat pour obtenir les réglages et un bonus personnel!  Vous pouvez obtenir une copie gratuite de notre indicateur Strong Support et Trend Scanner, v
Diamond PRO
Fanur Galamov
4.79 (62)
Only 1 copy left for $225 Tomorrow price ---> $249  Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced pos
EA Forex Scalper
Lo Thi Mai Loan
EA Forex Scalping est un Expert Advisor conçu spécifiquement pour trois paires de devises majeures : EURUSD, USDJPY et GBPUSD. Signaux Il ne reste plus que 1 exemplaire sur 10 à ce prix. Prochain prix : $599.99 Disponible pour MT4 et MT5 MT5 Ne fait appel ni au grid, ni au martingale, ni à l’IA, ni aux réseaux neuronaux, ni à l’arbitrage. Chaque transaction est protégée par un Stop Loss (SL) fixe, adapté à chaque paire. Les profits sont sécurisés par un Trailing Stop. Cet EA fonctionne sur co
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
Recovery Manager Pro MT4
Ianina Nadirova
5 (1)
Recovery Manager Pro est un système permettant de récupérer les prélèvements d'autres conseillers ou de commandes ouvertes manuellement. RM Pro a la capacité de s’ajuster automatiquement et dynamiquement. Le trader doit sélectionner le niveau de risque et le conseiller travaillera en mode entièrement automatique. Peut fonctionner en mode de récupération et en mode veille ! Si un autre conseiller génère un prélèvement, RM Pro le désactivera, verrouillera la position et lancera le processus de re
HFT Fast M1 Gold Scalper V8 EA
Martin Alejandro Bamonte
5 (1)
VERSION ULTRA-OPTIMISÉE – MT4 HFT FAST M1 GOLD SCALPER V8.2 , dans sa version MT4, est la version la plus puissante, stable et aboutie à ce jour. HFT est un scalpeur haute fréquence qui négocie exclusivement l'or (XAUUSD) sur l’unité de temps M1, exécutant un grand nombre de trades chaque jour. Il prend en charge un effet de levier allant jusqu'à 1:500 et fonctionne avec des tailles de lot très raisonnables , adaptées à une véritable stratégie de scalping. Pour cette raison, il nécessite des com
GOLD Dahab MT4
Ebrahim Mohamed Ahmed Maiyas
5 (1)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing Gold (XAU/USD). It adapts to price movements and market fluctuations to detect potential trading opportunities. Special launch offer – limited time only. A tiered pricing model applies: Every 5th purchase increases the price by $50. With each new buyer, the next price level gets closer – making your entry more expensive. Secure GOLD Dahab at the current price before the next
Vortex Gold MT4
Stanislav Tomilov
5 (6)
Vortex - votre investissement dans l'avenir Le conseiller expert Vortex Gold EA a été conçu spécialement pour négocier l'or (XAU/USD) sur la plateforme Metatrader. Construit à l'aide d'indicateurs exclusifs et d'algorithmes secrets de l'auteur, cet EA utilise une stratégie de négociation complète conçue pour capturer les mouvements rentables sur le marché de l'or. Les éléments clés de cette stratégie comprennent des indicateurs classiques tels que l'indicateur CCI et l'indicateur parabolique, q
In order to understand the work of a bot Steadily forward , first of all, you need to understand what parameters it has. Therefore, I believe that a detailed description of the parameters will be the best description of the bot. Since it will give the user an understanding of what he is dealing with and will allow him to decide, this bot is suitable for his trading style and will allow his broker to work with the help of this bot. Be sure to set Fake Robot On = false Basic parameters, a number
Big Forex Players MT4
MQL TOOLS SL
4.8 (41)
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
Cherma Mt4
Hicham Chergui
2.79 (14)
CHERMA MT4 – Expert Advisor professionnel pour le trading de l’or basé sur l’intelligence artificielle Cherma MT4 est un système de trading automatisé avancé, conçu spécifiquement pour trader l’or (XAUUSD) en unité de temps de 5 minutes. Il repose entièrement sur l’intelligence artificielle pour analyser le marché et identifier les points d’entrée et de sortie avec précision. Ce robot de trading s’adresse aux traders en quête d’une stratégie de scalping rapide et efficace, en exécutant des diza
Gold Trend Scalping MT4
Lo Thi Mai Loan
5 (4)
Bienvenue à Gold Trend Scalping PROMOTION DE LANCEMENT : Prochain prix : 899 $ Prix final : 1999$   Gold Trend Scalping est le premier EA que j'ai conçu spécifiquement pour l'or. L'EA utilise une stratégie de trading suivant la tendance basée sur des périodes de temps plus grandes. Il utilise un super trend pour détecter la tendance principale du plus grand cadre temporel, puis ouvre des trades sur des cadres temporels plus petits. L'EA utilise toujours un stop loss fixe pour chaque trade, fix
Extracteurs pour XAUUSD Extractors pour XAUUSD est un Expert Advisor de niveau professionnel conçu pour les traders qui privilégient la précision, le contrôle des risques et une logique de trading adaptable pour l'or (XAUUSD). Il intègre deux stratégies intégrées avancées et cinq modes d'approche de marché flexibles, offrant aux traders un contrôle total sur la façon dont le système interprète, saisit et gère les transactions selon différentes structures de marché. Issu d'une recherche et dével
Gold on Ichimoku
Nguyen Hang Hai Ha
5 (1)
The Ichimoku at a glance has great appeal to me and most traders. The Gold on Ichimoku EA exploits the trend filter of the Ichimoku system, combines price recalculation and signal pattern calculation to create an optimally efficient automated trading system with low risk. The trades are also executed using the Scalper method to quickly exit the market. The trades always have Stop Loss available, along with Trailing settings and closing positions when the trend changes to control risk.  EA is opt
AW Recovery EA
AW Trading Software Limited
4.39 (84)
L'Expert Advisor est un système conçu pour récupérer les positions non rentables. L'algorithme de l'auteur verrouille une position perdante, la divise en plusieurs parties distinctes et ferme chacune d'elles séparément. Une configuration facile, un lancement différé en cas de baisse, un verrouillage, la désactivation d'autres Expert Advisors, une moyenne avec filtrage des tendances et la fermeture partielle d'une position perdante sont intégrés dans un seul outil C'est l'utilisation des pertes
EA Black Dragon
Ramil Minniakhmetov
4.76 (559)
EA Black Dragon fonctionne sur l'indicateur Black Dragon. L'EA ouvre un trade par la couleur de l'indicateur, il est alors possible d'augmenter le réseau d'ordres ou de travailler avec un stop loss. IMPORTANT! Contactez-moi immédiatement après l'achat pour recevoir des instructions et un bonus ! Le suivi du travail réel, ainsi que mes autres développements sont consultables ici : https://www.mql5.com/en/users/mechanic/seller Tous les paramètres peuvent être trouvés ici! Paramètres entrant
Squid X MT4
Duy Van Nguy
Squid X – Le Scalper de Précision pour XAUUSD Signal en direct : Cliquez ici Version MT5 : Téléchargez ici Offre spéciale de lancement : Pendant les 3 premiers jours suivant la sortie de la version MT4, Squid X sera disponible au prix promotionnel de 399 $, avant de revenir à son prix normal de 777 $ — identique à la version MT5. Bonjour, traders ! Je suis Squid X, un expert advisor entièrement automatisé, conçu spécifiquement pour le trading de l’or (XAU/USD). Mon cœur repose sur l’action du p
GbpUsd Robot MT4
MQL TOOLS SL
4.75 (92)
The GBPUSD Robot MT4 is an advanced automated trading system meticulously designed for the specific dynamics of the  GBP/USD  currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to  identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD. The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-Even
Aura Neuron MT4
Stanislav Tomilov
4.5 (10)
Aura Neuron est un Expert Advisor distinctif qui poursuit la série de systèmes de trading Aura. En s'appuyant sur des réseaux neuronaux avancés et des stratégies de trading classiques de pointe, Aura Neuron offre une approche innovante avec d'excellentes performances potentielles. Entièrement automatisé, cet Expert Advisor est conçu pour négocier des paires de devises telles XAUUSD (GOLD). Il a démontré une stabilité constante sur ces paires de 1999 à 2023. Le système évite les techniques de ges
DS Gold Robot MT4
MQL TOOLS SL
4.5 (10)
Introducing the DS Gold Robot, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, DS Gold is a forex robot meticulously crafted to optimize your trading performance with  XAUUSD pairs . With its advanced analytical capabilities,  DS Gold  Robot   constantly monitors the gold market, identifying key trends , patterns, and price movements with lightning speed. The DS Gold Robot opens positions every day from
The Infinity EA MT4
Abhimanyu Hans
3.59 (27)
Technologie basée sur l'IA avec ChatGPT Turbo Infinity EA est un conseiller expert en trading avancé conçu pour GBPUSD et XAUUSD. Il met l'accent sur la sécurité, des rendements constants et une rentabilité infinie. Contrairement à de nombreux autres EA, qui s'appuient sur des stratégies à haut risque telles que la martingale ou le trading en grille. Infinity EA utilise une stratégie de scalping disciplinée et rentable basée sur un réseau neuronal intégré à l'apprentissage automatique, une tech
Bitcoin Robot MT4
MQL TOOLS SL
4.69 (64)
The Bitcoin Robot  MT4 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 sa
Plus de l'auteur
FadeStormPro
Alexander Men
FadeStormPro EA – Low-Risk Reversal Trading for Consistent Profits FadeStormPro EA is an advanced, fully automated trading system designed to capitalize on sharp, volatile price moves by executing high-probability reversal (fade) trades. Proven to deliver consistent results on EURUSD, USDCAD, and other major currency pairs, FadeStormPro combines multiple institutional-grade detection methods, robust risk management, and professional trade management features to generate profits in various market
FREE
Filtrer:
ryanbrooks
2144
ryanbrooks 2025.09.15 02:11 
 

I liked this EA, made solid profit for me !Thanks for the developer .

Répondre à l'avis