• Información general
  • Comentarios
  • Discusión (1)
  • Novedades

RRS Impulse Plus

RRS Impulse Plus EA is an advanced version of RRS Impulse EA. This upgraded version provides more flexibility with several new options. The EA scalps using the Relative Strength Index (RSI), Stochastic Oscillator, Moving Average (MA), and Bollinger Bands indicators to identify trend and counter-trend opportunities. As a multi-pair EA, it scans multiple currency pairs for signals.

This EA includes various features such as Trailing, Risk Management, Money Management, Restriction Mode, and more. With the right settings, it has the potential to generate significant profits.

Signal Descriptions:

Indicator BUY SELL
RSI Trend: When RSI touches the overbought line.
CounterTrend: When RSI touches the oversold line.
Trend: When RSI touches the oversold line.
CounterTrend: When RSI touches the overbought line.
Stochastic Trend: When both the Main & Signal lines touch the overbought level.
CounterTrend: When both the Main & Signal lines touch the oversold level.
Trend: When both the Main & Signal lines touch the oversold level.
CounterTrend: When both the Main & Signal lines touch the overbought level.
Bollinger Bands Trend: When the current market price touches the Bollinger Bands' resistance line (Upper Band).
CounterTrend: When the current market price touches the Bollinger Bands' Support line (Lower Band).
Trend: When the current market price touches the Bollinger Bands' Support line (Lower Band).
CounterTrend: When the current market price touches the Bollinger Bands' resistance line (Upper Band).
Moving Average Trend/CounterTrend: When the current market price is above the Moving Average. Trend/CounterTrend: When the current market price is below the Moving Average.

Signal Scenarios (Inverse : False)

RSI Stochastic Bollinger Bands Moving Average Signal
Above Above Above Below CounterTrend Sell ✅
Below Below Below Above CounterTrend Buy  ✅
Above Above Above Above Trend Buy ✅
Below Below Below Below Trend Sell ✅

Signal Scenarios (Inverse : True)

RSI Stochastic Bollinger Bands Moving Average Signal
Above Above Above Below CounterTrend Buy ✅
Below Below Below Above CounterTrend Sell ✅
Above Above Above Above Trend Sell ✅
Below Below Below Below Trend Buy ✅

Variable Descriptions:

Variable Values Description
RSI, Stochastic, Bollinger Bands, Moving Average Bool (True/False) RSI: Enable to use the RSI indicator for market analysis and trade execution.
Stochastic: Enable to use the Stochastic indicator for market analysis and trade execution.
Bollinger Bands: Enable to use the Bollinger Bands indicator for market analysis and trade execution.
Moving Average: Enable to use the Moving Average indicator for market analysis and trade execution.

You can enable multiple indicators together. At least one indicator must be enabled for EA operation.
Timeframe M1, M5, M15, M30, H1, H4, D1 Bool (True/False)
TradeDirection Trend, CounterTrend Trend: Opens trades in the direction of the trend (e.g., if RSI touches the overbought line, it takes a buy trade; if RSI touches the oversold line, it takes a sell trade).
CounterTrend: Trades against the trend, waiting for a trend reversal (e.g., if RSI touches the overbought line, it takes a sell trade; if RSI touches the oversold line, it takes a buy trade).
SignalStrength SingleTF, MultiTF SingleTF: The EA checks timeframes one by one. For example, if RSI and Bollinger Bands are enabled and the selected timeframes are M1 & M15, the EA will first check signals for both indicators on M1, then on M15, and open a trade if any condition is met.
MultiTF: The EA checks all selected timeframes together. For example, if RSI and Stochastic are enabled with timeframes M1, M5 & M15, the EA will confirm signals across all timeframes simultaneously before executing a trade.

SingleTF follows OR logic, while MultiTF follows AND logic for timeframes.
 Inverse  Bool True/false By using Inverse Mode, it will reverse the order type. This means a buy trade will become a sell trade, and a sell trade will become a buy trade.
LotMode Random_Lot, Lot_Percentage Random Lot: Trades with a random lot size between minLot_Size and maxLot_Size .
Lot_Percentage: Trades based on the risk percentage per trade and ensures that the lot size does not go below minLot_Size or exceed maxLot_Size .

