RSI and MACD filter

Советник "RSI and MACD filter" торгует по индикатору RSI, использует фильтр в качестве индикатора MACD (главная линия выше сигнальной - покупка, продажа - наоборот), по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала.

Настройки советника:

Индикатор RSI:

  • RSI_Period = 14; используемый период индикатора
  • RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ориентируемся по текущему бару (не рекомендуется) 1 - ориентируется по предыдущему бару и так далее
  • applied_price = 0; испольщуемая цена

 PRICE_CLOSE - 0
 PRICE_OPEN - 1
 PRICE_HIGH - 2
 PRICE_LOW - 3
 PRICE_MEDIAN - 4
 PRICE_TYPICAL - 5
 PRICE_WEIGHTED - 6

  • UP_Level_RSI = 60; верхний уровень индикатора RSI
  • DW_Level_RSI = 40; нижний уровень RSI
  • Invert_RSI_sig = true;
Если выключено (false), сигнал по индикатору RSI формируется так:

сигнал на продажу - если линия индикатора пересекает верхний уровень сверху-вниз
сигнал на покупку - если линия индикатора пересекает нижний уровень снизу-вверх 

Если включено (true), сигнал по индикатору RSI формируется так:

ордер на продажу - если линия индикатора пересекает нижний уровень сверху-вниз
ордер на покупку - если линия индикатора пересекает верхний уровень снизу-вверх 

Индикатор MACD:

  • MACDfast_ema_period=12; Период быстрой EMA
  • MACDslow_ema_period=26; Период медленной EMA
  • MACDsignal_period=9;  Период сигнальной линии
  • applied_price_macd = 0; испольщуемая цена

 PRICE_CLOSE - 0
 PRICE_OPEN - 1
 PRICE_HIGH - 2
 PRICE_LOW - 3
 PRICE_MEDIAN - 4
 PRICE_TYPICAL - 5
 PRICE_WEIGHTED - 6

  • Invert_MACD_sig = false;

 Если выключено (false), сигнал по индикатору MACD формируется так:
 ордер на продажу - если главная линия индикатора ниже сигнальной 
 ордер на покупку - если главная линия индикатора выше сигнальной  
 Если включено (true), то сигнал формируется наоборот.

  • shift = 1; номер бара, с которого берем сигнал для MACD, 0 - текущий, 1 - предыдущий и так далее

Управление ордерами:

  • SL = 40; Стоп лосс
  • TP = 80; Тейк профит
  • Lots =0.01;  фиксированный лот
  • Lot_Koef =2; коэффициент увеличения лота
  • Limit =3;  ограничение количества умножений лота
  • Risk=3; размер лота при пропорциональном манейменеджменте


Трейлинг стоп:

  • Trailing_Use=false; использовать трейлинг стоп
  • Profit_Level_Trailing = 100; уровень профита ордера в пунктах, при котором трейлинг стоп начинает работать
  • TrailingStop=50; расстояние, на котором стоп лосс тянется за ценой
  • TrailingStep=50; шаг модификации

Безубыток:

  • Breakeven_Use=false; использовать безубыток
  • Profit_Level=30; уровень профита в пунктах, при достижении ордером которого выставится безубыток
  • SL_Plus = 1;  уровень безубытка в пунктах


  • Slip=5;Проскальзывание
  • Magic =100;Мэджик ордеров
  • Auto_Digits = true; Автоматический перевод пунктов на пятизначные/трехзначные котировки
  • Buy = true; Торговать ордерами на покупку
  • Sell = true;Торговать ордерами на продажу



