Binary Hedger FV

introduction:

Hello,

I present to you the advanced and final version of the "Binary Hedger FV" Expert Advisor. I won't delve into extensive details about the EA's concept, as I've covered all the information in the initial version or what can be referred to as the EA's trial version, accessible through the following link:

https://www.mql5.com/en/market/product/93688?source=Site+Market+My+Products+Page

In this presented version, you have a comprehensive and complete release that incorporates all the necessary settings. This version operates on both inversely correlated and directly correlated pairs, and it introduces numerous new settings that were absent in the previous version, such as multipliers and more.

Results and Statistics: Below the EA's images, you'll find a table illustrating the currency correlation percentage on the 4-hour timeframe, covering 2000 candles in the past. All pairs exceeding 70% will be tested, where -0.7 signifies inverse correlation, while +0.7 signifies direct correlation. The higher the percentage, the stronger the correlation between the pairs.

I've selected and tested only one configuration, conducting a backtest over six months. This configuration incorporates all these correlated pairs, and the overall results will be showcased on the EA's homepage through images. As for the remaining configurations and their results in backtests or live trials on demo or real accounts, they will all be displayed in the comments section specific to this EA. Therefore, do keep a consistent watch on the comments section, especially as we're dealing with numerous configurations that require testing.

Small Note: I've set a virtual balance of $200,000 and a basic lot size of 0.08 for all backtests. This provides ample room for trading, especially when employing multipliers. What matters here is drawdown and the achieved profit, and by this, I mean drawdown in dollars and not as a percentage of the capital. Don't focus on the drawdown and profit achieved based on their percentage of the capital. Rather, assess them in terms of their quantity in dollars and evaluate them against your capital.

You can adjust the achieved profit and drawdown by either decreasing or increasing the lot size used in all the backtests, which is 0.08 in our case here.

You can download the currency correlation indicator through Google ..

Attach the indicator to the chart to examine more correlated pairs and add them to the table in case you want to work on other pairs not shown here.

Also, watch the video below as it holds importance.

Another Note: You will find a screenshot of the backtest results below. Occasionally, the net profit might be less than or close to the drawdown in some correlated pairs, and sometimes it might even be negative in other pairs. All of this does not necessarily mean that these specific settings failed on these correlated pairs. What happened is that the Forex Tester platform only allows backtesting for one month in the free version. Consequently, when I conduct a test for each month separately, I deduct the losses from open trades from the profits achieved during the first month. Then I start the second month with the equity balance left after subtracting the losses from open trades. This process continues with each new month.

You will see this process in the video below. Ideally, backtesting should be conducted on consecutive months without interruption.

In the future, I will purchase the paid version of the Forex Tester platform if this expert advisor achieves good sales. However, the current backtesting method using the free version is not bad. In fact, it has yielded very good results on some correlated pairs. Perhaps you need to look at the screenshots below, focusing more on the "Average Monthly Profit" section than the net profit, and comparing it to the drawdown for pairs with unfavorable results.

Moreover, these poor or weak results are not the end of the world for these pairs. There are many, many more settings that will be tested and presented in the comments section here. Stay tuned...

Expert Inputs: I will explain some of the essential inputs briefly and ignore the rest, as they are likely evident to everyone and don't require further explanation.

1- ToStopEA_ByBalance=1000000 :

This option means that the EA will temporarily stop after achieving a certain number of baskets, whether it's after one basket or multiple baskets. To clarify with an example: Let's assume your capital is $1000, and the basket size is $10. If you want the EA to stop opening new trades after the first basket, you will enter $1010 in this field before starting the EA. If you want it to stop after two baskets, you'll enter $1020, and for three baskets, you'll enter $1030, and so on. If you want to run the EA again and have it open new trades, you'll only need to add the new basket size or the number of baskets you want plus your current balance. If you wish to disable these restrictions and let the EA run continuously and open trades, leave the default settings as they are.

