Singing Snake About Trend

This advisor is similar in idea to martingale, but not quite martingale. At first, I wanted to hide its logic, but I will introduce the fact that I will still have to partially disclose its characteristics with the settings and in one place I will have to specify its parameters so that buyers do not have confusion in logic, since programmers, in my opinion, differ slightly from ordinary people in their logic of thinking. and, for this reason, personally, I will try to reveal more about the work of this adviser in the description.

To begin with, I have set a limit on the full amount of the account balance for this adviser, and the adviser will open trades only until this amount of the established limit is sufficient for him to trade. Here you need to know that the margin call limit itself will not save you if the ADVISER goes into drawdown and does not open orders, but since he will incur a loss on his open trades, the adviser will eventually drain all the capital of your account anyway. And for this reason, there are situations in which it is better to provide an adviser to trade. You can disable the limit if you specify Limit - 1.0 (one) in the Advisor settings.  The Limit parameter is the division of your account balance by the specified number. Let's say you have a balance of $10,000 in your account and if you specify the number 10.0 in the Limit field, the ADVISER will open its trades for $ 1,000, the rest of your account amount will serve as insurance for drawdown, since everyone knows that the price returns to where it was before and after a while everything will return to circles will return to normal and everything will work as it should. Patience.  

Now why is the advisor not quite martingale? Because he has violated the original logic of this conclusion, and the adviser in his work has a completely different and purposeful logic. That is, if a martingale opens deals and increases its bet when a position is lost, then this ADVISER does the same, but after opening a deal, let's say to buy and without reaching the intended profit specified in the settings as the closeall parameter, where it will be necessary to specify the amount of profit, upon reaching which the adviser will close all transactions opened by the adviser and after going into a loss, into a drawdown, the adviser will wait for the following instructions specified in the settings, according to which everything that is specified as (Buy) will actually refer to sell orders - SELL, as the Adviser will try to close a previously opened buy order by opening sell orders, and the adviser will apply the martingale method to them. (By the way, this martingale parameter can also be disabled if you specify 1 unit in the specified parameters in the Adviser's settings, and then the adviser will open all orders with one lot specified in the settings). This is his basic logic. That is, if the adviser leaves at a loss on a previously opened order, for example, to buy, then in order to close this buy order with a profit, the adviser will try to open sell orders and the amount of sell orders must exceed the amount of the open buy order and its drawdown. And so, to close a buy order, the ADVISER uses a martingale by opening opposite orders to the first open order. There is another little-noticed logical detail here, that two open BUY and SELL orders will always interfere with each other when the current price fluctuates, and this is not always a bad thing, since if one order goes to a loss, let's say to buy, then the other sell order will go to profit and prevent the buy order from catching margincol. And this advisor uses this help for his own purposes. And you can use it yourself, for example, specify lot 0.5, specify another parameter of the opposite order 0.5, and specify the martingale as 2.0. What will happen then? And the following will happen: The first buy order will be opened with lot 0.5 and if the current price creeps up, then according to the profit specified in the settings, the adviser will close orders with profit and open them again. Here it should be added that the Expert Advisor works on time, the parameters of which are also available in the settings. And if you specify the ADVISER's working time from 0 o'clock to 10 o'clock and the price creeps up during this time, then all orders for the purchase of lot 0.5 will be closed with the profit specified in the settings. However, if, after opening a buy order, the current price does not reach the specified profit and turns around and begins its downward movement, then a sell order will be opened according to the specified parameters in the settings to close the buy order with a profit. In this situation, the sell order will be opened with a smaller lot than the first buy order was opened, which is bad, since we do not expect the buy order to close and an open sell order with a smaller lot will not close the buy order with a larger lot. So you need a martingale. Or at least a network of orders opened with one lot, but so that the amount of open sell orders is greater than the amount of an open buy order plus a drawdown. And then a sell order will open with a lot of 0.25 and if you specify 1 (unit) in order for a network of orders to open, and sell orders to open in the direction of the first open buy order, in any case, make a large distance between the first open buy order and the subsequent sell order that will try to close it. Also, if we open this sell order in a small lot, then in the worst case, we will need a network of orders, and subsequent sell orders will open above the first open sell order, and this also indicates a long distance... although everything will depend on the case of circumstances. Although, I must admit that currency pairs have price fluctuations and this is like a guide in the settings. That is, if you find fluctuations in the currency pair using the adviser's settings, then the adviser will always work for profit for plus minutes and a good broker will always warn you when a critical situation for the account comes and will offer to replenish the balance, as this circumstance is in his interests too.  And, with this setup of the adviser, there is a possibility that the second open opposite order with a smaller lot will turn into a profit, and the drawdown of the first one will increase and the price will not be able to return for a very long time and start building a network of orders to close all orders with a profit. So everything is at the discretion of the owner of this advisor.