Recommended products
Scalper Mars
Igor Bulgakov
3.5 (4)
Scalper Mars EA uses intraday scalping strategy. The Expert Advisor uses standard indicators MACD, RSI, EMA in its trading, does not use martingale and an order grid. A stop order is placed near local extrema, if it does not exceed the maximum value specified by the MaxStopLoss parameter. The EA uses take profit equal to the stop. The Expert Advisor is influenced by news releases. Requirements Recommended for work on the M1 timeframe. It can be traded on any currency pairs, when calculating resu
FREE
MACD and MA filter
Dmitriy Epshteyn
4.33 (12)
The MACD and MA filter EA trades on the MACD indicator, uses the filter as two moving averages (fast MA is higher than slow MA - buy, sell - contrary), the Martingale is applied at the request of the User (the amount of lot multiplication for a series of losses is limited), breakeven, trailing stop, inverting the signal. In EA version 1.4. added closing an order by a reverse signal, separately by the MACD indicator (parameter Close_By_Reverse_MACD_Signal), separately by moving averages (paramete
FREE
VaniganMT4
Nissar Ahmed
5 (1)
### **Vanigan MT4  Core Trading Strategy Sideways Market Detection Uses ADX (Average Directional Index) to identify non-trending markets ADX < ADX_Thresh (25.0) → Sideways market ADX >= ADX_Thresh → Trending market (no trades) Entry Signals RSI (Relative Strength Index) for entry triggers: RSI < Oversold (30) → Buy Signal RSI > Overbought (70) → Sell Signal Trades only execute in sideways markets ( ADX < 25 ) Risk & Money Management Lot Size Calculation Fixed Lots : LotSize if UseMM = false Mo
FREE
RSI and MA filter
Dmitriy Epshteyn
4.67 (3)
Советник "RSI and MA filter" торгует по индикатору RSI, использует фильтр в качестве двух средних скользящих (быстрая MA выше медленной MA - покупка, продажа - наоборот), по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ор
FREE
EURUSD EMA–SMA Reversal Breakout (H1) is a fully automated MetaTrader 4 strategy designed to capture **confirmed reversal breakouts** on EURUSD using a simple trend + position filter with rule-based **pending STOP execution** beyond recent structure. The EA was backtested on **EURUSD on the H1 timeframe** from **April 1, 2004 to April 24, 2024** using a MetaTrader 4 backtest engine (base data: EURUSD_M1_UTC2). No parameter setup is required — the system is delivered with optimized and fine-tune
FREE
Советник "Stochastic and MA_filter" торгует по индикатору "Stochastic Oscillator", используя фильтр в качестве двух средних скользящих, по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала, возможно настроить, как скальпирующий советник.   Для каждого валютного инструмента необходимо подбирать настройки.    Настройки советника: Индикатор Stochastic Oscillator: Kperiod=5; период линии K Dpe
FREE
Astin MT4
Novateq Pty. Ltd
Use Stochastic with oversold and overbought to find trading opportunities. Use RSI to identify strength of trend anf confirm the trend matches the stochastic overbought and oversold. Trade on MACD cross matching the trend identified by Stochastic and RSI. Set stop loss at a recent swing high or swing low. Set take profit as a ratio of stop loss. Exits are on take profit and stop loss only, there is no exit signal.
FREE
Multi Indicator Reversal EA
Yoshimi Mon 三 Ura
1 (1)
Multi-Indicator Reversal EA v2.04 Overview An MT4 automated trading system that combines three technical indicators—RSI, Bollinger Bands, and ADX—for a counter-trend strategy. It runs on any timeframe and supports both traditional single-position trading and hedged trading. Specifications Platform: MT4 Recommended Pairs: Major FX pairs (e.g., EUR/USD, GBP/USD, USD/JPY) Timeframes: All timeframes supported (M1–MN1) Strategy Type: Counter-trend Position Management: Selectable Single Posit
FREE
Sniper bb
Rim Askarov
BB Sniper v6.00 BB Sniper is a trading expert advisor that implements a scalping strategy based on Bollinger Bands analysis. The advisor is designed for trading on M1 and M5 timeframes. The core trading logic involves identifying price touches of the Bollinger Bands boundaries. Signal filtering employs two additional confirmations: the Relative Strength Index (RSI) value and Supply/Demand zone analysis across multiple timeframes. After opening the initial position, the advisor builds a grid of o
FREE
MACD Trend EA
Lachezar Krastev
4.5 (2)
MACD Trend EA is based on the popular forex indicator MACD (Moving Average Convergence Divergence). It is fully automated trading expert advisor and completely FREE!  As the name suggests, this expert advisor uses a trend-following strategy and uses the MACD indicator to detect the beginning of uptrends and downtrends. MACD Trend EA Top Features - Trend Following Strategy - Money Management - Advanced Exit System + TP and SL  - Trailing Stop System - Broker protection System - Custom Magic Re
FREE
Toms Dollar Cost Averaging
Thomas Alexander Kevin Anderson
1 (1)
This Expert Advisor implements an RSI Mean Reversion strategy with a moving average filter for trade entries. The EA uses higher timeframe RSI conditions to detect potential buy or sell opportunities, confirmed by a lower timeframe moving average. The strategy includes risk management features like limiting the maximum number of open trades, controlling risk based on ADR, and closing trades when a predefined account profit percentage is reached. It also includes visualization tools such as a bre
FREE
Big Trend Catcher MT4
Aleksandr Davydov
4 (1)
Expert description The Expert Advisor's trading system is based on entry and exit at a certain deviation of the asset price from the moving average value. The Expert Advisor has a number of parameters, by manipulating which you can implement different trading systems and also get different results when trading on different assets, keep this in mind when setting up an Expert Advisor and do not use standard settings on all instruments and time frames. Recommendations for use The EA working time
FREE
SAAD TrendTracker
Adnan Iqbal
4.03 (34)
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
Paracel EA MT4
Nguyen Quoc Hung
Paracel EA is an advanced and fully automated Expert Advisor designed to help traders navigate the complexities of the financial markets. Using a sophisticated strategy based on the Supertrend indicator and another built-in indicator, Paracel EA can analyze market conditions and identify trading opportunities with remarkable precision. The EA is equipped with a range of powerful features, including martingale functions, to help maximize profits and minimize risks. Whether you're a seasoned trad
FREE
Эксперт  MACD_LevelTrader создан для торговле валютной пары XAUUSD. Данная версия это наработки того, что можно извлечь  из  индикатора MACD и Moving Average.   Важно перед тестированием изменить настройку с 1000 на 5000                       Offset in points UP from SMA200 for sell            5000                       Offset in points DOWN from SMA200 for buy        5000   Тайм фрейм  М5. Два варианта логики, П араметр  true=вход по уровню  MACD + SMA200, false=вход по MACD  Тестируйте на демо
FREE
Gold Evolution
Paulo Martins Barbosa
3.33 (3)
Gold Evolution Gold Evolution is the free edition of a professional rule-based Expert Advisor designed for traders who want to evaluate the core logic of the system before moving to the full version. It follows the same philosophy of disciplined automation, controlled risk and structured execution. Overview This EA was developed from a discretionary Gold trading concept and later adapted to automated execution. Its purpose is to provide a simplified but useful introduction to the Gold Evolution
FREE
EA PROMO EXPIRED 2022.12.12 (12 December 2022)......!!!! .... NEW VERSION WITH 6 INDICATORS SETTING ON OR OFF (MA,RSI,CCI,MACD,STOCHASTIC,PARABOLIC SAR).... Automatic  EA (With 6 indicator setting TRUE or FALSE) Manual trade (Buy,Sell,Trailing stop,Close buy,Close sell,Close profit,Close all) Local copy trading Full Panel indicators (SnR,Fibonacci,Currency strength,trade panel) Push notification,email,STP ALLINONE EA (All strategy in one EA) Hedging (on/off),martingale (on/off),anti martingale
FREE
StarkerFX
Erno Stark
StarkerFX EA is a martingale and trend following robot with trailing stop . This expert advisor is using MACD and Parabolic SAR indicators. T‌here are no complicated settings. The only one input is the equity multiplier for automatic lot calculation. If you want to change it, please backtest it before using on real account. higher equity multiplier = higher lots = higher risk (recommended setting is: 1.0) T‌his EA has been optimized for EUR/USD currency pair and for M5 timeframe. Feel free to ba
FREE
Lusaka
Mikhail Mitin
4.5 (2)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators: Envelopes and Moving Average (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quickly
FREE
EA "MA Line" with martingale feature To see how EA works, please watch the video below.  In the video, I perform parameter optimization and do a backtest. The parameters that are optimized are: - MA Period - Stop Loss - Take Profit For the future, I will try to optimize and test EA, especially the expert advisors in the mql5 community. hopefully it can be useful for colleagues in the mql5 community.
FREE
Voorloper MT4
Pradana Novan Rianto
4.5 (18)
Voorloper Expert Advisor: Revolutionizing Trading with DDR System Introducing Voorloper, an innovative Expert Advisor that blends Moving Average (MA) and Relative Strength Index (RSI) indicators to redefine your trading experience. Voorloper stands out from the crowd with its unique feature: the Drawdown Reduction (DDR) System. Key Features: MA and RSI Integration:   Voorloper utilizes a powerful combination of Moving Average and Relative Strength Index indicators to identify optimal entry and
FREE
NIGHTCrusher Lite FREE
Christian Opperskalski
4.5 (2)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. The Lite - Version is limited to minimal Lot per Pair and dont has lot mulitplier and dynamic function you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if ne
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
HourGlass FREE
Artem Tsepkov
3.96 (26)
Бесплатная версия советника HourGlass ! ВНИМАНИЕ! установите Minimum lot 0.01 Советник HourGlass FREE  — это безиндикаторный, мультивалютный  робот, принцип работы которого является выставление сеток ордеров. Ставится ордер и в случае движения цены в противоположном направлении, выставляется серия ордеров с фиксированным расстоянием между ордерами. Советник ждёт откат цены, при котором закрывает серию ордеров с профитом, и цикл повторяется. Советник торгует сетками одновременно в двух направлени
FREE
Donchian channels are a tool in technical analysis used to determine the relative volatility of a market and the potential for price breakouts. Can help identify potential breakouts and reversals in price, which are the moments when traders are called on to make strategic decisions. These strategies can help you capitalize on price trends while having pre-defined entry and exit points to secure gains or limit losses. Using the Donchian channel can thus be part of a disciplined approach to managi
FREE
Trend Catch
Dmitriy Epshteyn
4 (2)
Советник "Trend_Catch" входит в рынок по средним скользящим и фракталам. Средние скользящие определяют направление тренда, фрактал - момент входа входа в рынок. В советнике прописан безубыток, трейлинг стоп, мантингейл по желанию Пользователя Настройки советника: Close_by_Reverse_MA_Signal = false; закрыть ордер на покупку, если быстрая МА находится выше медленной, закрыть ордер на продажу, если быстрая МА находится ниже медленной, если параметр Invert_sig включен (инвертирован сигнал), сигнал н
FREE
The   relative strength index   ( RSI ) is a   technical indicator   used in the analysis of   financial markets . It is intended to chart the current and historical strength or weakness of a stock or market based on the closing prices of a recent trading period. The indicator should not be confused with   relative strength . The RSI is classified as a momentum   oscillator , measuring the velocity and magnitude of price movements.   Momentum   is the rate of the rise or fall in price. The RSI c
FREE
Divergence Reader - индикатор который поможет Вам идентифицировать на графике дивергенцию и конвергенцию. Настройки Type - выбор типа сигнала (дивергенция, конвергенция, оба сигнала); Minimum length of divergence (Candle) - минимальная длинна сигнала (в свечах); MACD SETTINGS - настройки индикатора МАСD; Важно! Индикатор не рисует графику на истории! Для визуальной проверки индикатора рекоммендую использовать тестер.
FREE
PZ MACD Trader EA
PZ TRADING SLU
4.13 (8)
This EA is a flexible and powerful metatrader expert advisor that trades using the MACD indicator and implements many useful features. It can trade using the MACD indicator alone, or donchian breakouts confirmed by the MACD indicator from any timeframe. Additionally, it offers a martingale feature and forex session filters. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise Fully configurable settings Customizable break-even, SL,
FREE
TraderX-79 uses non repainting home made indicatiors to predict the direction of the market. It has been trained over the years with Ai to efficiently predict market movement. Nothing is certain in life so does forex trading, However traderX-79 has managed to be right 70% of the time, And in the 30% of cases when it is wrong, we added a great reverse strategy inside which instantly activates to enable breakeven and not take any loses. This simple trick makes the robot really undefeatable on bot
FREE
Buyers of this product also purchase
Scalping Robot Pro MT4
MQL TOOLS SL
5 (11)
Scalping Robot Pro is a  professional trading system  designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability  trading opportunities  in the gold market. Scalping Robot Pro is optimized for tra
The Gold Reaper MT4
Profalgo Limited
4.62 (34)
PROP FIRM READY! ( download  SETFILE ) LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to e
Fortune MT4
Lee See Hao
5 (3)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortune is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA identifies potential breakout and breakdown zones based on recent market structure, then manages each trade according to the risk percentage set by the user. Every position is opened with predefined Stop Loss and
Gold Trade Pro
Profalgo Limited
4.61 (23)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal -> click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strategy.
Quantum Nexus MT4
Farell Edson Mazarin
Quantum Nexus is an innovative Expert Advisor that combines quantitative analysis, multi-level validation, trend-following algorithms, position-tracking mechanisms, and statistical monitoring within a unified automated trading system. Bringing this product to life required decades of development experience and one year of preparation to create Quant v5 - a hedge-fund-level quantitative analysis tool with continuous rolling OOS tests used to mathematically prove the statistical edge of strategies
Bypass Generator MT4
Connor Michael Woodson
1 (1)
Bypass Generator is a deterministic scalping system for XAUUSD based on institutional-grade algorithms. Live Signal: CLICK HERE This is not a typical EA that thoughtlessly opens trade after trade, destroying your margin and putting your deposit at unnecessary risk. Every entry passes through 16 independent validation layers before opening a single position. There are no grids, and every trade has a virtual Take Profit and Stop Loss. The backtest curve was not optimized for unrealistic performan
Quantum King MT4
Bogdan Ion Puscasu
5 (5)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT5 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT4 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule   your trading with precision and discipline. Quantum King EA   brings the strengt
Golden Moon Scalper
Nguyen Hang Hai Ha
3.4 (5)
Expert Gold Moon Scalper is a fully automated Expert Advisor designed specifically for the Gold market (XAUUSD). The EA combines price action analysis, tick-based market behavior, and technical indicator confirmation to identify high-probability trading opportunities. The strategy uses Stop Orders to capture momentum during Gold's fast price movements, helping reduce premature entries in volatile conditions. Positions are managed with a combination of scalping logic, dynamic trailing, and predef
Vortex Gold MT4
Stanislav Tomilov
4.93 (43)
Vortex - your investment in the future The Vortex Gold EA expert Advisor made specifically for trading gold (XAU/USD) on the Metatrader platform. Built using proprietary indicators and secret author's algorithms, this EA employs a comprehensive trading strategy designed to capture profitable movements in the gold market. Key components of its strategy include classic indicators as CCI and Parabolic Indicator, which work together to accurately signal ideal entry and exit points. At the heart of V
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT4) — XAUUSD Expert Advisor with 2 selectable modes: Classic & Scalping GoldPro is an automated trading system for   XAUUSD (Gold)   built for traders who want structure, clear risk controls and an EA that can work in different market tempos. Inside one EA you can choose   how it trades : 1) Classic Mode — calm logic for swings & pullbacks A classic approach focused on reversal / mean-reversion behavior (entries from market “exhaustion” zones) and structured position management. Basket
EA Ice Cube Scalper
Sergey Batudayev
4.71 (21)
Trading Advisor Ice Cube Scalper -       it is a day scalper , making a large number of trades daily, taking several points with each transaction. The EA's strategy is based trade with the trend using the RSI indicator. The EA uses averaging with a multiplier lot, you need to understand this before using the EA, however the strategy performed well in both backtesting and live trading. Before use test the work of the adviser in the strategy tester for more understanding his work. To control risks
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
UPDATE — DECEMBER 2025 At the end of November 2024, the Aurum expert advisor was released for sale. Throughout this time, it traded in real market conditions without a news filter, without additional protective restrictions, and without complex limitations — while confidently remaining profitable and stable. Live Signal (launch April 14, 2026) This full year of real trading clearly demonstrated the reliability of the trading system. Only after that, based on real experience and statistics, a m
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pair XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as martingale
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - Professional Automated Trading System XGen Scalper is a state-of-the-art Expert Advisor that combines advanced algorithmic structure with proven technical analysis to deliver consistent results across all markets. This powerful trading system operates seamlessly on forex pairs, precious metals such as gold and silver, cryptocurrencies, and commodity indices. Advanced Algorithmic Technology The proprietary wave scanning algorithm processes market data in real time, identify
AW Recovery EA
AW Trading Software Limited
4.35 (84)
The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
Trend Catcher Exp
Ramil Minniakhmetov
5 (2)
Trend Catcher EA analyzes market price movements, using the author’s proprietary and customized adaptive trend-analysis indicators.   It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.   By combining the smoothing and trend-filtering capabilities of special customized indicators such as moving averages, RSI, and volatility filters, the EA can automatically execute trades based
Multi Sniper mq
DMITRII GRIDASOV
5 (4)
MULTI SNIPER EA is precise automatic trading system with around 90% accuracy for MT4 platform. This profitable scalping EA is really one of the most stable system on the market at the present time. No grid! No martingale! It is original product which is offered only on this MQL5 website. Download EA Set_files for testing and trading: GBPAUD Set_file GBPCAD Set_file - Implemented compound interest method and scalping techniques. - System sets dynamic SL automatically depending on market volati
BB Return mt4
Leonid Arkhipov
4.89 (18)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Global   update   on   June   14th   Trading principles — the strat
GOLD Scalper PRO
Lachezar Krastev
4.48 (25)
BUY 1 and GET 1 FREE - Promotion! Buy GOLD Scalper PRO with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $177 (Regular Price: $447 — You Save $270!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2353871 GOLD Scalper PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! You should not be fooled
Luna AI PRO
Profalgo Limited
4.67 (3)
Launch promo: Only 1 copies available at 399$ Final price: 2000$ There will be only a limited number of copies sold of this EA Luna AI is a very advanced night scalper and one of the best you can find on the market.  It was developed using years of experience in live trading with the mean-reverse strategy, and selected only the best pairs and techniques to be included in this EA. Since the EA is build upon existing technology that was developed over the years, the EA is very effective and has
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience.   With proper brokerage conditions and sufficient running time, this fully automated scalp
Loophole System MT4
Connor Michael Woodson
Loophole System is a midrange scalping system for currency pairs that can make decisions based on a persistent connection to the global Currency Strength Meter. IMPORTANT! Contact me after purchase for detailed, comprehensive instructions! Current price will be increased. Limited time price: 79 USD Single shot trading only. No grid or martingale ever. Intelligent trailing stop exits that adapts to daily volatility The Currency Strength Meter is a online database that constantly monitors the str
Scalp On Scalp Off MT4
Connor Michael Woodson
FastBull Market Sentiment is a data feed that aggregates thousands of positions totaling over 500 million USD account value. Scalp On Scalp Off is able to instantly retrieve this data via direct API integration and leverage it when making trades. The sentiment is displayed directly on your chart in a customizable, user-friendly panel. Live Signal: CLICK HERE Single shot trades managed without the use of grid or martingale. Adaptive, dynamic trailing stop and take profit. Setup is incredibly eas
EA Games Changer
Tjia Elisabeth Jasmine Canadi
5 (4)
AI Games Changer – MultiPair Averaging + Hedge System (Smart Directional Extended) Version: Perfected Interactive UI - MT4 (Patched) Developer: CyberBot Project P R E P A R A T II O N Enter the Games Changer Philosophy: If trading is gambling, embrace it intelligently. By activating up to 20 pairs simultaneously, complementary price patterns create a stable balance point far superior to single-pair reliance. The core principle? More data equals higher winning probabilities.
WallStreet Recovery PRO
Lachezar Krastev
5 (2)
BUY 1 and GET 1 FREE - Promotion! Buy WallStreet Recovery PRO with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $177 (Regular Price: $447 — You Save $270!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2331815 WallStreet Recovery PRO is a powerful FULLY automated trading system built on the legendary WallStreet Forex Robot core — one of the most popular and ti
GOLD Edge PRO
Hideki Nakajima
4.86 (7)
Gold Edge Pro is the EA designed exclusively for GOLD (XAUUSD). It can also be used in other currency pairs. This EA trades trend-follow using the moving average and multiple time frame RSIs. Use GRID trade. News filters are available. This EA closes with the "DD Reduce" function when drawing down. You can set trailing stop for "GRID trading" and "DD Reduce" function. Additional trades can be made using the panel. These are automatically settled as GRID series. You can also manually settle all t
AFTrade Scalper MT4 EA
Achmad Fathoni
5 (2)
AFTrade Scalper EA is an automated trading robot designed for XAUUSD using a breakout-based scalping approach. The EA focuses on very short-term opportunities with controlled risk management, fixed lot options, trading session filters, and a three-stage trailing stop system consisting of Trailing Start, Trailing Stop, and Trailing Step. No grid and no martingale, every trade has a defined Take Profit and Stop Loss. Please see below live signal of this EA : Live Signal Broker IC Markets (startin
EA Spectr
Fanur Galamov
4.9 (20)
EA Spectr is an automated professional multi-currency expert advisor that designed for long-term profitable trading. The EA continuously controls price movements and makes accurate trades based on market patterns, trend and technical indicators. The Ea contains a flexible news filter, high spread protection, separate time and days trading filters and allows to work with automatic and fixed trading lots. Each Ea trade is covered by stop loss and take profit levels. The EA does not use grid, mart
MT4 Version : https://www.mql5.com/en/market/product/90950 MT5 Version : https://www.mql5.com/en/market/product/93706 Rebate Hunter – Multi-Pair Hedging Grid EA (Dynamic Adaptive) Rebate Hunter is a multi-pair hedging grid Expert Advisor designed to generate consistent trading volume while targeting controlled basket profit. The EA opens Buy & Sell simultaneously (hedged entry), then manages positions using an dynamic-adaptive grid distance and an automated basket close system. This approach
EA Gold Stuff
Vasiliy Strukov
4.7 (1090)
EA Gold Stuff is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Gold Stuff indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Real-time results can be viewed  here . Contact me immediately after the purchase to get personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here  Please note that I do not sell my
More from author
MACD and MA filter
Dmitriy Epshteyn
4.33 (12)
The MACD and MA filter EA trades on the MACD indicator, uses the filter as two moving averages (fast MA is higher than slow MA - buy, sell - contrary), the Martingale is applied at the request of the User (the amount of lot multiplication for a series of losses is limited), breakeven, trailing stop, inverting the signal. In EA version 1.4. added closing an order by a reverse signal, separately by the MACD indicator (parameter Close_By_Reverse_MACD_Signal), separately by moving averages (paramete
FREE
Rounding Levels RSI Trade
Dmitriy Epshteyn
4 (1)
Советник "Rounding Levels RSI Trade" торгует по индикатору RSI, используя фильтр в качестве круглого ценового уровня, который свеча должна пересечь одновременно с уровнем индикатора RSI. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ориентируемся по текущему бару (не рекомендуется) 1 - ориентируется по предыдущему бару и так далее applied_price = 0; испольщуемая цена  PRICE_C
FREE
RSI and MA filter
Dmitriy Epshteyn
4.67 (3)
Советник "RSI and MA filter" торгует по индикатору RSI, использует фильтр в качестве двух средних скользящих (быстрая MA выше медленной MA - покупка, продажа - наоборот), по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ор
FREE
Monday
Dmitriy Epshteyn
4 (7)
The Monday EA trades on Mondays depending on price movement on Fridays. Its aim is to take 10-20 points of profit and leave the market. This strategy works from March 2014. Currency pairs are EUR/USD and GBP/USD. For GBP / USD trading on the CCI indicator is recommended not to use Time frame is daily D1 Settings: Sig_Open1 = true; - if true, the EA trades on Mondays StartTime = "00:00"; time to start trading (applies only to "Sig_Open1") Sig_Open2 = true; - enable only on EUR/USD (works only on
FREE
Four MA Trade
Dmitriy Epshteyn
3.33 (3)
Советник "Four_MA_trade" входит в рынок по средним скользящим следующим образом: 1. две скользящие средние с большими периодами  определяют общий тренд 2. две скользящие средние с малыми периодами определяют локальный тренд. Если направление общего и локального тренда совпадает, то на пересечении "локальных" средних скользящих открывается ордер. Возможно инвертирование сигнала, если период быстрой скользящей в настройках выставить больше по значению, чем период медленной. Для каждой валютной пар
FREE
Fractal Round Levels Trade
Dmitriy Epshteyn
4 (1)
Советник выставляет рыночные ордера, если свеча, на которой появился фрактал, пересекает круглый ценовой уровень, который используется, как фильтр для входа в рынок по фракталам. Настройки советника: Dig = 2; значение рыночной цены округляется до количества (Dig) знаков после запятой. Пример, рыночная цена на данный момент 1.1228, Dig = 2, цена округляется до 1.1200, если эту цену своими тенями зацепит свеча выбранного графика одновременно с пересечением индикатором RSI на этой свече установлен
FREE
Советник "Stochastic and Parabolic SAR" торгует по индикатору Stochastic Oscillator, используя фильтр в качестве индикатора Parabolic SAR, по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала, возможно настроить, как скальпирующий советник.   Для каждого валютного инструмента необходимо подбирать настройки. Настройки советника: Индикатор Stochastic Oscillator: Kperiod=5; период линии K Dpe
FREE
Rounding Levels Trade
Dmitriy Epshteyn
3.5 (2)
Советник Rounding Levels Trade торгует по круглым ценовым уровням (пример 1.1200, 1.1300, 1.1400 и так далее) на пробой и на отскок в зависимости от пользовательских настроек. В советнике предусмотрен мантингейл. Советник может может торговать по выбору Пользователя по ценовым уровням в формате - круглый ценовой уровень + заданное количество пунктов: пример:  1.12 40 , 1.134 0 , 1.14 40. Настройки советника: Dig = 2; значение рыночной цены округляется до количества (Dig) знаков после запятой. Пр
FREE
Советник "Parabolic SAR and Fractal" торгует по двум индикаторам: 1.Parabolic SAR, 2.Fractal Сделка на покупку: если образовался нижний фрактал и цена находится выше точек индикатора Parabolic SAR Сделка на прордажу: если образовался верхний фрактал и цена находится ниже точек индикатора Parabolic SAR    По желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), пирамидинг, безубыток, трейлинг стоп,   возможно настроить, как скальпирующий сове
FREE
Trend Catch
Dmitriy Epshteyn
4 (2)
Советник "Trend_Catch" входит в рынок по средним скользящим и фракталам. Средние скользящие определяют направление тренда, фрактал - момент входа входа в рынок. В советнике прописан безубыток, трейлинг стоп, мантингейл по желанию Пользователя Настройки советника: Close_by_Reverse_MA_Signal = false; закрыть ордер на покупку, если быстрая МА находится выше медленной, закрыть ордер на продажу, если быстрая МА находится ниже медленной, если параметр Invert_sig включен (инвертирован сигнал), сигнал н
FREE
Советник "Stochastic and MA_filter" торгует по индикатору "Stochastic Oscillator", используя фильтр в качестве двух средних скользящих, по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала, возможно настроить, как скальпирующий советник.   Для каждого валютного инструмента необходимо подбирать настройки.    Настройки советника: Индикатор Stochastic Oscillator: Kperiod=5; период линии K Dpe
FREE
Filter:
No reviews
Reply to review