If you want to use a fixed lot size, set minLot_Size and maxLot_Size to the same value.
StopLoss_Type  Virtual_SL, Classic_SL Virtual SL: The EA will close the trade when your specified stop loss is reached, but the stop loss level will not be visible to the broker’s server (remains on your local PC).
Classic SL: The EA will place a visible stop loss that reflects on the broker’s server.

This feature is useful if your broker does not support hyperactive EAs, has a limit on modification quotas per day, or if you suspect your broker is hunting your stop loss.
StopLoss Int Value Set your Stop Loss value in points/pips. Set 0 to disable Stop Loss.
TakeProfit_Type  Virtual_TP, Classic_TP  Virtual TP: The take profit level is not visible to the broker’s server.
Classic TP: The take profit level is visible to the broker’s server.
TakeProfit Int Value Set your Take Profit value in points/pips. Set 0 to disable Take Profit.
 Trailing_Type Classic_Trailing, Virtual_Trailing Virtual Trailing: The trailing stop loss is hidden from the broker’s server (remains on your local PC).
Classic Trailing: A visible trailing stop loss is placed and reflects on the broker’s server.
Note: This feature is useful if your broker does not support hyperactive EAs, has modification limits per day, or if you suspect stop-loss hunting.
Recommendation: Martingale relies on strict calculations, so it's better to use Classic Trailing.
Trailing_Start Int Value (Points/Pips) Number of pips from the open trade price at which trailing should begin. Set 0 to disable trailing.
Trailing_Gap Int Value (Points/Pips) Set the gap (in pips) between the market price and the trailing stop loss. Set 0 to disable trailing.
CandleExit  Int Value Once the trade is opened, after X number of candles from the opened trade, it will close the trade. Set 0 to disable Candle Exit.

Risk Management:

Variable Values Description
RiskManagement_Action StopEA, CloseAndContinue StopEA: If the negative floating loss reaches Money_In_Risk , all trades are closed, and the EA stops trading (requires manual restart).
CloseAndContinue: If the negative floating loss reaches Money_In_Risk , all trades are closed, but the EA continues trading.
Risk_In_Money_Type FixedMoney, BalancePercentage FixedMoney: Closes trades when the floating loss reaches a set monetary value.
BalancePercentage: Calculates risk based on the account balance and closes trades when the defined percentage loss is reached.
Money_In_Risk Int Value If Risk_In_Money_Type is FixedMoney, enter the maximum money you can afford to lose. If BalancePercentage, the EA will calculate the value based on your account balance.

Money Management:

Variable Values Description
MoneyManagement_Action Stop_EA, Close_And_Continue Stop_EA: When equity reaches Target_Revenue , all trades close, and the EA stops (manual restart required).
Close_And_Continue: When equity reaches Target_Revenue , all trades close, and the EA continues trading.
MoneyManagement_Type Fixed_Money, Balance_Percentage Fixed_Money: Closes trades when equity reaches a set amount.
Balance_Percentage: Closes trades when a certain percentage of the account balance is reached.
Target_Revenue Int Value If MoneyManagement_Type is Fixed_Money, enter the target equity value. If Balance_Percentage, the EA will calculate the value based on your account balance.

Restriction Mode:

Variable Values Description
Max_Spread Int Value (Points/Pips) Maximum spread allowed for trade execution. The EA will wait if the spread exceeds this value.
Slippage Int Value (Points/Pips) Maximum allowed slippage for trade execution.
MaxOpenTrade Int Value Maximum number of open trades allowed at a time.
TradeMode Bool (True/False) True: The EA can open new trades.
False: The EA will not open new trades but will manage existing ones.

News Management:

Variable Values Description
NewsManagement NewsDeactivated, HighImpactNews, ImportantNews NewsDeactivated: No news filter applied.
HighImpactNews: Filters out high-impact news events.
ImportantNews: Only filters out important news events listed in Important_News .
BeforeNews_Minutes Int Value (Minutes) Time before news events when trading should pause. (e.g., 120 for 2 hours)
AfterNews_Minutes Int Value (Minutes) Time after news events when trading should pause. (e.g., 180 for 3 hours)
News_CutLoss Int Value If a trade has a floating loss equal to or worse than this value during news time, it will be closed.
News_ReCheckMinutes Int Value Frequency at which the EA should update news data from ForexFactory.
Important_News String Value List of important news events that should pause trading (comma-separated).