Then, what else do you need to know in the Advisor settings? That in terms of time, only the opening of the first order and the second opposite order works for him. That the close all parameter affects the closing distance of orders. This is a kind of profit. P.S.: There are logos-screenshots with the EURUSD currency pair with the H1 period, there are two logos: one with moderate settings of the Expert Advisor, and the other with more aggressive settings. You can look at them, compare them and come to some conclusions.


extern double Lots             = 0.2; lot (price) at which the order will be opened
extern int TakeProfit          = 300; this parameter does not work
extern int Slippage            = 50; slippage
extern int Magic               = 7777; the magic number of orders
extern int Magic2              = 7778; the magic number of orders
//
extern double closeall         = 10.0; closing orders with profit
//
extern int morningBuy          = 0; the time when the first buy order will be opened and if the current price 
                                    is If it turns around and goes into a drawdown, the Expert Advisor will 
                                    try to open opposite sell order to close the buy order
extern int eveningBuy          = 10; the time before which two buy and sell orders will be opened
extern int morningSell         = 0; the time when the first sell order will be opened and if the current 
                                    price is If it turns around and goes into a drawdown, the Expert Advisor 
                                    will try to open opposite buy order to close the sell order
extern int eveningSell         = 10; the time before which two sell and buy orders will be opened
//
extern int StopDistanceBuy     = 350; the distance of opening the second sell order from the opening price 
                                      the first purchase order
extern int StopDistanceSell    = 1000; the distance of the opening of the second buy order from the opening 
                                       price the first sell order
//
extern int GridPitchBuy        = 100; the distance from the last price of an open sell order,
                                      if the first buy order is open
extern int GridPitchSell       = 50; the distance from the last price of an open buy order
                                     if the first sell order is open
//
extern double PowerClosureBuy  = 2.0; increase in the lot of the second open sell order if
                                      the first order was opened for purchase, then it is his lot that will 
                                      be increased by the specified number
extern double PowerClosureSell = 2.0; increase in the lot of the second open purchase order if
                                      the first order was opened for sale, then it is his lot that will be
                                      increased by the specified number
// 
extern double IncreaseBuy      = 2.0; increase of the third and subsequent sell orders if
                                      The first order was opened to buy
extern double IncreaseSell     = 2.0; an increase in the third and subsequent buy orders if
                                      the first order was opened for sale
//
extern double Limit            = 10; the number by which the account balance and the amount received will be 
                                     divided It will be provided to the Expert Advisor for trading. It should 
                                     be noted here, that the lower the specified number, the amount provided 
                                     There will be more Expert Advisor for trading. Let's say the number 2 
                                     will be indicate what will be provided to the Expert Advisor for trading 
                                     half of the open account balance. To disable this option
                                     it is necessary to specify - 1 (unit)


P.S.: In the last screenshot, the EURUSD pair, with a period of H1, is indicated at the top in the settings of the adviser how you can manipulate the price setting... There, when I was checking the Expert Advisor in the strategy tester, I noticed that sell orders are closed late with one order or a network of buy orders, and here I increased the PowerClosureSell parameter to 3.0, that is, this parameter increases the lot of the second opposite order in order to try to close the first order with an increased lot. Here, the first sell order is Sell with lot 0.1, which means Buy purchase will be opened with lot 0.3... What happened in this case? What happened is that we shortened the distance to achieve the set goal and reduced the trend distance for ourselves, since we assume and do not assume that the upward trend will be long, it is better to close the orders earlier - before the upward trend changes to a downward trend and then we will have to open a network of orders to try to close this first one a sell order.


