• Overview
  • Reviews (3)
  • Comments (15)
  • What's new

SmartHedge

3
The EA compares two instruments and opens opposite positions when these instruments diverge. Further, when the instruments converge, the EA closes positions on the total profit. The EA works on any instruments. Select couples can be on the table. Advisor enough to put on one pair of bundles. For example, for trading on GBPUSD — EURUSD, it is enough to put the EA on GBPUSD or EURUSD. On the chart, the EA draws both currencies and the bars indicate the distance between them.

The parameters of the EA:
  • extern string Instrument_2 = "GBPJPY";
  • extern bool direct_correlation = true;//direct correlation)
  • extern double Lot1 = 0.01; // 1 order volume order volume
  • extern double Lot2 = 0.01; // 2 order volume order volume (0-auto)
  • extern ENUM_TIMEFRAMES TF_Trade=5;//TF (the EA will trade only on it)
  • extern double K_Lot = 1.0; // lot factor lot ratio
  • extern int StartDelta1 = 10; // the minimum delta of opening positions 1 minimum Delta of opening positions
  • extern int StartDelta2 = 10; // the minimum delta of opening positions 2 minimum Delta of opening positions
  • extern int StartDelta3 = 10; // the minimum delta of opening positions 3 minimum Delta of opening positions
  • extern double LossClose = 0; // close when receiving a loss (0-off) (in the deposit currency)close at loss (0-off) (in the Deposit currency)
  • extern double ProfitClose = 0; // close when receiving a profit (0-auto) (in the deposit currency)close when receiving a profit (0-auto) (in the deposit currency)
  • extern double K_ProfitClose = 1; // K profit K profit
  • extern double MinProfit = 0.5; // the minimum closing profit for 0 delta (in the deposit currency)minimum closing profit at 0 Delta (in the Deposit currency)
  • extern int BarsWind = 300; // number of candles for calculating the correlationcol-in candles for calculating correlation PCs
  • extern double K_Max_Points = 1.01;//K_Max_Points (coefficient of rollback from the maximum Delta to open positions)

  • extern bool filterTF=false;//filter by Delta of another TF
  • extern ENUM_TIMEFRAMES TF_F = 15; //filter TF
  • extern int BarsWindF = 300; //filter number of candles for calculating the correlation
  • extern int StartDeltaF = 10; //filter the minimum delta of opening positions 1
  • extern bool filtervelosity=false;//filter by Delta of another TF
  • extern int BarsWindVelosity = 10; //velocity filter number of candles
  • extern int Slippage = 10; // slippage
  • extern int Magic = 100;
  • extern color color1 = clrPink;
  • extern color color2 = clrPaleTurquoise;
  • extern color color_fon = clrLemonChiffon;
  • extern color color_fon1 = clrWhite;
  • extern int TrailingStop = 30;//trawl length in points
  • extern int MaxSpread = 30;//maximum spread (5 sign auto-increase)
  • extern int SleepAfteOpen = 1000;//delay after opening positions
  • extern bool AlertOn = true;//disable alert


If after opening the first pair of positions, the divergence of instruments increases, the EA opens the second pair of orders

The EA does NOT work in the tester because the MT4 tester is not designed for pair trading.
Reviews 3
jleonue
1331
jleonue 2019.07.31 15:03 
 

Definitely, it is a very good EA. I have been testing it on a live account for 2 months, it is working very well. I am going to add updates every month:

08/21/19 : Around 10% profit monthly with a small DD (Max. 15%).