2- VarA="________Symbols with inversely correlated";
Symbol_MasterIR="EURUSD":

The primary symbol chosen for inversely correlated pairs.

Symbol_SlaveIR="USDCHF":

The secondary symbol chosen for inversely correlated pairs. If you intend to work with two inversely correlated pairs, enter them here. "Master" refers to the first pair, and "Slave" to the second. Alternatively, you can write points instead of the pair name if you're working with the other type of correlation, which is direct correlation.

3- VarB="________Symbols with directly correlated";

Symbol_MasterDR="EURJPY":
The primary symbol chosen for directly correlated pairs.

Symbol_SlaveDR="CHFJPY":

The secondary symbol chosen for directly correlated pairs. If you intend to work with two directly correlated pairs, enter them here. "Master" refers to the first pair, and "Slave" to the second. Alternatively, you can write points instead of the pair name if you're working with the other type of correlation, which is inverse correlation.

4- PairMaster_FollowedBySlave: The symbol chosen as the master pair, followed by the slave pair. If a master pair is selected (e.g., EURUSD), the corresponding slave pair (e.g., USDCHF) will follow its direction.

5- Var1_3="_____work on only moving direction";
Master=false, SlaveDirectRelation=false, SlaveInverseRelation=false;

  • Master: This boolean value activates when attaching the EA to the master pair only. It indicates whether the selected symbol is the master. When activated, the master symbol's direction influences trading. If enabled, it implies that the overall direction is governed by the moving average, and the "No_Direction" option must be disabled (set to false).

  • SlaveDirectRelation: This boolean value indicates a direct relationship between symbols. If enabled from the beginning, the expert advisor will work with directly correlated pairs. For example, if the master pair is EURJPY, this option can be enabled for the slave pair CHFJPY and disabled for EURJPY.

  • SlaveInverseRelation: This boolean value indicates an inverse relationship between symbols. If enabled from the beginning, the expert advisor will work with inversely correlated pairs. For example, if the master pair is EURUSD, this option can be enabled for the slave pair USDCHF and disabled for EURUSD.

6- MainProfit:

The main profit target, which represents the average profit between trades.

    ToActiveMainProfit:

The number of orders required to activate the main profit.