Recommended products
VolnaFX
Roman Meskhidze
4.67 (15)
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
Fat Cow
Georgios Baizanis
1 trade maximum 1 time per daily. No grid, no martingale. Each trade is protected by Stop loss while there is a profit trailing logic all inbuilt in the logic. Very high accuracy. The EA is not trading daily but when it trades is profitable almost all the time. Is very easy to set up and you can run it out of the box as long as you specify according to your balance the trading lots. There is a slippage control parameter field where you can send to your broker the desired threshold of slippage d
Mobius AUDCAD
Volodymyr Strilets
The EA has two strategies, each designed for a particular market behavior. Using both strategies allows you to cover a significant range of trading time and get high and stable results. The Channel strategy is based on the principle of scalping within the channel bounds, during periods of low volatility. (Modified strategy from version 1.1) Trend strategy builds on the principle of following the trend in during the high volatility hours. (New Strategy) The trading periods are selected based on t
Introducing to your attention an innovative expert advisor created specifically for the most juicy and volatility    currency     basket: GBPUSD and XAUUSD. This EA is designed using the main features of this market's movement, making it an ideal choice for dynamic trading on high-trending and medium-volatile pairs. The advisor is focused on minimizing trading risks, aiming to reduce losses to a minimum. Main features: EA is designed to open and close orders at the begginning of trading session
JumpLump
Olga Zhdanova
A great addition to your lucrative portfolio of expert advisors. The strategy is based on an algorithm for breaking through the built levels for a certain period of time. The EA has a fixed StopLoss, which allows you to keep the minimum drawdown. Tested on all ticks using the Tick Data Suite , with the closest possible real trading conditions, watch the video. Price for the first 10 buyers $ 75 (I beg you to post your reports in the comments) Recommendations: Good ECN broker with low spread.
Trend BtD
Roman Meskhidze
LAUNCH PROMO Next price:        $249 The price will be rise to limit the number of users for this strategy The "Trend BtD" Expert Advisor is a representative of robots trading breakout levels. Levels built automatically. The uniqueness of the advisor is that it work WITHOUT averaging and using the martingale principle. ALL orders have StopLoss and TakeProfit. VERY IMPORTANT: Always load SET Files for each pair! Adjust Lot size to yours deposit! HOW TO TEST: 1. Choose  H1  TimeFrame 2. Load my  
Gold Crazy EA MT4
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Telegram Gold Crusher
Krzysztof Opalinski
TELEGRAM GOLD CRUSHER EA - Next Generation Trading System! LIMITED TIME OFFER! FIRST 5 COPIES: $39 USD AFTER THAT: $99 USD Don't miss this chance to save $60! Only a few spots left at this introductory price! HOW IT WORKS? Gold Crusher is an advanced automated trading system combining the power of two most popular technical indicators: Stochastic - detects extre
King Grid
Luis Mariano Vazquez Marcos
King Gold Grid Presentamos con orgullo el revolucionario Asesor Experto de Sistema Grid, una obra maestra creada por  Mr Beast. Este excepcional producto se distingue como uno de los mejores en su categoría, destacando por su magnífica gestión de riesgos y especialización en el trabajo con el oro. Diseñado meticulosamente para optimizar la eficiencia y maximizar los beneficios, este asesor experto se erige como un líder indiscutible en el mundo de los sistemas de rejilla. Su capacidad para adapt
NewStar
Evgeniy Zhdan
The strategy of the adviser determines the direction, the strength of the trend and the behavior of prices in the zone of "round" price levels. If several factors coincide, the adviser starts working in the direction of the most likely price movement. The Expert Advisor uses a unique algorithm for tracking open positions. Each position advisor has a stop loss and take profit. Dangerous trading methods are NOT used. Recommended trading instruments (TF 5m): GBPUSD, EURUSD. For 24/7 advisor oper
Ksm Bot4
Andriy Sydoruk
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
WH AutoFib EA MT4
Wissam Hussein
3 (1)
AutoFib EA is a cutting-edge expert advisor designed to harness the power of Fibonacci retracement and extension levels for automated trading. Whether you're a novice or an experienced trader, AutoFib EA empowers your trading strategy with precision and efficiency. Test   The EA Before Risking Real Money.  Adjust the setting based on your testing   results. Questions ? feel free to   ask.   Key Features: Automated Trading:   Open buy and sell orders seamlessly based on Fibonacci levels, minimizi
FREE
GoldSuperbotV10
Afjal Hussain Swapan
This Adaptive Forex EA is a fully automatic, Highly Customizable Adaptive Trading EA that is Free to download. Although it may not provide the most immediate plug-and-play solution, its effectiveness and potential are hinged on fine-tuning and optimization. Most EA makes tall claims about their AI, adaptive, intelligent, learning algorithms, but often all are just marketing; there is nothing like that in the EA. However, this Adaptive Trading EA, despite not being AI per se, promises an intellig
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+
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 no
Alpha Striker SMC KING is unique Expert Advisor that continues the Alpha Striker series of  expert advisors. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. The Alpha Striker SMC KING is a fully automated EA designed to trade currencies only. Working pairs recommended EURUSD. Expert showed stable results on currencies in 2022-2024 period. No dangerous methods of money management used,
Bfxenterprise RSI
Ricky Romadona Tri Saputra
Bfxenterprise RSI Inspired and optimized RSI indicator is the focus of this Expert Advisor (EA). Designed with the use of RSI to perform optimal transactions. Reading trends and price reversals is done by the RSI whose functions have been sorted. Version of Bfxenterprise The version with the name “Bfxenterprise” focuses on special and thorough sorting of transactions. So this version does not always make transactions, unlike the Expert Advisor version in general. This version relies on accuracy
KonokaSystemNEO
Nobuyoshi Murase
1 (1)
KonokaSystemNEO is one of the three sisters ( NEO, JOY, FUN ) based on KonokaSystem with a new personality and is an original EA. The trading style is day trading targeting midnight to mid-day Japan time. The currency pair is "USDJPY" and entry is made at the opening price of M5. Each of the three sisters has a different logic and is equipped with two types of entries and two types of exits. No grid or martingale logic is used. The internal logic repeats profit and loss, swallowing losses and g
Adaptive Intelligence to Dominate the Gold Market   LAUNCH PROMOTION - LIMITED AVAILABILITY Launch Price: $297 The price will increase to $397 after the first 15 sales. Next increase to $497 after 30 sales. Final list price: $997 +504% in the Last 12 Months. Here's How. Tired of robots that only work in rigged backtests? We did the opposite. We built clean, transparent code and subjected it to 5 years of relentless tick-by-tick testing (99.9% modeling quality). The results speak for themsel
Prime Gold HFT Ali Coded by Prime Capital Vietnam Best with XAUUSD -  High frequency trading Find your best setting with the backtest before trade with a real account please! With default setting: - Deposit: min 10k-20k money (USC or USD) - Lot trade from 0.01 - Max DD: ~10-20% - Profit: ~10-20% per month with default setting - Leverage: best with 1:2000 Note: - Best with spread max < 30 - Time frame: any - Important: Contact Us before buy  ------   ------   ------   ------   ------   ------
Trading strategy: Scalping at night. The EA is based on a complex trading system at night. The essence of the Adviser's strategy boils down to the fact that the expert determines the calmer moments on the chart using complex mathematical calculations and then if there are good moments to enter the market, the adviser opens pending orders. The EA uses complex algorithms to recognize Trend and Flat situations on the charts. The EA automatically adjusts GMT for each broker (not for the strategy tes
InvestorPRO
Andrey Spiridonov
InvestorPRO is a stable Expert Advisor for professional traders. The EA trades in a fully automated mode. The trading algorithm of the EA is based on analysis of numerous factors that affect the dynamics of an instrument. This EA has been created to provide the trader with a comfortable environment for investment in the financial instruments of the Forex market. The EA is installed in the usual way and is suitable for trading any trading symbols. The EA is designed for trading on the D1 timefram
Expert Mind Core: Statistical Probability Engine The   Expert Mind Core   algorithm is based on a high-order mathematical model designed to analyze structural market imbalances. Unlike standard indicators, this system utilizes a multidimensional approach to price action, evaluating the rate of change in volatility (Gamma-analysis) and its deviation from the equilibrium point. The core logic functions by identifying   exhaustion zones   where the probability of a corrective movement significantly
Utima ai
Erik Yves Guilhem
ULTIMA AI – Multi-Pairs Portfolio Engine for MT4 ULTIMA AI is an advanced MetaTrader 4 Expert Advisor designed to manage a multi-symbol trading portfolio from a single chart, using an intelligent combination of basket logic , profit reserve management , smart stress handling , partial risk reduction , and a premium real-time dashboard . This is not a simple one-pair robot with fixed entry and exit rules. ULTIMA AI has been developed as a true portfolio engine , built to monitor several markets a
User friendly Interface. On panel fat finger protection. High speed for sending manual  orders. Auto follow up for manual orders placed by the panel. Highly customized parameters for automated or manual buy/sell orders. Customized  money management system. Advanced users can choose their buy/sell decision according to their views and leave the rest to the EA to follow up their initial decisions. Beginners can fully rely on the built-in technology  to make transaction decisions.
Analitic RSI
Yvan Musatov
A professional expert analyzes the market using the relative strength index. The basic principle is that the bot takes the indicated prices for a certain period of time and calculates the strength and amplitude of the price. This can show when the trend will lose strength and reverse. The signal from the exit from the overbought/oversold zones is analyzed, the levels of these zones will be the levels with LEVEL_MAX and LEVEL_MIN values. We buy when the signal first falls below a certain level (
Perfect Smart Scalper
Abdelmaseh Adel Azez Abdelmaseh
5 (2)
We are pleased to introduce our new and innovative product, the high-quality automated trading robot, designed to be a lifelong Passive income source. After renting or purchasing, please contact me via private message to receive the link to our Telegram group. Also You can test the product for a period of 3 months before purchasing it for only $30. Based on a 25-year backtest with high-quality modeling data, the system delivered strong results across multiple currency pairs: GBPUSD: 2235% net
Purchase bonus After purchasing this Expert Advisor, you will receive any other Expert Advisor from my Market products as a gift at no additional cost. To arrange the bonus, use the internal MQL5 messaging system after the purchase. Overview EA Deposit Acceleration MT4 is a fully automated grid Expert Advisor for mean-reversion conditions. It can be used on different timeframes. The product page recommends testing it on M5 and M15 and lists AUDCAD, AUDNZD, and NZDCAD as suitable starting instrum
Daytrade Pro Algo
Profalgo Limited
5 (5)
Launch Promo: Limited number of copies available at current price Final price: 990$ NEW: get 1 EA for free! (for 2 trade accounts) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files Welcome to DayTrade Pro Algo!  After years of studying the markets and programming different strategies, I have found an algorithm that has everything a good trading system needs: It is broker independent It is spread independent
Buyers of this product also purchase
Scalping Robot Pro MT4
MQL TOOLS SL
4.29 (17)
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
Scipio Gold Bot
Stefano Frisetti
BEWARE of SCAM! SCIPIO GOLD BOT is only distributed by MQL5.com. Please note: this is not a commercial BOT, but a professional one. Distribution is limited to 100 copies in total, and the price may increase without notice. Thisi is MT4 versione, Mt5 version is here:  https://www.mql5.com/it/market/product/148820 The differences that make SCIPIO EA unique are: + no variable settings or settings that the TRADER must enter + only opens one trade at a time + always uses close and fixed STOP LOSSES
Exorcist Projects
Ivan Simonika
3 (1)
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
XG Gold Robot MT4
MQL TOOLS SL
4.27 (41)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Trend Radar — Expert Advisor for MetaTrader 4 Overview Trend Radar is an Expert Advisor (EA) for MetaTrader 4 that opens trades based on a proprietary price-channel analysis model, filtered by slope angle and corridor width. The EA combines clear signal logic with flexible risk management and full control over every stage of trade management — from entry to trailing stop. How It Works Channel analysis. The EA builds a price channel from the last SignalBarCount bars and determines its overall dir
Big Forex Players MT4
MQL TOOLS SL
4.71 (42)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
I will support only my client. สำหรับลูกค้า Parameters General Trade Settings Money Management  Lot : Fixed (can change) Strategies  - M30 Strategies you can using both it is fixed with MA, Bollinger band, Candlestick Levels Close Functions  - M30 Strategies MagicNumber  - individual magic number. The EA will only manage position of the chart symbol with this magic number. NextOpenTradeAfterMinutes  - 8 minutes is default, can change it MaxSpread  - upto currency pairs, MaxSlippage  - upto cur
XIRO Robot MT4
MQL TOOLS SL
5 (7)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
RiskShield Dragon   — Automated Multi-Currency Advisor Combining intelligent algorithms, robust protection mechanisms, and flexible configuration, **RiskShield Dragon** delivers consistent profits with minimal risk. --- ## Key Advantages * **Multi-Currency & Multi-Threaded**: Supports over 20 currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDJPY, and more) simultaneously on any timeframe. * **Minimum Deposit from 10,000**: Optimized for trading with a starting balance of 10,000 account uni
Stp
Vladislav Filippov
For the expert to work correctly, do not forget to upload the files to the directory of the agreement (... AppData \ Roaming \ MetaQuotes \ Terminal \ Common \ Files) STP is an automated trading adviser based on neurotechnology, working on an hourly timeframe. The Expert Advisor is configured for trading according to the safe trading strategy from levels, involving the opening of short-term deals and closing them when positive profitability dynamics of several points are achieved, which allows
Gold HFT Scalper Pro MT4
Sivakumar Paul Suyambu
1 (1)
Gold HFT Scalper Pro MT4 A high-frequency tick scalper engineered exclusively for GOLD (XAUUSD). Places BUY_STOP and SELL_STOP pending orders just above and below the live market, automatically re-centres them on every tick, and exits with a dynamic trailing stop — all with built-in daily loss protection and real-margin validation before every order. XAUUSD Only -  No Martingale -  No Grid -  Low Drawdown -  Fully Automated -  M1 Timeframe Symbol XAUUSD Timeframe (period) M1 Minimum deposit 500
AccountUP Algo
Aurelian-eusebio Enescu
Short Description: Advanced, stable multi-order EA featuring dual-mode Trailing/Breakeven, hidden levels, and steady 80% Win Rate. Engineered for robust capital growth with tight ~10% Drawdown. Non-overoptimized. Long Description : AccountUP Algo is a premium, fully automated Expert Advisor engineered for stable, long-term equity growth without exposing your account to extreme market risks. Designed with a deep focus on capital preservation, this EA delivers a smooth, almost linear equity curv
Benefit EA
Vsevolod Merzlov
Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the operating system (can match). This function allo
New Year 1-Month Promotion: Currently priced at $68 USD, promotion ends May 30, 2026. After the promotion, the price will revert to $500 USD per month. Gold Sniper EA (Expert Advisor) In real trading, losses are not terrible; what's terrible is the lack of order, goals, and discipline after losses. The Recovery Profit Manager was created to solve this core problem. ⸻ Core Product Philosophy This EA does not pursue frequent trading; it dynamically monitors and automatically opens posi
Meat EA
Roman Kanushkin
5 (1)
The Meat EA is a fully automatic, 24-hour trading system. It trades based on analysis of market movement on the basis of a built-in indicator and the Moving Average trend indicator. The system is optimized for working with the EURUSD currency pair on the M30 timeframe. It is recommended to use an ECN/STP broker with low spread, low commission and fast execution. Signal monitoring Working currency pair/timeframe: EURUSD M30. Advantages never trades against the market; the higher the risk, the hi
Milch Cow Hedge
Mohamed Nasseem
MILCH COW HEDGE V1.12 EA is primarily a Hedging Strategy. Expert support is to seize every opportunity in any direction. Not just opens the deals, but chooses the right time to close the open positions to begin trading again. We recommend the use of an expert with a pair of high volatility for the currency, such as GBPAUD, AUDCAD Testing expert during the period from 01.01.2016 until 09.12.2016 profit doubled four times to account Experts interface allows the user to directly trading open order
Forebot
Marek Kvarda
This robot uses a custom hidden oscillating indicator and also analyzes the market response. It traded mostly at the time of higher volatility. It works with several pending orders with different size of volume and their position actively modifies. It uses advanced money management. TradingMode setting can also meet the conditions FIFO. It is successful in different markets and different timeframes. Best results are achieves with a broker with the spread to 5 points on EURUSD. Is necessary a br
Avato
Nikolaos Bekos
The Avato is one of our standalone tools. (A Signal based on it will also be provided on Mt4 Market in the future). It is designed around a combined form of hedging and martingale techniques and uses sophisticated algorithms and filters to place the trades. It uses Stop loss and Take profit levels while Lot size is calculated automatically following the according multiplier settings. We consider it a toolbox for every seasoned trader. Made with Gold market in mind, it can be tested in other inst
AreaFiftyOne
Valeri Balachnin
Area 51 EA generates signals on different strategies. Has different money management strategies and dynamic lot size function. When a position is opened, it is equipped with a take profit and a stop loss. If the position becomes profitable, a dynamic stop loss based on the specified values (TrailingStep and DistanceStep) will be set for it and constantly trailed. This allows you to always close positions in profit.  If you want, that your manual opened positions will be handled by the EA, so you
Note : the spread value,  the broker's slippage and the VPS speed affect the Expert Advisor trading results. Recommendations: gold with spread up to 3, USDJPY with spread up to 1.7, EURUSD with spread up to 1.5. Results will be better with better conditions. The Ping value between VPS and the broker server should be below 10 ms. In addition, the smaller the broker's stop-level requirement, the better; 0 is the best. The Expert Advisor is based on a breakthrough system and carefully controls all
Milch Cow Extra
Mohamed Nasseem
EA is primarily a Hedging and Multiples Strategy. It support to seize every opportunity in any direction as MILCH COW MIX but with multiple profit results without increasing the risk. Milch Cow Mix EA starts to open Hedge at first level only But EA opens Hedge at every level Not just opens the deals, but chooses the right time to close the open positions to begin trading again. We recommend the use of an expert with a pair of high volatility for the currency, such as GBPAUD, AUDCAD Experts inter
Milch Cow Turbo
Mohamed Nasseem
MILCH COW Turbo EA is primarily a multi-currency strategy. It supports 9 or 10 pairs as collection of currencies (GBPJPY, GBPUSD, EURCHF,EURGBP, EURJPY, EURUSD, USDCAD, USDCHF, USDJPY). If you choose Trade_Calc = false, only one pair is turned on. The EA depends on a special indicator to set Buy stop, Buy limit, Sell stop and Sell limit orders Note: If enabled Pendingorders = false, the EA will use the prices shown on the chart in live orders (buy and sell). In this case, the EA uses stop loss a
AnyWay
Mohamed Nasseem
"ANYWAY EA" is a tool designed to handle your trades in a different concept, which does not start its trailing by locking in profit. It just moves stop loss by 1. It will step the SL by 1 so for every 1 pip the SL moves to 19, 18, 17, etc. The brokers can see this and do nothing to deal with it. While you are sitting there waiting for it to lock in the points it has already made. All these stop losses and take profits can be hidden from the broker by selecting SLnTPMode = Client. Run the EA on a
Perfection
Mikhail Senchakov
Perfection is a multicurrency, fully automated and secure trading robot. The robot is designed for both portfolio trading and trading a single instrument. The EA does not use averaging methods, the volume of positions is strictly regulated. Orders are opened only in the direction of market movement in a grid. Due to this, the robot operates efficiently on any strong movements. The decision making algorithm does not use indicators. Instead, the robot automatically calculates the key levels, which
Momento
Gurneet Singh
The Expert Advisor itself uses anomalies in momentum to identify short term bursts within the market to capture profit. With the use of the standard deviation and variance, the EA looks for changes in the Average True Range in order to place trades at peaks and troughs within the market that have the highest probability of establishing a new trend. It uses a number of different mathematical principles as well as embedded custom indicators.   When using this expert advisor, there are four require
Milch Cow Zone
Mohamed Nasseem
Milch Cow Zone EA is an amazing tool designed to handle your losing trades in a different concept rather than using Stop Loss feature and ensure almost a profitable outcome regardless of market direction when closing orders according to a smart hedging mechanism "back-and-forth". It works by changing net direction of your trade using larger hedging trades in opposite directions. The Expert Advisor starts opening one order with a market trend or opening one order of your choice or opening the hed
Introduction to Smart Trade Price Action Expert Advisor Smart Trade Price Action is an Expert Advisor (EA) with a flexible and diverse trading strategy, operating across 15 currency pairs on the All  timeframe. This approach enhances the chances of sustainable growth while reducing the risk of relying on a single pair or individual trades. Risk management is strictly controlled, ensuring the safety of your capital. With a simple setup, Smart Trade Price Action requires no specialized knowledg
Attention : The TigerGBP Power EA can not be tested in the MT4 strategy tester !!! Trend is the KEY ! TigerGBPPower EA  robot is a fully automated robot for  Forex trade.  TigerGBPPower EA  is a combination numerous special trend strategy ,that It provides the possibility the best entries of the trade . TigerGBPPower EA robot is designed  for medium and long term trading ,the robot will help you deal with and manage emotions ,and you don't need worry about news release any more !!  The trend is
With the Multiday Overlay Strategy EA you can trade in parallel all major/minor/cross pairs in Forex. This EA is rather unique, as it is capable to "follow the market", this means: no optimization is needed; the same set of input parameters is good for all pairs; you do not need to change the input parameters even if market conditions change. This 3 features mean that the EA is not "manually adapted" to a specific pair in a specific timeframe, as it normally happens when you optimize a pair with
Price Action EA V3
Mehmet Haluk Tunc
Price Action EA for scalping. Open trades by bar height when bar height meet complex math calculations. Timerame is fundamentally M1 and works all forex symbols. Percentage trailing system. Time limitation. Autolot by percentage of balance. Settings by ea automatically. Close safety by time in minutes and close your order after x minute even if it is not in profit or loss by you. Set stoploss and takeprofit values automatically market price. Every major settings can be set automatically by robo
More from author
Hello everyone.  I want to tell you a little bit about this panel for trading in the financial foreign exchange market. The panel is written in the MQL4 programming language and is designed to help open market orders for certain positions. It works with both regular and pending orders. That is, it opens buy and sell orders, such as Buy, Sell, BuyLimit, SellLimit, BuyStop, SellStop. It also opens a network of pending orders and, including grid orders, that is, both limit pending orders and stop
This Expert Advisor uses Moving Average with certain parameters to open orders. He will always open the first deal to buy, but, with certain settings, he can only open deals to sell. To close orders, he uses a profit after which he will close all orders and start his work again. So far, it works as a Martingale and as a networker. extern double Lots                 = 0.20 ; - - From this parameter, which is the value of the currency at which you will to trade, the Expert Advisor begins its work.
The Breaking Trend ADVISOR opens the first position only to buy an order. Next, he looks at if the price goes to a loss, then at a certain loss distance he puts a pending Stop Order Sell for sale with an increased lot in order to cover the loss and fix the profit when closing buy and sell orders. And then the whole trade actually takes place with this logic. These are the settings of the advisor: -- LOT --- extern double lots                       = 0.2 ; - this parameter is responsible for th
This Expert Advisor is actually a martingale and works with trailing only for BUY orders with Magic1. For all other oders, trolling does not work. Depending on the EnteringMarket parameter, the EA will open orders less frequently or more often. It depends on the distance of the moving averages from each other and the greater this distance, the less often a buy order will be opened. The meaning of the strategy is simple: A purchase order is opened, and depending on how the price behaves, which we
MartinZ
Iurii Kuksov
This is an ordinary adviser working on the martingale system. Places orders depending on the intersection of the average price. Here it must be said that the closing price with a profit after the opening of the second and subsequent orders, for example, for sale, is measured in points and does not count. That is, you yourself will have to run the Expert Advisor in the strategy tester and prepare its settings properly for a particular currency pair, etc. of assets provided to you by your broker.
The ADVISOR works using the martingale system. He opens deals according to the Moving Average schedule. To open, it uses PERIOD M15 and a different price calculation period and with a different shift. Here it must be said that the closing price with a profit after the opening of the second and subsequent orders, for example, for sale, is measured in points and does not count. That is, you yourself will have to run the Expert Advisor in the strategy tester and prepare its settings properly for a
Here, this advisor is missing magic numbers. Of a kind, this is a disadvantage, since it will not be possible open two or more Expert Advisors in the same terminal, as they will interfere with each other. But this will not happen on different terminals. They are in the code itself, since the ADVISOR works and uses them in its logic exclusively magical order numbers. That is , it is part of the logic of the work of advisers and without it, no way. When entering the market, the adviser uses a larg
This EA is a continuation of the first one, but it opens many times more orders. Why? Because I added trend search control to him using pending orders. That is, he remembers in which direction the price is moving and where and why he opened the last order... and so this advisor is always moving in the right direction. Its only disadvantage is if you don't set it up correctly and make it work with these settings. He also considers the average of the current price and comes to some conclusions and
The logic of this adviser's work is very ordinary. To enter the market, it uses moving averages with different values and based on these ratios, it opens, always opens the first purchase transaction. And already based on her and her behavior builds the following model of his behavior. Exactly... The Expert Advisor does not use take profit and stop loss, but closes orders to achieve a certain profit, indicating in the settings that no less... maybe more, but not less. extern double Lots     = 0.
This is a regular panel that places a network of buy and sell orders. This Expert Advisor closes the profit order defined in the settings. Then, there is a parameter called Ladder, which includes that the distance between orders begins to increase by the points indicated by the ladder parameter (here, in the main settings, it is 10 points), which means the second order is 10 points, the third order is 20 points, the fourth order is 40 points, etc. Then, you need to know what is in this adviser
The Expert Advisor works with the Alligator indicator. He is always the first to open a buy order and builds his trading behavior from it. As soon as the current price crosses the green line up and the bar closes, the next bar opens a pending stop order to buy.  As soon as the current price crosses the green line down and if the pending order has not been opened, it is deleted. If an order has been opened, the amount for which the order will be closed is set to close it. If, nevertheless,
This Expert Advisor uses two indicators in its work, the Alligator and the Moving Average (I have hidden the settings of these indicators and there are none in the settings). The Adviser's job is to open his first Stop Buy Order (a pending stop order to buy) and from it begins to build a model of Sell and Stop Sell orders if the current price is at a loss the first purchase order that opens. After reaching a certain profit specified in the Adviser's settings, the Adviser closes all his orders lo
MosquitoBite
Iurii Kuksov
The Expert Advisor trades depending on the settings... aggressive is not aggressive - here, as you set it up, it will trade. What should be highlighted as a feature of his strategy? And the fact that the adviser opens deals like this... If he opens a Buy transaction according to the specified parameters, then through certain points in the settings, if as soon as there is a Sell signal, then below the Buy orders, he will open sell transactions. And exactly the opposite. If he has opened a Sell
Why hedging? Because this advisor's strategy will try to save your invested investments. That is why this adviser does not use stop loss and his strategy is aimed solely at winning, and in critical situations occurring in the foreign exchange market, he will try to save your capital by opening transactions. The screenshot graph for the XAUUSD currency pair shows exactly at what point the adviser went into a hedging state and tried to save capital and at the same time did not even earn badly (the
That Day
Iurii Kuksov
The indicator is ordinary in its creation. It calculates the highs and lows and correlates them with the average price. The only beauty of it is that it correlates the parameters of the past day with the parameters of the present day, and that's why I called it "That Day." It was developed for the time period of the H1-hour chart. And that's where he behaves correctly. In the settings, it is easy to set the parameter: length determines the average price. Parameter: prim indicates which price the
This indicator is a kind of strategy that uses lines to build certain candle readings that will help the trader in his calculations and trading. The indicator itself is a regular Moving Average, which is colored in two colors: light and dark, and thus shows the trader the nature of market behavior in the current situation at a given time and, depending on the color indication, indicates which trades are best opened at this stage of time: either to buy, or for sale. But the vertical and horizo
Wax Candle
Iurii Kuksov
The Expert Advisor trades by levels. That is, levels are set in the Adviser's settings: morning is when the levels will be calculated, evening is when the calculations will be performed, and it is during this period of time that the adviser will calculate the highs and lows of closing and opening bars, and only after that it will open stop pending orders one above the maximum by buy and sell one below the minimum. The nottrade parameter in the Adviser's settings is responsible for the time until
The ADVISER calculates the major players in the market, comes to the conclusion that the major players are ready to place bets, and at this moment the ADVISER opens two pending stop orders to buy and sell with a stop loss, since there may not be one major player in the market and who will pull the blanket in which direction is not known?!, so It is advisable to set a minimum stop loss, since if the current price reverses and a major player bets everything on winning, it is better to close the lo
I changed it a bit. Why? Because it's a bit difficult to deal with a strategy tester, since many brokers have their own personal historical data, where it turns out that the adviser settings at one broker do not match the settings at another broker and the adviser has to be reconfigured to get into the logical structure of transactions. Here, in two screenshots from different brokers, I tried to set up the adviser's work, as I needed it to work, and the adviser's settings at one broker do not ma
Filter:
No reviews
Reply to review