Currency Selection:

Variable Values Description
Trade_Currencies String Value List of currency symbols (not pairs) that the EA should analyze and trade (comma-separated).

Important Notes:

  1. Enable web requests in MT4/MT5:

  2. Recommended Testing:

    • It is highly recommended to test this EA on a demo account for at least 45 days before using it on a real account.

Please share your experience, feedback, and trading reports.

Good Luck & Happy Trading! 🚀






Productos recomendados
Magic Grid
Aliaksandr Charkes
4.48 (27)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Esta es la última versión de mi famoso scalper, Goldfinch EA, publicado por primera vez hace casi una década. Escalifica el mercado en las expansiones repentinas de volatilidad que tienen lugar en cortos períodos de tiempo: asume e intenta capitalizar la inercia en el movimiento de los precios después de una aceleración repentina de los precios. Esta nueva versión se ha simplificado para permitir al operador utilizar la función de optimización del probador fácilmente para encontrar los mejores p
FREE
Smart Funded Hft
Barbaros Bulent Kortarla
4.81 (64)
Smart Funded EA es un asesor experto diseñado para pasar los desafíos HFT de firmas prop que permiten su uso. ¿Qué firmas prop HFT puedo usar? Ha sido probado en casi todos los desafíos HFT de firmas prop con un 100 % de tasa de éxito, como Kortana Fx, Nova Funding, Fast Forex Funds, Infinity Forex Funds, Quantec Trading Capital, Next Step Funded, Msolutionff, Genesis Forex Funds, The Talented Traders, Only Funds, Tradicave y todos los demás desafíos MT4 permitidos por HFT. ¿Qué firma prop HFT
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
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
Free Spike Finder MT4
Pier Gaetano Novara
3 (2)
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilte
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
MACD Trader FREE
Konstantin Nikitin
1 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are added to the database and 15 bars are c
FREE
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:[email protected]
FDM Strategy is an Expert Advisor based on fractals and five dimension method. Five Dimensions expert system is developed based on a theory combining the Chaos Theory with the trading psychology and the effects that each has on the market movement. There is also an ADX (measuring trend strength with average directional movement index) used as a trading filter. Long and Short Trade Signals: If fractal to buy is above the Alligator's Teeth (red line), the pending Sell Stop order must be placed 1 p
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Black Out EA
Jason Thato Hartley
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selectable
Brexit Breakout (GBPUSD H1) This EA has been developed for GBPUSD H1.  Everything is tested for H1 timeframe . Strategy is based on breakout of the This Bar Open indicator after some time of consolidation. It will very well works on these times, when the pound is moving. It uses Stop pending orders with  FIXED Stop Loss and Take Profit . It also uses PROFIT TRAILING to catch from the moves as much as possible. At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
4 (1)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades after CCI indicator exit the oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is GBPUSD and the recommended timeframe to operate and to do backtests is D1. This Expert Advisor can be profitable in any TimeFrame a
FREE
Trading King Extended
Volodymyr Hrybachov
5 (2)
Versión avanzada del Asesor Experto Trading King MT4. Indicadores utilizados: ATR, RSI, Estocástico, CCI, WPR, DeMarker, RVI. Cada indicador se puede utilizar opcionalmente on / off. La versión MT5 está disponible aquí. El archivo configurado y los resultados de la optimización se publicarán en la discusión del asesor. La estrategia del Asesor Experto se basa en evaluar la fuerza de la tendencia y encontrar puntos de corrección / reversión, compara los valores absolutos de subida y bajada del
CandleMomentum FX
Mazhar Ul Hassan Noorul Hassan Noor Ul Hassan
CandleMomentum FX – Precision Candlestick & Momentum Trading Bot Overview CandleMomentum FX is a high-performance forex trading bot designed to analyze candlestick patterns and momentum shifts for executing high-precision trades. By combining price action analysis with momentum-based trading, this EA ensures fast and accurate market entries, making it ideal for traders who rely on trend strength and candlestick formations. Key Features Momentum-Based Candlestick Analysis: Detects strong price a
FREE
Harvest FX
Sayan Vandenhout
5 (7)
Harvest FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000 a
FREE
The XU_H4_910440109_S_PS_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on XAUUSD (Gold) using the H4 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/gold-bulls-power-trader/ Key details are: Parameters MagicNumber: 910440109 Main Ch
FREE
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
Algo Edge MT4
Niklas Templin
3.75 (8)
Algo Edge EA  Self learning EA just set the EA on the Chart and Start no Settings optimization.  EA work with high and low from Last Candle. AUD/USD, EUR/USD, DE40, US30, Tec100 and much more.  Multifunctional Expert Advisor can trade with every Forex Pair or Indize. EA can Trade with every Broker. M1 high, M30 medium, H1 low Risk. Functions: For other Indize example US30: Change the Robot Worktime in Europe to 16:30-21:30. -inp1_ =Robot Worktime inp_2 and inp_4 VolumePercent = The Robot will i
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
Gold Coin M5
Andrey Kozak
2.5 (8)
Gold Coin M5 es un robot comercial automatizado diseñado para operar en el mercado del oro (XAUUSD) utilizando el período M5. Este robot está diseñado para comerciantes que desean operar automáticamente en intervalos de tiempo a corto plazo (scalping). Peculiaridades: Estrategia de especulación: el robot utiliza una estrategia de especulación basada en la entrada y salida instantánea de posiciones basadas en movimientos de precios a corto plazo. Optimizado para XAUUSD en M5: El XAUUSD Scalper
This is a grid Expert Advisor. It has several trading strategies based on the MACD indicator. The virtual trailing stop, stop loss, take profit levels can be set pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The orders grid is adaptive, only market orders are used in it. If the price moves the distance of Order
Los compradores de este producto también adquieren
HiJack
Cence Jk Oizeijoozzisa
4 (3)
HiJack Expert Advisor – Trading avanzado impulsado por IA  Para prevenir la distribución de versiones crackeadas en el mercado Señal en vivo:   https://www.mql5.com/en/signals/2311903 MT5  https://www.mql5.com/en/market/product/139344 sl500 ea new:  https://www.mql5.com/en/market/product/143277 El HiJack Expert Advisor se ha utilizado de forma privada durante años, y ahora hemos decidido ponerlo a disposición del público para que todos puedan beneficiarse de sus potentes capacidades. HiJack util
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (164)
Presentando       Quantum Emperor EA   , el innovador asesor experto en MQL5 que está transformando la forma de operar con el prestigioso par GBPUSD. Desarrollado por un equipo de comerciantes experimentados con experiencia comercial de más de 13 años. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Compra Quantum Emperor EA y podrás obtener Quantum StarMan  gratis.*** Pregunta en privado para más detalles. Nueva
Goldex AI
Mateo Perez Perez
5 (4)
Goldex AI: El éxito de hoy, serán los frutos del mañana ¡SUPER DESCUENTO POR TIEMPO LIMITADO! ÚLTIMAS 2 COPIAS POR 199 USD ANTES DE QUE SUBA EL PRECIO. Señal en vivo > IC Markets Real:  Goldex AI High risk set Manual y archivos de configuración: contáctame después de la compra para recibir el manual y los archivos de configuración Precio: El precio inicial es de $499 y aumentará en $199 después de cada diez ventas. Copias disponibles: 2 Goldex AI - Robot de trading avanzado con redes neurona
GbpUsd Robot MT4
MQL TOOLS SL
4.78 (86)
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
Golden Scalper PRO
Felipe Jose Costa Pereira
5 (3)
Golden Scalper PRO: ¡Deja que nuestra tecnología trabaje para ti! Manual y archivo de configuración: contáctame después de la compra para recibir el manual completo y el archivo de configuración. Precio: El precio aumentará a medida que se vendan más licencias. Licencias disponibles: 3 Operar en el oro es uno de los mayores desafíos del mercado financiero debido a su alta volatilidad y riesgo. Requiere precisión extrema, análisis avanzado y una gestión de riesgo impecable. Golden Scalper PRO es
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
EA Gold Stuff
Vasiliy Strukov
4.72 (1041)
EA Gold Stuff es un asesor experto diseñado específicamente para el comercio de oro. El trabajo se basa en la apertura de órdenes en el indicador Gold Stuff, por lo que el asesor trabaja en la estrategia "Trend Follow", lo que significa seguir la tendencia. IMPORTANTE! Póngase en contacto conmigo inmediatamente después de la compra para obtener instrucciones y bonificación! Puede obtener una copia gratuita de nuestro indicador Strong Support y Trend Scanner, por favor envíe un mensaje privad
Diamond PRO
Fanur Galamov
4.82 (55)
Only 2 copies left for $249 Tomorrow price  ---> $299 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 p
The Sequoia Expert Advisor is a professional market analyst working using a specialized algorithm. Based on the analysis of prices over a specific time interval, it reveals the strength and amplitude of prices using a unique indication system based on real data. When the strength of the trend and its direction changes, the expert closes the current position and opens a new one. The bot's algorithms include signals about overbought and oversold markets. A purchase occurs if the signal falls belo
XG Gold Robot MT4
MQL TOOLS SL
4.44 (32)
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
Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. EA will be sold in limited quantities to ensure the rights of all customers who have purchased. - REAL SIGNAL  Low Risk:  https://www.mql5.com/en/signals/2302784 IC Markets - High Risk:   https://www.mql5.com/en/signals/2310008 AI Gold Sniper applies the latest GPT-4o mod
" Silicon Ex ": Your Reliable Assistant in the World of Forex Silicon Ex is a modern trading bot, specially created for traders in the Forex market. This innovative tool serves as a reliable partner for those who strive for efficient and automated trading. Key Features of "Silicon Ex": Reliability and Stability: Created using advanced technologies that ensure stable and reliable operation in the market. Intelligent Risk Management: Built-in money management system (Money Management) allows you
CoreX G MT4
Arseny Potyekhin
5 (9)
Descripción general CoreX G EA es un sistema de trading avanzado diseñado específicamente para abordar las complejidades del mercado Forex. Al aprovechar redes neuronales de última generación, sofisticadas tecnologías de aprendizaje automático y una estrategia integrada de big data, CoreX G ofrece una precisión y seguridad excepcionales en el trading. Este Asesor Experto (EA) destaca por su excelencia tecnológica y su soporte al cliente premium, asegurando que los usuarios siempre reciban asist
Bitcoin Robot MT4
MQL TOOLS SL
4.77 (60)
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
Introducing our advanced Scalping Forex Robot. The scalping algorithm is built to spot high-probability entry and exit points, ensuring that every trade is executed with the highest chance of success within the   M1 timeframe . The best pair to use with the Scalping Robot is   XAUUSD .  This robot is perfect for traders who prefer the   scalping method   and want to take advantage of rapid price movements without having to manually monitor the charts. It is suitable for both beginners looking fo
AW Classic MACD EA
AW Trading Software Limited
3.67 (3)
Sistema de comercio totalmente automatizado. Un indicador clásico se utiliza como señales.   MACD , que combina un indicador de tendencia con un oscilador para detectar puntos de entrada. Utiliza el promedio, la función de cierre de la primera y última canasta de pedidos y la función de cálculo automático de lotes. Tiene un tablero avanzado y tres tipos de notificaciones. Problem solving ->   HERE  / MT5 version ->  HERE   /   Instruction  ->   HERE   Beneficios: Sistema de comercio totalmente
Pure AI MT4
Vitali Vasilenka
5 (1)
Quedan 3 copias a $149 Próximo precio: $199 MT5 version - https://www.mql5.com/en/market/product/134947?source=Site +Market+MT5+Expert+Rating006 Asesor de trading único para EURUSD El asesor es un sistema de trading modular basado. Se basa en una arquitectura en la que cada decisión de trading no se forma mediante un algoritmo monolítico, sino como resultado de la interacción de bloques lógicos independientes: filtros de indicadores, condiciones de entrada, salida y reglas de control. ¡IMPORTAN
EA Black Dragon
Ramil Minniakhmetov
4.78 (544)
EA Black Dragon funciona en el indicador Black Dragon. El Asesor Experto abre un trato por el color del indicador, luego es posible construir la red de pedidos o trabajar con un stop loss. El seguimiento del trabajo real, así como mis otros desarrollos, se puede encontrar aquí: https://www.mql5.com/en/users/mechanic/seller ¡Puedes encontrar todas las configuraciones aquí! Recomendaciones Pares de divisas EURUSD GBPUSD  Marco de tiempo M15  Depósito recomendado 1000 dólares o centavos  Ajust
HFT Prop Firm EA is  also known as Green Man due to its distinctive logo, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. With version 5.8 and above GreenMan  HFT Prop Firm EA is plug and play for for almost true HFT prop firm challenges without setfiles with it newly improved automatic features. For limited period: Free utilities worth $198 when you buy HFT
Queridos traders, luego de haber retirado por voluntad propia hace un par de meses HFT FAST M1 GOLD SCAPER V6 EA , y de haber recibido cientos de mensajes, habiendo escuchado a los dos "bandos": aquellos que me pidieron limitar a la bestia, y aquellos que se enojaron muchísimo cuando efectivamente la limité, entendí que ambos tenían razón, pero es imposible conformar a distintos tipos de traders con distintos estilos y niveles de agresividad en trading. Luego de haber realizado toneladas de test
AW Recovery EA
AW Trading Software Limited
4.35 (85)
El Asesor Experto es un sistema diseñado para recuperar posiciones no rentables. El algoritmo del autor bloquea una posición perdedora, la divide en muchas partes separadas y cierra cada una de ellas por separado. La configuración fácil, el lanzamiento retrasado en caso de reducción, el bloqueo, la desactivación de otros asesores expertos, el promedio con filtrado de tendencias y el cierre parcial de una posición perdedora están integrados en una sola herramienta. Es el uso de cierre de pérdida
NEXON Ai
Hicham Chergui
5 (3)
NEXON – Asesor Experto de Scalping para Oro Potenciado por IA (XAUUSD M5) NEXON es un Asesor Experto avanzado y totalmente automatizado diseñado para operar oro (XAUUSD) en el marco temporal de 5 minutos. Impulsado por Inteligencia Artificial, Aprendizaje Automático y Redes Neuronales, se adapta constantemente al mercado para tomar decisiones precisas. Características clave: Núcleo de IA y aprendizaje automático Red neuronal que analiza datos complejos Motor de scalping de alta veloc
AlphaFlow EA MT4
Dolores Martin Munoz
5 (1)
Alpha Flow EA: Eleva tu Trading a Nuevas Alturas Presentamos   Alpha Flow EA , un asesor experto de trading de última generación diseñado para transformar tu experiencia de trading mediante la precisión estratégica, la adaptabilidad y un análisis de mercado avanzado. Desarrollado con algoritmos de trading patentados y profundos conocimientos del mercado,   Alpha Flow EA   ofrece un rendimiento excepcional en diversos entornos comerciales, ayudándote a mantenerte siempre un paso adelante en las t
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
Gold is Cold
Sergey Kasirenko
5 (17)
El Asesor Experto "El Oro es Frío" se basa en el indicador de tendencia personal del autor. El Asesor Experto detectará con precisión el inicio de las tendencias alcistas con una flecha azul y las bajistas con una flecha roja, y controlará las operaciones abiertas mediante un método martingala/cuadrícula hasta alcanzar el punto de precio objetivo. Pares recomendados: Todos los pares principales como xau/usd; eurus/usd; aud/usd; gbpu/usd; nzdu/usd, así como pares menores como aud/cad; nzd/cad; e
EA Gold NRJ
Fanur Galamov
4.5 (10)
1 copy left for $175. Next price --> $249 EA Gold NRJ is 100% automated trading system with long term stable growth strategy. The EA works on popular instrument XAUUSD (GOLD).  The Ea does not use averaging, martingale, grid. Safe trading with low drawdown.  Only one trade per time. Each trade includes take profit and stop loss. FIFO compartible.  The Ea can work with any small or large deposits. Easy to use, just set risk or own fixed lot. Download settings Key features: smart entry point f
AI Trader Master + Golden Vector EA 2in1 - Experto en Trading Inteligente con 10 Años de Verificación Oferta por Tiempo Limitado: Precio Original $999 → ¡Ahora SOLO $149! (El precio aumenta $50 por cada 5 vendidos) (3 copies have been sold, there are still 2 spots left)   Rendimiento Verificado en Cuenta Real https://www.mql5.com/en/signals/2316046?source=Site   Solución Inteligente Plug & Play Parámetros Preestablecidos por Defecto Símbolo: XAUUSD Marco Temporal: H1 Capital Recomendado:
Capybara
Sergey Kasirenko
5 (12)
Capybara EA es un sistema avanzado de seguimiento de tendencias automatizado basado en el indicador Hama. Si el mercado se vuelve bajista y el indicador se vuelve rojo, el asesor venderá; si el mercado se vuelve alcista y el indicador se vuelve azul, el asesor comprará. El EA puede detectar con precisión el comienzo de tendencias alcistas y bajistas y controlará las operaciones abiertas en un estilo martingala/cuadrícula hasta que llegue al TP. Pares recomendados: Todos los pares principales com
Dynamic Pips MT4
Thi Thu Ha Hoang
5 (1)
Promoción para Compradores Tempranos — ¡Oferta por Tiempo Limitado! Obtén Dynamic Pips EA por solo $799 Incluye 10 activaciones, exclusivamente para compradores tempranos durante el primer mes de lanzamiento. ️ ¿Ya tienes Boring Pips EA ? ¡Eres elegible para un 30% de descuento adicional ! Contáctanos para saber más sobre: Cómo reclamar tu reembolso (rebate) Cómo desbloquear oportunidades de descuento adicionales El segundo mandato de Trump ha reavivado una ola de política
Aurum AI mt4
Leonid Arkhipov
4.93 (29)
Aurum AI – El Poder de la Inteligencia Artificial para el Comercio de Oro (XAU/USD) ¡Descubre todo el potencial de la tecnología en el comercio! Aurum AI es un asesor experto revolucionario diseñado para un rendimiento estable y seguro en el mercado del oro. Combina el poder de la inteligencia artificial, un análisis preciso de tendencias y un control estricto de riesgos para que cada operación sea lo más efectiva posible. Promoción Discount - 50%. 1 copies available at a price of $250 Bonus pa
Otros productos de este autor
RRS Impulse
Rajeev Ranjan Sharma
4 (3)
This EA scalps using the Relative Strength Index (RSI) Indicator, Stochastic Oscillator Indicator, and Bollinger Bands Indicator to identify trend or counter-trend opportunities. As a multi-pair EA , it scans multiple currency pairs for signals. This EA comes with a variety of features, including Trailing, Risk Management, Money Management, Restriction Mode, and more. With the right settings, it has the potential to generate significant profits. Variable Values Description Trading_Indicator RSI,
FREE
RRS Martingale
Rajeev Ranjan Sharma
RRS Martingale is based on the Martingale strategy, which involves increasing the lot size opposite to the price movement and waiting for recovery. Martingale is usually a very risky technique, but this EA is built on well-calculated mathematics to minimize drawdown, reduce risk, and maximize profits. This EA automatically calculates all values based on pre-programmed mathematical algorithms using your TakeProfit and LotMultiplier inputs. Variables & Descriptions Variable Value Description Tradi
FREE
Filtro:
No hay comentarios
Respuesta al comentario
Versión 1.41 2025.04.08
Cleaned!
Versión 1.40 2025.04.08
Candle exit added!
Versión 1.30 2025.04.06
Virtual TP, Virtual SL and Virtual TrailingStop added!
Versión 1.22 2025.04.05
Cleaned!
Versión 1.21 2025.04.05
Signal Status added!
Versión 1.20 2025.04.03
Inverse Mode Added!
Versión 1.12 2025.04.01
Comment Data Updated!
Versión 1.11 2025.04.01
Cleaned!
Versión 1.10 2025.04.01
Moving Average Added!