6- Var1_4="_____Without general direction restrictions

     No_Direction=true

    This set of options:

    Master=false,SlaveDirectRelation=false,SlaveInverseRelation=false

    Set all of them to false if you want to work without general direction restrictions.

    7-  These options are interrelated ...

        Cooling_FixedLevels=false,Reinforcment_FixedLevels=false

        Fixed_Level=20

    And also these options are interrelated ...

       Cooling_FlexibleLevels=true,Reinforcment_FlexibleLevels=true

       Start_Distance=20           

       Distance_Factor=1.5

    8- plus=true,mp=false,Fixed_Lots=false

    • plus: This means increasing the lot size for each trade using the addition system, which involves using the "Lots + LotsPlus" option, such as 1, 2, 3, 4, etc.
    • mp: This means increasing the lot size for each trade using the multiplication system, which involves using the "Lots * LotsMP" option, such as 1, 2, 4, 8, etc.
    • Fixed_Lots: This means having a fixed lot size for all trades.

    9- For Baskets:

        Firstly inversly correlated pairs:

    • TotalProfitsInverseBuy:

             Total profits from buying the master symbol + buying the slave symbol.

    • TotalProfitsInverseSell:

             Total profits from selling the master symbol + selling the slave symbol.

        Secondly directly correlated pairs:

    • TotalProfitsDirectBS:

             Total profits from buying the master + selling slave symbols.

    • TotalProfitsDirectSB:

             Total profits from selling the master + buying slave symbols.


    Conclusion: The expert advisor has achieved very good results in backtesting with various settings and some interrelated pairs. Some of these settings have been placed here on the main page of the expert, while others will be posted in the comments section here. Additionally, there are many other settings that have not been tested yet.

    They will be tested and posted in the comments. Therefore, I will be offering this expert advisor at a higher price in the future. For now, I will be offering it at a modest price for a limited time, so take advantage of the opportunity and try it before the price increases.

    Finally, I advise you not to risk or blindly trust any expert advisor or technical analysis. Be cautious at all times when trading, whether manually or using a robot. Feel free to reach out to me if you have any questions.

    Best of luck to everyone!

    推荐产品
    SYSTEM INTRODUCTION:   The Binary Options Momentum System Is Specifically Designed For Binary Options Trading. Unlike Other Systems And Indicators That Were Adopted From Other Trading Environments For Binary Options. Little Wonder Why Many Of Such Systems Fail To Make Money . Many End Up Loosing Money For Their Users.  A Very Important Fact That Must Be Noted Is The Fact That Application Of Martingale Is not Required. Thus Making It Safer For Traders Usage And Profitability. A Trader Can Use Fi
    Accuwiser
    Arash Nikniazi
    Accuwiser Expert Advisor We have developed a strategy for GOLD which is now available for everyone through Accuwiser Expert advisor. Tight money management and risk management have been applied to this expert. The way we handle losing trades is unique and 3 different methods are applied if any trade goes in loss. Furthermore Entering a trade is time-based and differs in various modes we recommend. Different risk levels which have been provided have no interaction with higher lot size. Only dif
    Keep It Short Simple
    Abdallah Moustafa Hamdy Ahm Abdelrazek
    下载适用于 H1 或 D1 时间框架的设置文件。您可以在私人客户聊天室的文件库文件夹中找到其他客户的设置文件。 这款智能交易系统专为欧元/美元交易和网格策略而设计。网格策略通过平均利润的方式开立新订单,从而优化交易,使一系列订单持续盈利平仓。 该智能交易系统配备移动交易面板,用于管理自动交易功能,并支持手动开仓。所有手动开仓的交易都将使用“DD Reduce Functions”设置实现盈利平仓。 推荐的设置文件已附在用户手册中。您可以使用 GOLD EAgle 设置中的 HTF 和 Candle 过滤器参数来设置激进或保守的交易风格。 可以说,“Keep it Short Simple”(保持简洁)的目标是让任何交易都能盈利,无论何时以及如何开仓。
    FREE
    Super VIP EA1
    Tran Cao Cho
    Hello all investors. Most of you do not know how to trade in this financial market. As far as I know 95% of market participants will lose. Today I want to introduce to you an EA, it   operates on the principles of capital management and price balancing. EA trades multiple currency pairs at the same time to increase profits while reducing account risk. The EA works and gives orders 24/5 so you don't miss the opportunity.   If possible, use it for a better experience. See my expert account at the
    The Arrow Scalper
    Fawwaz Abdulmantaser Salim Albaker
    1 (2)
    Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
    FREE
    GridFortune
    Mazhar Ul Hassan Noorul Hassan Noor Ul Hassan
    GridFortune is an AI-powered forex trading bot designed to execute grid trading strategies with a profit-first and last order closing mechanism. Unlike traditional grid-based EAs, GridFortune prioritizes profitable trades, ensuring controlled lot allocation and optimized risk management for consistent and sustainable growth across various currency pairs. The name "GridFortune" represents steady profit accumulation through intelligent grid-based trading, making it an ideal choice for traders lo
    GbpUsd Engineered!  The Smart Prospector  E.A. Is A Smooth Combination Of  The Widely Known "Volume Weighted Average Price (VWAP) Indicator" And The New 'Fibo Reversals_TEMA Indicator" Thereby Making It The Most Realistic Multi-Strategy Expert Advisor You Will Ever Find. Sufficiently Tested In The GbpUsd Currency Pair With Over 25 Years History Data, This E.A Is Sure To Give You Your Own Share Of Wins In The Forex Markets. For Best Performances, set: 'Max_Orders' = 'Zero'. 'Max_Factor' = 1. Happ
    Toumed
    Mohamed Kamel Touati
    EA TOUMED ****** Only     10 copies Availible for  $399 ******* ****** Final price  $1499 ***** EA Toumed 是 低风险 的 专业剥头皮专家。 专家选择最佳切入点,然后使用价格分析。 专家不使用网格,mar,套利。 每个位置都有视觉止损保护。 所有未平仓交易均附有基于尾随止损和尾随获利系统的控制算法。 专家还具有防止失窃,NFP新闻和日间交易过滤器的功能,可让您以固定手数进行交易或使用基于MM模块的自动手数计算。   ********非常重要********  :  在对Demo进行专家测试之前,检查点差(最大0.3点) 点差不应超过0.3点(使用ECN或Raw点差帐户)    推荐经纪人:  Exness.com  ; ICmarkets.com 好处 价格变动分析器; 动态偏移校正系统; 多阶段利润关闭算法; 每笔交易都有止损保护; 未使用的指标、,、套利; 高传播保护; 时间和日期过滤器; 灵活的设置。 参数 FixedLot-  固定交易手;  MM-   使
    KT COG Robot
    KEENBASE SOFTWARE SOLUTIONS
    KT COG Robot is a fully automated Expert Advisor based on the KT COG Indicator . The COG indicator was originally presented by John F. Ehlers in the May 2002 edition of Technical Analysis of Stocks & Commodities magazine. The EA fires a long trade when COG line cross above the signal line and a short trade is fired when the COG line cross below the signal line.  Adaptive Filtration Our adaptive filtration algorithm combines the original COG formula with the major trend direction and market acce
    Deep Analyst Expert Advisor    (mt5  https://www.mql5.com/en/market/product/163998 ) Deep Analyst   is a professional analytical tool powered by a specialized algorithm designed for deep analysis of market cycles and price amplitude fluctuations. By analyzing market conditions over a specific timeframe, the Expert Advisor determines price strength and amplitude using a unique indicator system based exclusively on real-time data. When the global trend and its vector shift, the algorithm automati
    Form designer ver4
    Maryna Shulzhenko
    5 (1)
    Form Designer : Advanced Trading Bot for Forex and Cryptocurrency Markets Form Designer represents the latest advancement in automated trading technology designed to perform optimally in both the Forex and Cryptocurrency markets (with supported brokers). This highly effective tool has unique capabilities, making it an indispensable assistant for traders. Key features and benefits: Multi-currency: Form Designer supports a wide range of currency pairs, providing flexibility and versatility in t
    FiboPlusWaveRunner
    Sergey Malysh
    3.29 (7)
    Expert.   Automatic and manual trading. Ready-made trading system based on   Elliott waves   and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for sett
    This is a ready-made strategy for binary options! Support/resistance levels are used to form a signal, while a number of built-in indicators are applied to sort out incoming signals. An arrow appears during a signal formation. If the signal is active, then the arrow remains after the close of the bar; if the signal is not strong enough, the arrow disappears. With a small number of signals and a small trading time, you will not need to sit all day at the computer, especially since you can enable
    NeuralProfit
    Vladislav Filippov
    NeuralProfit is a fully automated trading advisor. The advisor's methodology is based on initiating a number of sequential processes: aggregating a diversified number of potential deals into a special channel with their subsequent transformation into a special information flow, internal calibration of deals by the eventuality indicator. NeuralProfit- - does not use the martingale strategy and other strategies based on lot multiplication, preferring the safety of trading and the absence of hig
    Angry bull Option Binary
    Fabio Oliveira Magalhaes
    1 (1)
    Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Magic
    Metatron MT4
    Agus Santoso
    MT4 版本: https://www.mql5.com/en/market/product/157841 MT5 版本: https://www.mql5.com/en/market/product/157842 Metatron EA — 趋势入场 + 智能网格管理 Metatron 是一款功能强大的 MetaTrader 4 智能交易系统 (EA),专为希望获得清晰的趋势入场点位和完整自动化交易管理系统的交易者而设计。它采用成熟的逻辑启动交易:EMA 交叉由 ADX 强度确认,然后使用灵活的动态点数网格管理仓位,并辅以基于 ATR 的止损、基于 ADR 的止盈和 ATR 追踪止损。 这款 EA 专为重视结构化交易、自动化和可调节风险控制的交易者而设计——从全自动交易到半手动“辅助”工作流程,应有尽有。 为什么选择 Metatron? 大多数 EA 要么是“仅信号”的,要么是“仅网格”的。 Metatron 融合了以下两点: 结构化入场(EMA 交叉 + ADX),避免疲软震荡行情。 智能仓位管理,采用动态点数步长和缩放控制。 多重出场策略:ADR 止盈、资金目
    US30 Legion Flip
    Ignacio Agustin Mene Franco
    US 30 Legion Flip v1.0 Expert Advisor developed to trade the US30 index (Dow Jones Industrial Average) on the M5 timeframe. It uses a Buy Stop and Sell Stop entry system combined with a Stochastic Oscillator filter (5,3,3) to confirm overbought and oversold conditions before executing trades, reducing entries against momentum. Recommended Configuration: Pair: US30 / Wall Street 30 Timeframe: M5 Minimum Balance: $1,000 USD Recommended Broker: IC Markets (RAW Spread account) Dynamic Stop Loss
    Insight Investor: Advanced Multi-Currency Forex Trading Bot Introduction In the fast-paced world of Forex trading, having the right tools can significantly enhance your trading experience. Insight Investor is an advanced multi-currency trading bot designed to automate and optimize your trading operations. This expert advisor employs modern algorithms to analyze market conditions and execute trades, aiming to deliver consistent results while maintaining controlled risk levels. Key Features of Ins
    Firemen EA  Hello, traders! I am a "Fireman,", The latest member of the Firemen Intelligent Trading System family, boasting exceptional capabilities. My expertise? AUDCAD, CADNZD, NZDCAD. Correct, I trade the AUDCAD, CADNZD, and NZDCAD pairs with precision and confidence, Bringing you unparalleled trading opportunities in the dazzling foreign exchange market. I am here to prove that I am the most advanced intelligent trading system for currency trading to date. Discounted price. On-site perform
    Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
    SynapseTrader EA
    Ruben Villarreal Barajas
    The Expert Advisor (SynapseTrader EA) made by the company ProfitFXBot is designed to trade the Forex market specifically on GBP/USD, using smart strategies to generate consistent profits. This bot must be turned on at 8:00 PM (New York time) and manually turned off at 5:00 AM (UTC-5), the bot must be placed in temporality M1. During these hours, the bot makes decisions based on market analysis, with optimized logic to trade efficiently and maximize profit opportunities. The bot will only be act
    Quantum Gold Bot
    Dmitriq Evgenoeviz Ko
    Quantum Gold Bot MT4 is a high-frequency trading robot (advisor) for the gold market (XAUUSD), working on the scalping principle. It is designed to instantly capture and use price impulses - sharp price movements in short periods of time. the full list for your convenience is available https://www.mql5.com/ru/users/pants-dmi/seller  Introducing the Quantum Gold Bot robot, your indispensable assistant in the complex world of XAUUSD trading. Quantum Gold Bot is a forex robot designed with high a
    BB Return mt4
    Leonid Arkhipov
    4.89 (18)
    BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   Global   update   on   June   14th   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行
    Ego Guard
    Victor Chukwuebuka Okeke
    Ego Guard is an advanced Expert Advisor designed to safeguard account equity by implementing robust risk management measures. This EA closely monitors account activity and intervenes when necessary to prevent excessive risk exposure. Specifically, Ego Guard automatically disables any other Expert Advisors that attempt to open trades exceeding the predefined risk threshold. By effectively managing trade volume and ensuring adherence to risk management principles, Ego Guard provides traders with p
    FREE
    King David RSI expert
    David Nkwuda Ovuoba
    King David Scalper – Master the Markets with Royal Precision   Summon the commanding power of the "King David Scalper," a finely tuned trading weapon forged to reign supreme in the high-speed realm of scalping. Drawing inspiration from the storied cunning and accuracy of King David, this expert advisor strikes with lethal precision, capturing fleeting market opportunities with unmatched finesse. Tailored for traders hungry for swift profits, King David Scalper excels in turbulent waters, chasi
    Volume Arrow Signal
    Michael Oko Oboh
    Volume Arrow Signal Product Description Volume Arrow Signal is a smart trading indicator designed to help traders identify potential buy and sell opportunities using price action, volume behavior, and directional arrow signals. The indicator places clear arrows directly on the chart, making it easy to spot possible market reversals, trend continuations, and entry opportunities without spending hours analyzing charts manually. Whether you are trading Gold (XAUUSD) , Forex pairs, Indices, or Crypt
    Flying Gold
    Kantinan Manatkasemsak
    Flying Gold EA It's an efficient gold trading system.  It's a unique strategy. The EA has accurate entry point calculations. If the conditions are not met, the EA will not open the order. Just install the EA, it can work immediately. Use the H4 time frame. XAUUSD Use initial Money 1000$ (Standard Account) /   initial Money  100$ (Cent / Micro Account) Back Test with 99% model quality from 2020 - 7 July. 2023 TIP !!! For good performance, choose a server that is close to the broker's server. Str
    he expert works on the Zigzag levels on the previous candle With some digital way to enter the deal On the five minute frame Work on currency pairs only Do not use TakeProfit or Stop Loss How the expert works It is placed on the three currency pairs GBPUSD GBPJPY GBP AUD Same settings without changing anything When he works, he will work on only one currency of them until it closes on a profit Profit is only seven points Please watch the video Explains how the expert works. Max Spread = 0.3 Bro
    InfinX Classic MT4
    Stanislav Shtiliyanov
    For test Activate Power from False to True. Automatic and semi-automatic trading robot No grille Without Martingale Low management Long-term perspective Our priority is to keep capital with a long-term money management plan Semi-automatic and automatic control of daily trend trading with swing trading and price action. InfinX provides a balanced risk / reward ratio and survives easily in all market circumstances - even the most critical ones such as Corona, Brexit and others. This is a long-ter
    Binary Options Assistant (BOA) ICE Signals Indicator provides signals based on gkNextLevel Binary Options Strategy.  Indicators: 2 Bollinger Bands & Stochastic Stop missing trades, stop jumping from chart to chart looking for trade set-ups and get all the signals on 1 chart! U se any of the BOA Signals Indicator with the  Binary Options Assistant (BOA) Multi Currency Dashboard .   All BOA Signal Indicator settings are adjustable to give you more strategy combinations. The signals can be seen
    FREE
    该产品的买家也购买
    Scalping Robot Pro MT4
    MQL TOOLS SL
    5 (11)
    Scalping Robot Pro is a  professional trading system  designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability  trading opportunities  in the gold market. Scalping Robot Pro is optimized for tra
    XG Gold Robot MT4
    MQL TOOLS SL
    4.29 (42)
    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
    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
    Waka Waka EA
    Valeriia Mishchenko
    4.25 (48)
    8+ years of live track record with +12,000% account growth: Live performance MT 5 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 profit Supported cu
    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
    Night Hunter Pro
    Valeriia Mishchenko
    4.38 (53)
    EA has a  live track record  with many months of stable trading with  low drawdown : All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth . It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading a
    AI Prop Firms MT4
    MQL TOOLS SL
    5 (4)
    AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
    DAX Robot MT4
    MQL TOOLS SL
    DAX Robot is an advanced automated trading system developed specifically for the   DAX 40 Index   on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's   most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability   trading opportunities   by combining trend analysis, market momentum, and volatility based conditions. DAX Robot
    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
    Xyron Edge is a Professional breakout Expert Advisor (EA) designed to trade market structures by utilizing swing high and swing low levels. The EA places pending orders above resistance areas and below support areas to capture breakout movements while maintaining controlled risk management. --------- EA Setting :  EA Input Settings Guide Live Performance :  https://www.mql5.com/en/signals/2380162 --------- Key Features Fully automated trading Dynamic support and resistance detection Pending
    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
    MyGrid Scalper Ultimate
    Ahmad Aan Isnain Shofwan
    MyGrid Scalper Ultimate 是一款功能強大且令人興奮的外匯、商品、加密貨幣和指數交易機器人。 特徵: 多種手數模式:固定手數、斐波那契手數、Dalembert 手數、Labouchere 手數、Martingale 手數、序列手數、Bet 1326 系統手數 自動批量大小。 與汽車手數相關的平衡風險 手動 TP 或使用 ATR 取得止盈和網格大小(動態/自動) EMA 設定 繪製設定。透過資金或百分比監控和控制您的提款。 保證金檢查和過濾。 交易時段過濾器 螢幕上用於手動交易/操作的一些按鈕:開倉交易、掛單(限價和停損)、刪除交易、平倉交易、刪除所有 TP/SL 已開倉交易、SL= BE、SL +1 透過螢幕上的按鈕開啟的交易將由 EA 處理和處理。 格式化圖表。如果有的話,用藍色蠟燭棒列印十字架蠟燭棒。  如何安裝 EA 可以附加到任何時間框架圖表、任何貨幣對。 預設設定適用於 XAUUSD,但透過更改 TP 可以對任何貨幣對正常運作。 EMA 設定可以透過根據您的策略變更值來最大化。寫出每個時間範圍的建議值,但不限於此。 要求 地塊 0.01 售價 5,0
    Big Hunter
    Mehdi Sabbagh
    5 (1)
    The Multi Strategy Trading Robot This automated trading robot always uses stop loss. Big Hunter is specially designed to trade gold , but you can test it on other pairs since you have the access to the parameters. The robot uses different strategies like swing trading ,  momentum trading , position trading and more. It's backtested for the last 10 years under the harshest, simulated market conditions. Each trade has  unique SL, TP, Trailing stop, and breakeven. These parameters are variable a
    Alfascal
    Vladislav Filippov
    1 (1)
    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) Alfascal is a new model of a fully automated trading neuro-system, working on short timeframes. This system, which is based on a specialized neural network, is able to provide continuous training, transform the chaotic realities of the market into a specific system that can improve the quality of open transactions and absorb most
    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
    新年1个月活动:现价88美元,活动截止日期2026年5月30日,活动结束后恢复至500美元每月。 黄金狙击手智能交易系统(EA) 在真实交易中,亏损并不可怕,可怕的是亏损之后没有秩序、没有目标、没有纪律。 Recovery Profit Manager,正是为解决这一核心问题而生。 ⸻ 产品核心理念 本 EA 并不追求频繁交易,根据方向动态监控全自动开仓 在经历亏损之后,用“可量化、可控制”的盈利比例,帮助账户有计划地恢复与止盈。 这是一个结果导向型的盈利管理系统,而不是情绪化的手动判断工具。 ⸻ 适合谁使用?     •    使用 网格 / 对冲 / 高频 / 剥头皮 / 波段 EA 的交易者     •    经常遇到 前期亏损、后期盈利却无法有效落袋 的账户     •    希望让交易系统 更有纪律、更自动化、更稳定 的用户     •    多 EA、多品种同时运行,希望统一盈利回收规则的专业交易者 ⸻ 产品优势亮点 基于方向动态监控全自动开仓,亏损后的盈利百分比目标进行智能平仓 不再凭感觉“差不多就平”,而是用清晰、量化
    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
    Octopus Stability
    Aleksandr Shurgin
    After a thorough work and search for the optimal values of each of the Expert Advisor's parameters, the most stable settings of the algorithms have been selected, which do not require over large history periods. The robot uses a universal trading strategy, allowing the use of the currency pairs EURUSD, GBPUSD, USDCHF, USDJPY and other pairs with low spread. The EA trades on a 5-minute timeframe , it uses levels defined automatically on the bases of multiple parallel price movement calculation me
    PointerX
    Vasja Vrunc
    PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations. T
    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
    注意 :商品的点差和经纪商滑点以及VPS的速度,对EA交易的结果都有一定的影响。建议黄金点差3.0,美日点差1.7,欧美点差1.5,如果低于以上数值效果更好。所租用的VPS到经纪商的服务器ping值最好在10ms以下。另外要求经纪商的最小止损位置越小越好,0是最佳。 此EA是一款箱体突破型的交易系统,对进场的每单都有仓位控制,在单子入场后的处理方式有两种:可选追踪止损或保护止损,以下图片中都包括了测试过程的时间段、经纪商点差、商品名称、EA所使用的参数;更重要的是包括起始资金、最终盈利、胜率、盈亏比等重要值得参考的信息,所以请仔细查看以下图片。另外最后三张收益小点图片的参数比较适合经纪商滑点比较大的平台,可供参考。 参数:   MaxSpread -所允许商品的最大点差,如果超过这个值挂单会删除,并暂停 stoptime分钟时间, 建议XAUUSD-100,USDJPY-50,EURUSD-50 stoptime -如上说明:点差拉大时休息的时间,10表示休息10分钟。   Inp -技术指标参数,一般为整数值,可以为12、18、24等   TimeFrame -加载所在图表周期,建议
    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
    作者的更多信息
    Magic of Ichimoku
    Ayman Magdy
    5 (1)
    Hello, I am Ayman from Egypt, I want to present an interesting indicator to you. It depends on Ichimoku Kinko Hyo, but there is a secret that i use in it. By using my indicator, you will be able to know a lot of important information in the market such as: Live Signal : https://www.mql5.com/en/signals/821024 Features You can avoid entry during market turbulence You can enter orders on the general trend only You will know if the trend is strong or weak If you entered an any orders by the help of
    Binary Hedger V1 Or Demo Version Introduction: We have all heard and read about correlated currency pairs, where some pairs are inversely correlated like EURUSD and USDCHF, while others are directly correlated like EURJPY and CHFJPY. There may be some expert advisors out there designed for this purpose, but it's hard to know if they really work or not. That's why I'm excited to introduce to you the Correlation Trader expert advisor, which is specifically designed to work with inversely correlat
    Expert Description: Equity Profits Overview: "Equity Profits" is an efficient and user-friendly Forex expert advisor designed to manage trades based on equity profits rather than balance. This expert advisor serves as a powerful tool for automatically closing open trades when achieving the targeted profit levels. Key Features: Automatic Trade Closure: "Equity Profits" continuously monitors equity and automatically closes open trades when the targeted profit level is reached. Customizable Profit
    Binary Hedger mt5 version Expert Description: Finally, the "Binary Hedger FV" Expert Advisor for MetaTrader 5, which was released three months after the MetaTrader 4 version, can be found at the following link. https://www.mql5.com/en/market/product/103793?source=Site +Profile+Seller I won't go into great detail about the Expert Advisor because I have explained everything in the MetaTrader 4 version. However, I have added some enhancements and improvements in the MetaTrader 5 version, which I
    Expert Description: Equity Profits EA ( Mt5 Version ) Overview: Hello everyone, I am back with a new and updated version of " Equity Profits   EA ", but this time for MetaTrader 5. Yes, the same utility Expert Advisor has been created before for MetaTrader 4. You can find the explanation of how the Expert Advisor works and all the details in the following link: [Link] https://www.mql5.com/en/market/product/105174?source=Site +Market+Product+Page Inputs Parameter: input autoEquity_profits =
    筛选:
    无评论
    回复评论