Recommended products
This EA is a breakthrough EA. When the monitoring market changes rapidly, fluctuates rapidly in one direction, and exceeds the set threshold, the EA will quickly place an order and quickly adopt a mobile stop loss strategy to complete capital preservation and profitability. Advantages of this EA: 1. The transaction is very fast to the closing of the position, and it is never procrastinated. 2. After the transaction, the accuracy rate is very high. 3. Place an order with compound interest, and th
Forest
Vadim Podoprigora
Forest is a Trend Expert Advisor based on the analysis of a unique mathematical model of trend lines, which allows you to determine the trend movement. The Expert Advisor is most suitable for the currency pair "USDCHF" on period "H1". The EA can work on any type of accounts, and with any brokers. The EA uses mathematical analysis to open trades and applies loss control to open trades. At its core, the EA does not use any risky systems with the increase in the volume or increase in the number of
| 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
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
Gyroscopes
Nadiya Mirosh
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
PairsTrading
Evgenii Kuznetsov
3.67 (9)
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 revers
You CDI
Evgeny Vlasov
You CDI (You Can Do It) Порядок работы Советник работает на любом таймфрейме на любых валютных парах. При работе советника анализируется состояние рынка , при возникновении необходимых условий происходит открытие рыночного ордера. Советник имеет блок TrailingStop , позволяющий перемещать StopLoss за движением цены. Основным отличием этого блока от стандартного является его не линейность. То есть чем ближе цена будет к TakeProfit, тем ближе к цене будет StopLoss. Это позволяет достигать макс
EA work for EURUSD in timeframe M15. USE stoploss, The account will never break out. Lot risk can set auto or fix: signals see also:  (auto,   Lot_Auto_Equity  = 100 ) https://www.mql5.com/en/signals/1785354 para setting: Lot_mode_select_Fix_or_Auto,when set to Auto,must use " Lot_Auto_Equity " value,example every 100usd , lot=0.01 Lot_Fix,Lot will be still one value,example 0.01 Lot_Auto_Equity,Associated to parameter " Lot_ mode_ select_ Fix_ or_ Auto " . enjoy.
Grid Scalper EA
Muhammad Suhaimi Bin Rosli Muhammad Suhaimi Bin Rosli
Automated strategies are commonly used by institutional investors, banks, and hedge funds due to their ability to handle large volumes of trades with greater precision and efficiency. However, they are also increasingly being adopted by individual traders who use trading platforms that offer automated trading capabilities.  While a profit of 10 percent   may seem small ,   it can add up over time with consistent trading . It is important to note that trading involves risks, and traders should a
Team Trading System Pro is based on the logic of order strategies and profit-taking strategies working as a team.  In general, EA consists of two parts as strategies and take profits section. Strategies section are special strategies that we create for symbols. Strategies continue to open buy and sell orders independently.  Takeprofits closes orders that are opened by working as a team. Take Profits logic is that profitable orders go by closing lost orders. They never work selfishly. In this wa
Fitpro 10 Scalper Expert Advisor  is a automated forex trading robot designed to work on the most traded currency any pair. The strategy is based on using several MT4 indicators , each entry point is calculated using an advanced input filter based on the analysis of the movement of the price chart. Each order is secured by a fixed stop-loss while, no martingale, no grid, scalp or hedge.   Paramater •    Magic Order - is a special number that the EA assigns to its orders •    Take Profit - take
Dr Trade Pro MT4
Julia Lopez
5 (3)
Introducing Dr Trade Pro, a meticulously designed EA crafted for intelligent and consistent trading. Our expert advisor relies on precision, utilizing trend recognition and accurate market analysis to execute trades seamlessly. Dr Trade Pro is equipped with a strategic backup plan for each trade, emphasizing profitability while minimizing potential losses. What sets Dr Trade Pro apart is its adaptability to diverse market conditions, making it resilient to news and market volatility – a crucial
Shark Surfer is a new generation Expert Advisor applying a well-established trend-following trading. The trade period recommended by the developer is H1. The product is good both for scalping, as well as medium- and long-term trading. Shark Surfer always sets take profit and stop loss to its deals. It provides the option to force close all open trades at the specified time before the market closes, which helps avoid unnecessary gaps on Monday. Shark Surfer trades on all symbols and timeframes. I
RoundLock EA
AW Trading Software Limited
4.5 (4)
The EA opens two bidirectional orders. When one of them is closed in profit, two orders are reopened, the volume of orders increases depending on the volume of multiplication and the number of orders opened by the advisor. In each new open pair, orders are opened with equal volume, locking each other. The opening of pairs continues until the number of orders of the same type reaches the number of Limit_for_orders, then the EA will only increase the grid, excluding locking. MT5 version ->  HERE
This is a fully automatic trading robot for the EURCHF currency pair.  But this robot can be configured to trade for other currency pairs. TURBO SCALPER PRO using a trend following strategy based on MACD, Parabolic SAR and Moving Average indicator. The robot works in full automatic mode, on the M1 timeframe. The trader does not need to set it up for trading. Open EURCHF and attach TURBO SCALPER PRO only to EURCHF M1 using the default settings. Advantages of the TURBO SCALPER PRO :  We show y
JBSar EA Robot
Jordanilo Sarili
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  The trade strategy is based on Averaging and uses a little bit combination of martingale and grid strategy. Methodology   – Trading entails technical analysis with m
MACD Trader
Konstantin Nikitin
This is a fully automated multi-currency Expert Advisor with unlimited number of currency pairs using MACD and Envelopes indicators. You can specify how the EA should work with each currency pair. You can add orders manually. The free version is available here . Parameters Common TradeObjectsDelete : delete trade objects. OrderPanel : display the panel for opening orders. TradeToBalance : target balance to stop trading. The parameter is triggered only after all trades are closed. Otherwise, i
MavericksProPlus
Langtha Prosanta Daudung
The  MaverickProPlus  is a fully automated EA design for trading EURUSD pair. It is design to trade along the trend and also trade during reversal. It uses adaptive grid strategy. In adaptive grid strategy the distance between the trade is not fixed, the entry of next trade is base on most favorable market condition to close the trade in profit. So the risk associated with normal  grid/Martingale  strategy is considerably reduced by adopting adaptive grid distance strategy.  Back tested for 5 y
Hungry for Japanese style? Thirsty for samurai action? Behold! Ichimoku Super Swift Ease Pro is an expert advisor that has an Ichimoku indicator with a moderate lot size. It is recommended that you use this EA for JPY pairs like USDJPY, EURJPY, etc. If you enjoy using Ichimoku, this EA may be what you are looking for. According to the details of this expert advisor, it has an ATR to allow traders to see the line with the flow of the Japanese Yen along with another currency pair with it. Only use
My EA does not use any martingale or grid functionalities and follows a logical automatic concept. EA used one day one trade logic. Forex Master EA finds its direction in the real data analysis and then follows this trend for the day. This expert advisor is designed to trade these trends  especially in EURUSD pair M15. Recommended pair: EURUSD Timeframe              :M15 EA also has News Filter Option for users who do not want to trade in News Times. MT5 Version is HERE
Expert BDT MT4
Vladimir Khlystov
1 (1)
Advisor based on triangular arbitrage. The Expert Advisor analyzes the prices of all trading instruments on the entire account opened in the market overview.   The analysis takes place at the expense of other currency pairs linked by a single currency.   (currency triangles). Examples of triangles: EURUSD – USDJPY – EURJPY USDCAD – CADCHF – USDCHF EURGBP – GBPUSD – EURUSD AUDUSD – USDCAD – AUDCAD GBPAUD – AUDUSD – GBPUSD The Expert Advisor analyzes each currency through the other two and calc
Fundamental Trader
Sara Sabaghi
4.8 (15)
Ziwox Fundamental Trader Contact us after purchase (no rent) to access our VIP group. (Set files, tips, community) Ziwox Fundamental trader is a trading assistant that helps financial markets traders reach smart decisions informed by the EA information data. This EA uses real-time online sources + AI tools to catch necessary information like the fundamental bias of currencies, Sentiment of retail traders ratio on a pair, Bank and institute forecast, COT report data, and other economic macro da
The basis of the strategy is the identification of quick corrective movements between the crosses of a working currency pair or metal. At the moment of differences in prices of trading instruments, the adviser analyzes the possible direction of price movement on a working instrument and starts work. Each position has a stop loss and take profit. A unique position tracking algorithm allows you to control the superiority of profit over loss. The adviser does not use dangerous trading method
Marauder
Andrey Kolmogorov
3.94 (17)
Scalper uses the model of a quantum set of algorithms and can work on any financial instruments. Due to the optimal number of parameters necessary for optimization, you can create unique trading strategies based on quantum models. Signals:   https://www.mql5.com/en/signals/author/old_padre New sets are in the "Comments" section comments #504-509. Time settings #33 and 245. Key Advantages The EA does not use Martingale; All orders are opened with a strictly fixed Stop Loss; The minimum starting
Obsidian EA
Cedric Soares
LAUNCH PROMO: Only 5 copies left at current price! The price will increase by 200$ after every 5 purchases! Final price: 999 $ Signal Link (Created on March 25, 2024) :   Myfxbook.com/portfolio/obsidian-ea/10796148 MQL5 Obsidian EA Channel :   https://www.mql5.com/en/channels/obsidianea Let yourself be carried away by the power of obsidian, a mysterious entity emerging from the abysses of financial algorithmics. In the depths of its skillfully woven lines of code lies a dark and enigmati
This automated trading robot uses the capabilities of the macd indicator to create a grid strategy. The algorithm creates a grid strategy at overbought and oversold levels and in times of high volatility. This makes it susceptible to all price fluctuations. The Close Money input is the total amount of earnings in the cycle. We define it as the total take profit amount in the cycle. It has the ability to open more cycles in short periods. However, you can use the robot in medium-term trading. Rea
VolnaFX
Roman Meskhidze
4.76 (21)
LAUNCH PROMO Next price:        $349 The price will be rise to limit the number of users for this strategy The "Volna FX" Expert Advisor is a representative of robots trading from levels. Levels can be built automatically, or they can be rigidly set in the parameters of the Expert Advisor. CHECK REAL SIGNAL :  https://www.mql5.com/en/signals/847709 The uniqueness of the advisor is that it can work both with averaging and using the martingale principle, or without it, i.e. use a clear take profi
Grid Infinite
B Ravi Shankar
Grid Infinite This Expert advisor uses Grid system for trading. Grid system Works effectively in volatile market. This Expert advise works only when the currency pair is volatile. This EA will open pending limit orders when the market condition is favorable according to this EA's Algorithm, then maintain all opened order with unique way. An important function "Max Loss" is added to the expert advisor so that a trade can able to choose the maximum loss if the trade goes against them. EA not usi
Arda
Evgeniy Zhdan
2 copy of 10 left at this price.  Next 10 copies $549. Arda is a trading Expert Advisor based on the dissonance of technical indicators  and price patterns. Support: https://www.mql5.com/en/channels/TrendHunter The Expert Advisor was tested on real historical data of EURUSD, GBPUSD and XAUUSD (Gold). You can download a demo version of any program (for example, tickstory - there is a free version) that provides quotes with 99.9% quality and check it yourself. The trading strategy does not co
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
2.33 (3)
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
Buyers of this product also purchase
Quantum Emperor MT4
Bogdan Ion Puscasu
4.9 (125)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan, Quantum Trade EA or Quantum Gold Emperor for free !*** Ask in private for more det
One Gold MT4
Stanislav Tomilov
5 (6)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and advanced technologies in neural networks, EA is capable of analyzing historical and current dat
Gold Excel
Gregory Hay
5 (2)
Welcome to   GoldExcel EA , an effective trader for the XAUUSD pair (GOLD). Developed by our team to work in normal accounts, funded prop accounts and prop challenges! Does not use HFT! See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller **V3.0 Update Read Blog :  https://www.mql5.com/en/blogs/post/756411 ***IMPORTANT ANNOUNCEMENT DST TIME CHANGES - USERS PLEASE READ****:   https://www.mql5.com/en/market/product/111410?source=Site#!tab=comments&page=2 ***Next price ri
Aura Black Edition
Stanislav Tomilov
4.75 (16)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Oracle MT4
Stanislav Tomilov
4.8 (5)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
Aura White Edition
Stanislav Tomilov
4.25 (4)
Aura White Edition   is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of   Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPU
Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
AI NeuroX EA MT4
Denis Kurnev
5 (1)
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
Candle EA MT4
Mansour Babasafary
4.56 (36)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
Gold Garden MT4
Chen Jia Qi
5 (2)
Deep learning is reshaping gold trading, with intelligent assistants tending to trading gardens like skilled gardeners. The "Gold Garden" EA employs deep learning intelligent technology and 20 years of data training to significantly enhance strategy performance. With it, trading becomes more effortless and intelligent. Let's join hands to usher in the intelligent era and transform trading into a blissful garden. This will be your exclusive Gold Garden Steward. The MT5 version: Gold Garden MT5
TrendMaster FX MT4
Chen Jia Qi
5 (6)
Introducing our MT5 EA: Designed with advanced algorithms and utilizing deep learning technology, our Expert Advisor (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recom
Big Forex Players MT4
Marzena Maria Szmit
4.6 (20)
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   (p ositions are sent from our databas
One Inch Slap
Inrexea Limited
No Backtesting is allowed: (OIS IS NOT A HFT Strategy, Will not be violated by Prop firm rules) We don't rely on backtest results. The backtesting environment can't access our database to retrieve historical data. We aim to provide clarity to EA traders and not mislead them. The best approach is to monitor our signals. If you're wondering how to verify that it works with your broker, the response is the same: backtesting results alone don't prove effectiveness. "OIS" : The Final product of ours
Bonnitta EA
Ugochukwu Mobi
3.6 (20)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
SSX Titan TT MT4
Artem Minchuk
2.55 (11)
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading. Neural network advisors, despite showcasing impressive efficiency in the initial stages, proved to be highly unstable in the long run. Vario
Waka Waka EA
Valeriia Mishchenko
4.55 (47)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
Skyrocket MT4
Vitalii Kosov
Skyrocket   is a unique trading expert that combines the Price Action strategy with neural network technologies to optimize trading decisions. The expert provides accurate analytical capabilities by employing a structured analysis of price movements in conjunction with innovative machine learning methods.    Skyrocket actively analyzes candlestick patterns, trend lines, and support and resistance levels using the Price Action strategy. This approach allows it to identify potential entry and exit
Darwin Evolution MT4
Guillaume Duportal
4.83 (12)
Darwin EVOLUTION promotion !! 1490 USD to 990 USD Limited time (Offer valid up to arrival of the next update, do not waste time ) !!! You can not make Backtest of this EA, because MT4 does not handle the simultaneous multi-pairs. Darwin needs the 28 pairs for the calculation of the indicators !! Descriptions: - To understand the operation, come and read the blog (this EA reflects my philosophy of forex trading ... If you like my way to see things, then you will like my EA. Take the
Undefeated Triangle MT4
Nauris Zukas
4.64 (11)
Description. This product was created as part of a project " PULSE OF MARKET ". EA "Undefeated Triangle" is an advanced system that exploits unique fluctuation between AUD, CAD, and NZD currencies. Historically results show that these pairs used in composition always return back first moved pair after fast movement in one direction. This observation can allow us to include a grid-martingale system where can get maximum points of these unique situations. EA "Undefeated Triangle" uses only 3 pai
Nesco MT4
Gennady Sergienko
4.56 (9)
Hi I'm   NESCO / - I am a fully automatic robot expert and independently analyze the market and make trading decisions. Some of my functions are written using   GPT-4_COPILOT   and optimized by the   MQL5_CLOUD_NETWORK . I have my own server for getting financial events in the world. I can work for you 24/5 without your intervention and notify you with a message on the phone If your attention is needed; My main feature is the methodology of data flow analysis, which allows me to simultaneously
XC Pips EA MT4
Marzena Maria Szmit
5 (12)
The XC Pips EA 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. XC Pips EA opens positions   every day,  from Monday to Friday, and   all positions are secured   with Take Profit, Stop Loss, Trailing Stop, we inc
Ra AI
Nestor Alejandro Chiariello
5 (1)
Hello traders,   I have designed this tool with   real results rigorously   , RA AI   intended and specially designed to scalp with a Trend algorithm structured in   AI   in the EURO DOLLAR currency, here we can see the result in its 1-year backtest from 1k to 12k, we can also see the real account signal with real money winning with similar results, RA AI is incredible! I will tell you a bit about the design, based on ranges of nodes to scalp in a trend in a stable currency such as   EURUSD , in
Darwin Swing MT4
Guillaume Duportal
4.79 (14)
Darwin SWING Launch price 999 USD , future price 1490 USD DESCRIPTIONS: -- To understand how it works, come read the blog (This EA reflects my philosophy of forex trading...If you like the way I look at it, then you will like my EA. Take the time to do it! (Forex is not a race): https://www.mql5.com/en/blogs/post/745790 -- To see the past performance here are the links of the signals Live and demo signals: https://www.mql5.com/en/users/tradedeal/seller EXPLANATION: After t
Cherokee
Andrey Kolmogorov
5 (2)
Cherokee  - is a professional adviser based on a trend tracking system with an adaptive algorithm. New sets are in the "Comments" section comments #2-3. Signal: 6 currency pairs Main Advantages 6 currency pairs; The EA does not use Martingale; The minimum starting deposit is $300; No need to close the robot during news releases; It works with 4 and 5-digit quotes; A multi-level model of a quantum set. Working parameters Currency pairs : EUR/USD, GBP/USD, EUR/CHF, USD/CHF, USD/CAD, USD/JPY ,  
Odin AI
Nestor Alejandro Chiariello
5 (1)
Hello traders, I have designed ODIN AI with real results rigorously, impeccable for his wisdom and intelligence  , tool based on several of my previous   Strategies , adapting it to the   Forex Market , therefore it is adapted to the   artificial intelligence   of   machine learning , that is, the   AI   will read parameters and then consult them to my strategy, then it will learn so that the entries are of better quality, it also has a node where you can recover positions, another of the innova
Chaos Algo Trading EA
Stefano Frisetti
3 (2)
DESCRIPTION With the CHAOS ALGO TRADING EA, You dont need anymore to guess prices direction, You can profit when prices move either in mark up or in mark down from the moment You activate the EA in Your trading account. The ALGO TRADING EA was created to fully automate the TRADING STRATEGY OF CHAOS, leaving the single TRADE OPEN and TRADE CLOSE to the EA, and keeping for the TRADER only the decision when to activate it or close it. The EA is best used in loops; so if USER activate it, and then
FXMachine
Alexander Kozachuk
4.73 (11)
Statistics on a real account since 2020 Backtest for the last 13 years Low drawdown strategy Multi-currency algorithm Compatible with any broker Proven drawdown control system Trading on a real account since 2020 : Click Here Trading on USDCAD, EURGBP, GBPUSD, EURUSD: Click Here Trading on EURGBP: Click Here Trading on GBPUSD: Click Here Full backtests of the FXMachine EA are available for download here: Click Here About us: The development and support of FXMachine and our oth
Perceptrader AI
Valeriia Mishchenko
EA has a live track record with 48 month of stable trading with low drawdown: Live performance MT5 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timefra
Bitcoin Wizard is designed for trading Bitcoin by placing pending orders based on high low at certain periods by taking advantage of strong momentum.   Why Bitcoin Wizard : Bitcoin Wizard is a fully automatic trade system, trade 24/7. Does not use any risky strategies such as hedging, martingale, grid or multiple orders. Every trade is protected by a stoploss of 100 pips. Real Signal | Setfile :  Download here  | MT5 version | Backtest Report   |   Broker Spread Comparison SET UP Symbol :  
Multi Sniper mq
DMITRII GRIDASOV
5 (1)
MULTI SNIPER EA is precise automatic trading system with 85+% accuracy for MT4 platform. This profitable  scalping   EA is really one of the most stable system on the market at the present time. It is original product which is offered only on this MQL5 website. System has proven statistics of successful run : Live monitoring (from Jan 2023)     https://www.mql5.com/en/signals/1887493 Use Set files  from "Comments" section for using/testing the EA Implemented compound interest method with sca
More from author
Expert BDT MT4
Vladimir Khlystov
1 (1)
Advisor based on triangular arbitrage. The Expert Advisor analyzes the prices of all trading instruments on the entire account opened in the market overview.   The analysis takes place at the expense of other currency pairs linked by a single currency.   (currency triangles). Examples of triangles: EURUSD – USDJPY – EURJPY USDCAD – CADCHF – USDCHF EURGBP – GBPUSD – EURUSD AUDUSD – USDCAD – AUDCAD GBPAUD – AUDUSD – GBPUSD The Expert Advisor analyzes each currency through the other two and calc
New Smarthedge
Vladimir Khlystov
5 (4)
The EA has the same trading principle as   SMARTHEDGE . We trade simultaneously on drum instruments with high correlation. Transactions made on one instrument compensate for the drawdown of transactions on the other instrument. Thus, we can trade fairly large volumes with relatively low risk. The principle of operation is clearly visible in the video below. In this expert Advisor, I tried to simplify the settings as much as possible, but left all the main functions from the early development.
Best Correlation
Vladimir Khlystov
5 (2)
A script showing the correlation for three selected zones at once (TF-bar) In the parameters, select 3 options The data is displayed sorted by the first zone The script also creates a file in which it writes all the data without sorting. In this way, you can expand the number of zones to any number and perform the analysis in exsel Parameters: TF_Trade1 =PERIOD_M5; BarsCor1  = 300; TF_Trade2 =PERIOD_M5; BarsCor2  = 800; TF_Trade3 =PERIOD_M5; BarsCor3  = 2000; K             = 0.8; WindSize 
FREE
ExpertTradePanel
Vladimir Khlystov
It shows signals for all timeframes, and calculates the total percentage of the probability of price movement based on 63 signals. You can enable and disable various signals, entire timeframes and individual indicators. You can configure at what percentage the adviser will open positions himself. Or just trade in manual mode using it as an indicator. If the Trade button is pressed and the percentage in some direction has reached the set value, the Expert Advisor will open the corresponding posi
Correlation for SH
Vladimir Khlystov
5 (1)
Script for quickly selecting a tool with high correlation. The script is placed on the tool to which you need to select the second correlating one. Then you can change the number of bars to calculate and the timeframe. The script iterates through all available symbols in the market overview and returns the 20 most correlated ones. You can use the selected pairs to trade with THE new SH expert Advisor
FREE
Indicator panel
Vladimir Khlystov
The panel shows 6 indicators and their signals for all timeframes. You can enable or disable various signals, entire timeframes, and individual indicators. if the alert button is pressed and all signals match, the indicator sends a message to the alert window. You can disable and enable both individual signals and the entire indicator for all timeframes, or disable individual timeframes for all indicators
FREE
Hourglass
Vladimir Khlystov
4 (1)
Logarithmic Network - cm-hourglass Expert Advisor The Expert Advisor places orders with a decreasing lot and step in the direction of the trend and with an increasing lot and step in the counter-trend direction. It sets Take Profit for every direction to avoid breakeven of the entire series. The farthest order in the direction of the trend is closed with a farthest counter-order so as to get the positive total, thus pulling the entire network to the price without letting it expand. Parameters Lo
Offset
Vladimir Khlystov
The indicator identifies the direction and strength of the trend. Bearish trend areas are marked with red color, bullish areas are marked with blue color. A thin blue line indicates that a bearish trend is about to end, and it is necessary to prepare for a bullish one. The strongest signals are at the points when the filled areas start expanding. The indicator has only two parameters: period - period; offset - offset. The greater the period, the more accurate the trend identification, but with a
Matematik
Vladimir Khlystov
The Expert Advisor is based on simple mathematics. The EA places two opposite-directed orders. Wherever the price goes, one order will always have a positive result, the second one will have negative. If we average it, then on the return movement of the price (only a few spreads) the averaged orders are closed and there is only profitable order left! The EA trades through its profit. Of course, the averaging positions also add profit due to MinProfit , especially if you use rebate programs to re
Fishing PRO
Vladimir Khlystov
Советник имеет несколько режимов торговли. Режимы открытия позиций и отложенных ордеров. Открытие позиций через заданный шаг. После прохождения ценой заданного расстояния 1 шаг вверх — продает, 1 шаг вниз — покупает. Таким образом, появляется сеть, которую Вы закрываете руками с помощью кнопок советника или отдаете прибыль на усмотрение самого советника, нажав кнопки автоторговли. Открытие сети отложенных ордеров Ордера открываются в зависимости от настроек. Можно задавать любые сочетания из bu
Bancomat MT4
Vladimir Khlystov
4.2 (5)
Bancomat   The Expert Advisor does not require setting and optimization of parameters. At the same time, the advisor trades on 20 currency pairs. The principle of trading is hedging (transaction insurance). Thanks to this principle, the EA does not go into large drawdowns. Regulation of profitability is achieved by changing the lot. The minimum recommended deposit is from 500 usd with a lot of 0.01. At the same time, the expected profit will be 7-15% per month. The rest of the parameters can be
The EA opens trades using the indicator's graphical arrows. If the indicator needle does not have a binding buffers, it is possible to test this indicator with the help of dagnogo adviser. Specify the arrow codes in the parameters and the EA will trade on them. You can find out the arrow codes by opening the arrow properties. following values are set by default: 225; //Up arrow code 226; //Down arrow code
Rul PRO
Vladimir Khlystov
The main task of the expert Advisor is to reduce the drawdown and close all orders that are opened by other expert advisors or manually. But it also added the functions of regular trading, so now the expert Advisor can be used as the main tool for earning money. The principle behind its strategy: All the actions performed by the Expert Advisor are controlled by built-in trend indicators, but, as practice has shown, many users disable these indicators to accelerate a process of “settlement” (
Rul Hedge MT4
Vladimir Khlystov
3.67 (3)
Description of strategy: The EA trades on 2 pairs with a positive correlation. On one, he trades only for buying, on the second only for selling. If the position goes to a loss, the adviser begins to resolve it by opening deals much smaller in volume than the original one and biting off small pieces on price rollbacks. The opposite trade, which is in the black, will not be closed until the unprofitable one is resolved or until they reach the specified profit in total. Clearing (averaging) trade
Manual Grid CM
Vladimir Khlystov
The expert Advisor helps you set a network of pending orders and collect profit from any price movement. You can use it to trade many grid strategies. You can also use it to track open positions. "Buy Stop — - open a network of pending stop orders for sale "Sell Stop" - open a network of pending stop orders for purchase "Buy Limit" - open a network of pending limit orders for sale "Sell Limit" - open a network of pending limit orders for purchase "Close Buy" - button for closing the entire ne
Velosity
Vladimir Khlystov
The Expert Advisor analyzes the rate of price change and opens positions in the direction of price movement when the speed sign changes. Then it accompanies the positions with a trawl, which also depends on the speed. That is, when the price growth SL SL is pressed closer, when the speed increases, respectively, further, allowing the price to gain weight and prevents from closing when the market noise. tp also moves higher when the speed changes. If necessary, you can enable the transfer fu
Description of the Expert Advisor: You can trade with any strategies and any Expert Advisors, but there comes a time when trading comes to a standstill. All dogmas and rules are violated and you do not know what to do next. My hands drop and I want to take a break, but there are several thousand dollars at stake, which is so insulting to leave to the mercy of fate. You can of course just put a lock, go on vacation and then calmly sort everything out, and you can entrust all this to the advise
Cm limit
Vladimir Khlystov
Strategy: A grid Expert Advisor that collects profit in any direction of price movement! We catch the initial price movement with stop orders. The exact guidance of the order is carried out by a trawl (pulling it up behind the price). Next, a grid of limit orders is placed at a specified distance (Step) from each other. Moreover, the distance is dynamic and can adjust to the market. The lot is set as a fixed or as a percentage (RiskPercent) of available funds.  The essence of the strategy is
The Expert Advisor cannot be tested in the MT4 Strategy Tester! Only on MT5, so put it on a demo account and test it in real time or download the same version for MT5. The Expert Advisor trades on instruments with a high correlation. At the same time, it insures (hedges) each transaction is made at the expense of another instrument. The principle of insurance is that we buy one instrument, and sell the opposite one. Since pairs with a positive correlation always follow in the same direction, t
SL Stop Orders
Vladimir Khlystov
При старте советник выставляет два отложенных стоп ордера образовывая канал. Если один ордер срабатывает то второй переустанавливаем на его SL с увеличением лота. При срабатывании ТП советник начинает цикл с ноля. Оптимизируемые параметры: Объем ордеров (   Lot   ) нам нет смысла оптимизировать. Его проще сразу установить в соответствии с размером вашего депозита. Например для депозита менее 500 usd ставим минимальный лот 0,01 Размер прибавки лота (   Plus_Lot   ) ставим в зависимости от пер
News 21
Vladimir Khlystov
The Expert Advisor trades on market surges, while not using any indicators. The Expert Advisor analyzes the speed of price movement and if the price starts moving faster than the set one, opens a position in the direction of price movement. Trades are closed by SL TP and trailing stop. If the averaging is set to greater than 0, then the stop loss is not set, but new deals are opened with an increased lot and averaged. Parameters: Lot = 0.1; LevelNewse = 50; strength of the news (price jumps
The algorithm of the adviser's work: When the Expert Advisor is launched at a specified distance from the price (first_step), BuyStop and SellStop orders are placed. Further, depending on which way the price went, one of them becomes market, and the other begins to crawl after the price. When the price rolls back, it also becomes market. If we have reached a set profit in some direction, the order is closed and a creeping pending order of the same direction is placed again. If the profit is n
Cm Equity Tral
Vladimir Khlystov
Это очень удобный и нужный инструмент для тех, кому некогда сидеть за монитором или если вы просто хотите при получении определенной прибыли, зафиксировать ее и закрыть все открытые ордера на счете. Советник полностью автоматический, но если Вы захотите вмешаться в его работу, то для этого есть кнопка Close. Кнопка «Close» позволяет закрыть все открытые на данный момент позиции. Настройки: Total_Profit_Start = 5000; //Сумма в USD от которой стартовать трал по Профиту Profit_Percent = 1; //%
Expert NEWS
Vladimir Khlystov
The Expert Advisor trades on market surges, while not using any indicators. The Expert Advisor analyzes the speed of price movement and if the price starts moving faster than the set one, opens a position in the direction of price movement. Trades are closed by SL TP and trailing stop. If the averaging is set to greater than 0, then the stop loss is not set, but new deals are opened with an increased lot and averaged. Parameters: Lot = 0.1; LevelNewse = 50; strength of the news (price jumps in
EA Hedging for MT5
Vladimir Khlystov
A trading robot based on the correlation of instruments is the safest strategy on the market! Advisor's Strategy:  We know that highly correlated currencies almost always behave in a mirror way. But there are moments of deviation (divergence of currencies) from the normal value. The Expert Advisor opens orders in the direction of currency convergence.  Further, when the total profit reaches CloseProfit (the value in the deposit currency at which all positions are closed), the ADVISER closes the
Bancomat
Vladimir Khlystov
4.08 (13)
The expert Advisor does not require configuration and optimization of parameters. At the same time, the expert Advisor trades on 20 currency pairs. The trading principle is hedging (insurance of transactions). Thanks to this principle, the EA does not enter large drawdowns. The regulation of profitability is achieved through changes in the lot. The minimum recommended Deposit is from 500 usd with a lot of 0.01. At the same time, the expected profit will be 7-15% per month. You can leave the oth
Rul MT5
Vladimir Khlystov
The expert Advisor is designed for dealing with complex situations, including Loka. In addition, the expert Advisor can successfully trade itself. To do this, it provides auto-trading functions. Parameters BUY   – allow to resolve sales SELL   – allow to resolve purchases Step   = 60; – step between averaging positions ProfitClose   – closing profit in currency Lot   = 0.01; – the first lot of averaging K_Lot   = 1.5; – averaging coefficient Max_Lot   = 10.0; – maximum possible volume Sta
Rul HEDGE
Vladimir Khlystov
Description of strategy: The EA trades on 2 pairs with a positive correlation. On one, he trades only for buying, on the second only for selling. If the position goes to a loss, the adviser begins to resolve it by opening deals much smaller in volume than the original one and biting off small pieces on price rollbacks. The opposite trade, which is in the black, will not be closed until the unprofitable one is resolved or until they reach the specified profit in total. Clearing (averaging) trade
Matematiks
Vladimir Khlystov
Matematiks The expert Advisor is based on simple math. The expert Advisor puts 2 multidirectional orders further, wherever the price goes, it turns out that one order is always in the plus, the second in the minus. If we average it, then on the reverse price movement (only a few spreads), the averaged orders are closed and only the profitable one remains! It is thanks to his profit that the trade goes on. Of course, the averaging positions themselves also add profit to the piggy Bank at the e
Description of the Expert Advisor: You can trade with any strategies and any Expert Advisors, but there comes a time when trading comes to a standstill. All dogmas and rules are violated and you do not know what to do next. My hands drop and I want to take a break, but there are several thousand dollars at stake, which is so insulting to leave to the mercy of fate. You can of course just put a lock, go on vacation and then calmly sort everything out, and you can entrust all this to the advise
Filter:
Sergey Demin
10756
Sergey Demin 2020.08.15 20:29 
 

User didn't leave any comment to the rating

Leslie William Van Gent
360
Leslie William Van Gent 2019.10.29 12:41 
 

User didn't leave any comment to the rating

jleonue
1331
jleonue 2019.07.31 15:03 
 

Definitely, it is a very good EA. I have been testing it on a live account for 2 months, it is working very well. I am going to add updates every month:

08/21/19 : Around 10% profit monthly with a small DD (Max. 15%).

Reply to review
Version 6.94 2019.12.10
убрал запрос ключа
добавлен контроль размера лота
Version 6.93 2019.12.03
- добавлена запись скринов
- разделил Alert на
AlertFilter = false;//alert при запрете по спреду, TF или скорости
AlertSendClose = true;//alert при открытии и закрытии сделок
- возможность выбирать направление торговли по каждому инструменту
- Фильтр Гэп
если дельта выросла на одном баре более чем в 2 раза то запрещаем открывать позиции
- отображение дельты сделал на графике и в панели
- процент прибыли сделал отключаемым ShowPercentProfit
- для мониторов с большим разрешением добавил коэффициент WindSize
установите его больше 1 (1.3 - 1.5) чтобы текст не наезжал друг на друга.
- Вывел в параметры коэффициент деления максимальной дельты (K_Min_Points) в прошлых версиях он стоял 1,5,
теперь его можно задавать самостоятельно и за счет этого уменьшать или увеличивать дельту входа.
Чтобы уменьшить дельту входа увеличивайте коэффициент.
- добавил информацию по инструментам.
- волатильность и стоимость пункта. По ним можно вычислять лоты.
- ProfitCloseLast = 0;//закрытие последних двух сделок при достижении профита (o-откл)
- dY=0; - смещение панели вправо (пиксел)
- dX=0; - смещение панели вниз (пиксел)
- запись параметров в файл
- доливка теперь не 1 параметром, а серией как и лот
-добавил автоматический магик для каждого сочетания пар
если в параметрах оставить поле второго инструмента пустым, то советник находит подходящий инструмент для пары и устанавливает свой магик номер. сам магик отображается в левом нижнем углу.
Если ставить второй инструмент вручную, то магик автоматически не изменяется (его нужно корректировать тоже вручную при необходимости)
-Добавлена подсказка по лотам
- Запрет открытия по CloseTime если MinProfit установлени < 0 и текущее время больше CloseTime
- Подтверждение ручного открытия и закрытия сделок
- кнопка ручного режима изначально нажата/отжата
- не открывать если суммарный спред больше дельты/3
Version 5.5 2019.08.03
Added control of the direction of divergence of the correlation filter and the Delta.
The transaction should take place only with the coincidence of the signs of these deltas.