TradeBuilderMT5

5

The expert allows you to build a trading system based on an arbitrary set of technical indicators MT5. The EA uses the following signals:

- OpenBuy / OpenSell - opening positions;
- StopBuy / StopSell - closing positions;
- TakeProfitBuy / TakeProfitSell - get TP levels;
- StopLossBuy / StopLossSell - getting SL levels;
- NoLossBuy / NoLossSell - transfer to the breakeven state;
- MinProfitBuy / MinProfitSell - closing part of a position;
- CancelBuy / CancelSell - allow a repeated signal to open.

    Each signal is formed from several consecutive steps (for Open - 10 steps, for the others - 2 steps), set via input parameters. Each step contains the following fields:

    - indicator (drop-down list) - select the indicator from the MT5 list, including CUSTOM, as well as, in addition, the Open, Close, High, Low prices, the current Bid and Ask prices, the lowest Low and the highest High of the specified interval (Lowest, Highest);
    - tf (drop-down list) - select the time period;
    - action (drop-down list) - step action:
    - EmptyAction is an empty action;
    - Above - more than the previous one;
    - Below - less than previous
    - AboveArg - more argument;
    - BelowArg - less argument
    - AddPoint - adding a specified value of points
    - NotEmpty is not equal to 0 and EMPTY_VALUE
    - CrossUp - upward intersection of the previous indicator;
    - CrossDown - downward intersection of the previous indicator;
    - MoveUp - move up the current indicator;
    - MoveDown - downward movement of the current indicator;
    - param - parameters line separated by commas (int - only numbers, double - numbers with a dot separator, bool - true or false, string - framed with a single quote), for the CUSTOM indicator, the first parameter should be a string with the indicator name;
    - bar - bar index;
    - line - buffer index;
    - arg - step argument (double).

      In the input parameters, the name of the steps is encoded with delimited text: <signal name> _ <step> _ <parameter>, for example, OpenBuySignal_0_indicator is a parameter that sets the type of indicator for step 0 of the OpenBuy signal.

      The list of parameters for setting up trading:

      - startLot - fixed volume of deals;
      - riskPercent - percentage to calculate the volume of the remaining funds (with a non-zero SL);
      - takeProfit - fixed TP;
      - takeProfit_factor - calculation of TP but SL level
      - stopLoss - fixed SL;
      - noLoss - fixed level of transfer to breakeven;
      - noLoss_factor - breakeven level as a percentage of available funds;
      - minProfit - fixed level of partial closure;
      - minProfit_percent - level of partial closure as a percentage of available funds;
      - minProfit_factor - size of partial closure
      - trailStop - fixed trailing level;
      - trailStop_factor - trailing level from TP level;
      - trailStep - trailing step;
      - numOrders - the number of transactions in one direction;
      - bothOrdersDir - the resolution of Buy transactions in the presence of Sell and vice versa.

        Parameters that have fixed values ​​are calculated on 4-digit quotes and automatically recalculated for 5-digit ones.

        In the default settings of the advisor, the following strategy is configured on the moving averages MA (8), MA (24), MA (72). For purchase transactions:

        - fast moving above average, average above slow;
        - the last candle is bearish, closes below the fast moving at a distance of more than 15 points above the slow one;
        - a buy deal is opened with the SL level 2 points lower than the slow moving one, TP is 2.5 times the SL;
        - the volume is calculated from the specified 3% risk per trade, when making a profit of 1.5% of the balance of funds - transfer to breakeven and closing half of the volume
        - Trailing is not half TP and closing half of the volume when receiving each subsequent 1.5% profit.

          Transactions for sale - mirror. In the video - the results of the strategy run in the tester.

          See the articles. And user manual.

          If you want to check the feasibility of your trading system using this Expert Advisor, then contact me via private messages to prepare a set-file.


          评分 2
          ersan yurdakul
          194
          ersan yurdakul 2020.01.11 12:21 
           

          Mr. Sergey is a very good and concerned seller. I highly recommend their schedules. Honest seller. Solves problems immediately. I give it ten stars.

          推荐产品
          Beta Applied MACD
          Raymond Kamau Thuo
          Beta Applied MACD works on several principles affiliated to MACD (Moving average convergence/divergence). For short entry to occur, price has to be above MA or EMA 200, the MACD cross signal line in MACD from below to up and the cross happens below the zero line on the MACD. The entry is on the candle after the crossover, stop loss is below the moving average and take profit is on a ratio of 1:1.5.
          AW Three MA MT5
          AW Trading Software Limited
          4.5 (2)
          在两条移动平均线的交叉点交易的 Expert Advisor 使用第三条移动平均线来过滤当前趋势方向。它具有灵活但同时简单的输入设置。 问题解决 ->   这里   / MT4版本 ->   这里   / 使用说明  ->   这里   好处: 直观简单的设置 适用于任何类型的工具和任何时间范围 具有三种类型的通知 将第一个订单与最后一个订单重叠的可插拔系统 能够自动计算交易量 专家顾问策略。 EA 使用三个移动平均线来开仓。主要的是两个移动的,快的和慢的。第三个是过滤掉市场噪音的幻灯片。 如果快速移动的信号从下向上穿过慢速移动的信号,那么这是一个买入信号。 如果快速移动的信号从上到下穿过慢速移动的信号,那么这是一个卖出信号。 使用第三次滑动时: 当快速和慢速移动平均线低于过滤移动平均线(下降趋势)时,只有卖出信号有效。 当过滤移动平均线低于(上升趋势)快速和慢速移动平均线时,只有买入信号起作用。 最快的周期最小,最慢的周期更长,滤波器滑动周期最大。 如果禁用过滤,则: 在快速和慢速移动平均线的每个交叉点,EA 将打开交易 Input variables: Main settings
          Intraday News
          Thomas Bradley Butler
          准备好利用 MT5 平台的盘中新闻专家顾问彻底改变您的交易体验! 这款尖端工具专为新闻交易而设计,让您能够利用非农就业 (NFP) 报告等高影响力事件。 您将永远不会错过外汇和股票市场的任何节奏。 通过可调整的手数、交易时间、价格变动和鞅乘数输入来定制您的交易策略。 通过盘中新闻向错失的机会说再见,向有利可图的交易问好! 笔记: 这不会在后台测试器中显示新闻,这是为了设置交易实时新闻事件。 准备好利用 MT5 平台的盘中新闻专家顾问彻底改变您的交易体验! 这款尖端工具专为新闻交易而设计,让您能够利用非农就业 (NFP) 报告等高影响力事件。 您将永远不会错过外汇和股票市场的任何节奏。 通过可调整的手数、交易时间、价格变动和鞅乘数输入来定制您的交易策略。 通过盘中新闻向错失的机会说再见,向有利可图的交易问好! 笔记: 这不会在后台测试器中显示新闻,这是为了设置交易实时新闻事件。
          TradeGhost
          Stefano Padovano
          Vi Presento TradeGhost ! e' un Ea molto potente con una strategia che preferisco tenere nascosta! comunque spiego il funzionamento in breve! Questo ea grazie al controllo di vari fattori  crea un trade Fantasma che ovviamente non viene aperto ! ma viene registrato in modo da capire se quel trade era stato perdente o vincente. ( posso aggiungere che questo è un p'o' il Segreto del trading messo in questo ea, NoN fa scalping però quando apre hai una sorte di tranquillità che se anche fa il DD il p
          Gold Crowd Density Flip
          Murtadha Majid Jeyad Al-Khuzaie
          Gold Crowd Density Flip Expert Advisor is a powerful, market-ready trading system designed exclusively for XAUUSD (Gold) on the 15-minute timeframe. Built with precision logic and advanced filters, this EA is engineered to capture explosive breakout opportunities during periods of market compression, while maintaining strict risk management and professional-grade trade execution. Gold is one of the most volatile and liquid instruments in the financial markets, and trading it successfully requi
          FREE
          TugOfWar MT5
          Erwin Rustandi
          2.5 (2)
          Expert Advisor Description EA TugOfWar will open both buy and sell positions at different times according to the triggered signal, the most positions and in accordance with the market direction that will win and profit.  Profit target per war is 1% to 5%. Warmode normal = Longterm strategy Warmode extreme = Shortterm strategy Parameter Description StartTrade =  Time to start trading / open position EndTrade =  Time to end trading / open position WarMode =  1 -> Normal, 2 -> Extreme (lots of tr
          FREE
          注意,白金交易者! XPTUSD 趋势保护型 EA 不会随意开仓。 它只在趋势明确且市场确认时才入场。 避免噪音和过度交易,保护账户不被破坏。 智能风险管理:连续亏损后降低仓位,连胜时增加盈利机会。 每笔交易独立——无马丁格尔、网格或对冲。 渐进式止损保护利润,同时不阻碍趋势发展。 适应伦敦、纽约及中间交易时段。 可控回撤,长期稳定。 为追求稳健而非侥幸的交易者设计。 XPTUSD 趋势保护型 EA 是一个完全自动化的专家顾问,专为 白金 (XPTUSD) 设计,运行于 M15 时间框架。 详细说明 系统基于 多时间框架趋势跟随逻辑 ,只有在市场结构、趋势强度和波动性确认时才执行交易,显著减少低质量操作。 核心特性是 自适应风险管理 :仓位大小根据账户余额、ATR 计算的止损距离以及对近期交易表现敏感的风险系数动态调整。连续亏损后,EA 会自动降低风险并启动冷却期,以优先保护资本。 渐进式止损 会随着价格向有利方向移动而调整,遵循 非线性保护曲线 ,逐步锁定利润,同时不限制趋势的完全发展。 EA 还会根据 伦敦、纽约及中间时段 调整操作参数,提高低质量时段的选择性,并在流动性和
          Cyclone Intraday
          Mikhail Mitin
          5 (1)
          How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
          MACD ProLab mt5
          Osama Echchakery
          MACD EA 是一款灵活的 MT5 智能交易系统,它基于经典的 MACD(移动平均收敛/发散) 概念构建,专为希望 控制、清晰和自定义的 交易者而设计。 MACD是技术分析中最广泛使用的工具之一,因为它以清晰、可验证的方式结合了 趋势方向 和 动量 。它适用于不同的市场和时间框架(外汇、金属、指数、加密货币等)。这款EA将MACD的概念转化为一个可配置的交易框架,您可以使用可调节的参数和可选的过滤器来构建自己的交易设置,以匹配您的策略风格。 这不是一个“固定策略EA”。它是一个   框架   这样一来,您就可以构建自己的规则、优化参数并测试各种变体,直到找到适合您的风格和符号的配置。 全新优惠(仅需 50 美元起)   :免费选择 1 款 EA!(限 2 个交易账户,任选我的 ProLab EA) If you have a specific filter or feature you’d like to add, feel free to contact me — suggestions are welcome and future improvements are always
          CuanHunter Robot EA – Auto Trading for XAUUSD & BTCUSD Key Features: Automatic Trading: Executes BUY/SELL signals based on fast/slow EMA crossovers + ATR. Dual Preset Modes: Choose XAUUSD (Gold) or BTCUSD (Bitcoin) – parameters optimized for each, no manual adjustments needed. Auto SL/TP with Broker-Safe Checks: Stop Loss and Take Profit levels are calculated automatically while respecting broker minimum stop rules. Visual Chart Signals: Easy-to-read labels BUY SELL along with TP/SL on t
          MA and MACD EA
          Nanthachak Khamhung
          MA and MACD EA (MAXD) , a powerful and reliable trading tool designed for traders who want to enhance their trading strategy using a combination of Moving Average (MA) and MACD indicators. MAXD offers customizable settings that can be adapted to any asset, ensuring flexibility across various market conditions. With built-in risk management features, MAXD allows traders to set precise Stop Loss and Take Profit levels, control daily positions, and adjust lot sizes based on account growth. Whether
          Hamster Scalping mt5
          Ramil Minniakhmetov
          4.71 (239)
          Hamster Scalping 是一个完全自动化的交易顾问,不使用鞅。夜间剥头皮策略。 RSI 指标和 ATR 过滤器用作输入。顾问需要对冲账户类型。 可以在此处找到对实际工作以及我的其他发展的监控: https://www.mql5.com/en/users/mechanic/seller 一般建议 最低入金 100 美元,使用点差最小的 ECN 账户,默认设置为 eurusd M5 gmt + 3。 输入参数 EA 适用于四位数和五位数报价。在输入参数中,我们以点为单位表示5个字符的值,它会自动按4个字符重新计算所有内容。 NewCycle - 模式开启时,顾问工作不停止,模式关闭时,完成一系列交易后,顾问不会开新订单; 周期指标1 - 第一个指标的周期; Up level - 第一个指标的上限,顾问将在其上方打开卖出; Down Level - 第一个指标的较低水平,低于该水平 EA 将开始买入; Period indicator2 - 第二个指标的周期; From - 第二个指标值范围的下限,EA 允许在该范围内建仓; To - 第二个指标值范围的上限,EA 允
          这是基于双均线交叉和箭头标识下单的自定义指标编写的EA。     当出现蓝色箭头向上时做多单。     当出现红色箭头向下时做空单。     当粉红色线向上穿过绿色线交叉时,粉红色线在上方,绿色线在下方,出现金叉,会出现蓝色箭头。     当粉红色线向下穿过绿色线交叉时,粉红色线在下方,绿色线在上方,出现死叉,会出现红箭头。 这是经典的双线交叉金叉死叉很好的实现,并且用箭头标识出下单点,准确率较高,然后编写出来根据线颜色和箭头很好标识下单方向的指标,无时间,货币对限制。 当前EA在同一种货币对只会开一单。 当前EA最好在1小时上工作,效果较好,当然其它时间周期上也是可以工作的,但需要自己去优化参数,获取到最佳工作周期,鱖后更改bigCycle和smallCycle这两个参数。 当前EA默认优化参数在EURUSD 1小时工作周期上效果最佳。 一般100美元挂0.01手,以这样的比例相对安全。 由于外汇交易是24小时运行,手工下单的话容易受到个人时间和情绪的影响,用当前的EA来挂单交易,是个不错的选择。 参数说明: bigCycle:大均线周期 smallCycle:小均
          Dear User! This is an EA developed based on the price action method using the Donchian channel combined with the trend following method. Trade multiple currency pairs at the same time. Average profit over 2500% within five years (SL & TP settings depending on optimization process). Advantages: The advisor does not have grids, or martingale.... Set the ratio risk of drop balance The advisor Use a stop loss algorithm according to the ATR indicator. Expert advisors use trailing stop losses accordi
          Chip Tech
          Brian Atari Omari
          Chip Tech EA works on several principles affiliated to MACD (Moving average convergence/divergence). For short entry to occur, price has to be above MA or EMA 200, the MACD cross signal line in MACD from below to up and the cross happens below the zero line on the MACD. The entry is on the candle after the crossover, stop loss is below the moving average and take profit is on a ratio of 1:1.5.
          PipFinite EA Breakout EDGE MT5
          Karlo Wilson Vendiola
          5 (3)
          The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
          Sakura Pipstorm
          Edwin Mogusu Nyamache
          This Expert Advisor is meticulously designed for trading exclusively on the USDJPY pair, operating on the 15-minute timeframe for optimal precision and performance. It employs advanced strategies, including trend-following, breakout detection, and multi-timeframe analysis, enhanced by volatility filters to identify high-probability trade setups. With a minimum starting balance requirement of just $100, it caters to traders at all levels. The drawdown is fully adaptable to the user's risk appetit
          SmartWay
          Gooi Meng Liang
          SmartWay EA   (formerly SmartTrade EA) is a professional Expert Advisor created specifically for trading   XAUUSD (Gold)   on MT5. With the release of   V2.0 , SmartWay introduces a powerful new feature:   Smart Step Size Boost with Spike Detection . This upgrade makes the EA more adaptive in volatile markets and especially effective in   one-way markets   (bullish or bearish trends). It combines   cycle-based money management ,   drawdown protection , and   profit control   to deliver stable an
          SkyScraperMT5
          Teressa Herlene Thomson
          Overview SkyScraper is a sophisticated automated trading system built exclusively for MetaTrader 5. This versatile EA adapts to your trading style on any timeframe (optimized for 3-5 minute charts) and works seamlessly across forex pairs, cryptocurrencies, and metals including gold. Why SkyScraper? Smart Automation That Protects Your Capital Intelligent trade execution with multi-layer risk controls Dynamic position sizing that automatically adjusts to your broker's requirements Adaptive stop l
          TropangFX v1 MT5
          Jordanilo Sarili
          PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  Recommendations: Timeframe:   H1   (Any Timeframe) Supported currency pairs:   EURUSD , EURCHF,   USDCAD, AUDCAD, EURAUD and many more... MT4 Version :   Here! Live
          Bull Bat
          Ryuki Ohno
          **本EA(智能交易系统)**基于短期和长期的指数移动平均线(EMA20 和 EMA200)之间的乖离距离,以及价格穿越EMA200的瞬间,来判断入场时机。策略简单但稳定,在价格突破关键均线时顺势入场。 本EA专为强趋势行情设计,采用顺势操作方式,目标是获取较大的价格波动收益。 推荐参数: 货币对: USDJPY 时间周期: H1(可根据回测结果进行调整) 推荐账户类型: ECN / 点差较低的账户 包含文件: MQL5版本(.mq5 文件) 检查 EMA20 和 EMA200 之间的背离距离是否超过一定水平 检查买入价和卖出价是否处于 EMA200 之间的交叉状态 满足每个条件时,按趋势方向入场 出现止损 (SL) 后,禁止再次入场,直到经过一定数量的条形图为止 为每个买入/卖出设置单独的神奇数字,以管理风险。 ️ 本EA基于历史行情进行开发,无法保证未来收益。 在进行实盘操作前,请务必通过模拟账户进行充分测试。 如有问题或需要技术支持,欢迎随时联系。
          WickHunter
          David A Abercrombie
          WickHunter EA – Precision Reversal Trading WickHunter is a powerful multi-timeframe Expert Advisor designed to catch sharp trend reversals with precision. Now enhanced with user-configurable controls , WickHunter offers the best of automation and flexibility, making it perfect for traders who want smart execution and full control over risk and trade behavior. Built on an intelligent moving average and envelope-band strategy, the EA scans across 6  key timeframes for wick-based reversal signals.
          Fractal Trend Master 是市场上最强大且最复杂的智能交易系统之一,旨在保护交易者的资金,同时最大化盈利机会。基于 比尔·威廉姆斯 的著名方法论,该EA使用三种重要的技术分析工具: 鳄鱼指标 、 分形 和 Gator振荡器 ,为识别和跟随市场趋势创建了一个强大而精准的框架。 该EA专注于 高级风险管理 和 资金保护 ,提供对交易和亏损的有效控制。通过选择 固定或动态手数 ,设定每日 盈亏限额 (P/L) 并执行 经过验证的策略 ,Fractal Trend Master适合保守和激进的交易者。 主要特点: 高级风险管理 :在固定或动态手数之间进行选择,并设定每日盈亏限额以保护您的资金。 基于比尔·威廉姆斯的策略 :该EA采用基于鳄鱼指标和分形的三种策略,并通过Gator振荡器确认趋势。 全自动化 :EA自动管理开仓和平仓,用户可以调整止损、止盈和移动止损等参数。 多时间框架 :适用于任何时间框架,在较大的时间框架(H4及以上)中表现最佳,同时在较小的时间框架中提供较高的交易频率。 优化范围  PARAMETER START STEP END JAW PERIOD  1
          MACD Trading MT5
          Matthieu Jean Baptiste Wambergue
          Automate your MACD strategy! This EA alerts and/or places orders according to MACD strategies with additional filters. It means that you can use it by 2 different ways: Receive alerts based on your MACD strategy with filters on multiple symbols simultaneously in a single chart window; Choose the fully automated mode and let EA place orders based on your MACD strategy, filter choice and money management. This EA works with all broker symbols and contains multi-symbol modes (market monitoring, ma
          Stacking King EA MT5
          Dora Nafwa Mwabini
          Stacking King EA – 精准操控,操作简便 描述: Stacking King EA 是一款功能强大的交易工具,可让您一键开启多笔交易,或每分钟自动叠加一定时长的交易——直接在您的 MT5 终端上即可使用。 无论您是剥头皮交易者、趋势交易者还是突破性交易者,这款 EA 都能让您轻松掌控。它专为真实市场中的真实交易者打造。它不仅仅是一个回测玩具——而是实战装备。专为希望完全掌控交易叠加的严肃交易者而设计——无需压力或延迟。 ️ 请注意:此 EA 仅基于终端——它无法在策略测试模式下运行。它专为实时交易而设计,不适用于模拟测试。 为什么这很重要 许多 EA 可以在回测模式下进行测试——但回测通常无法反映真实的市场动态。Stacking King EA 则有所不同。它专为真实交易打造,让您在账户中看到实际结果,而非模拟交易。 如果您疑惑“为什么它在测试程序中不起作用?”——它并非如此。 这款 EA 适用于准备在真实或模拟终端上交易的交易者。 主要特点 1. 两种模式: a) 手动模式:点击即可立即部署多笔交易。 b) 定时模式:每分钟自动触发交易,最长 10 分
          RSIMFI100: The Forex Monster by tr1cky.com Unleash the beast of trend logic with RSIMFI100 – The Forex Monster, a multicurrency MetaTrader 5 Expert Advisor engineered for disciplined breakout trading across global FX pairs. Built by tr1cky.com, this EA fuses momentum intelligence with dynamic risk control, making it a formidable ally for algorithmic traders who demand precision and power. ️ Core Features • Dual-Momentum Engine: Combines RSI and MFI readings into a custom RSIMFI oscillator,
          Super Bollinger EA
          Renato Takahashi
          Super Bollinger EA is an exclusive expert advisor that uses Bollinger Bands as indicator. It´s possible to configure the EA to trade as a low frequency or high frequency one - Scalping expert advisor. A Stochastic Oscillator filter is implemented to have some specific trades on Bollinger Bands. Takeprofit and Stoploss are calculated according to Bollinger Bands width or even with fixed TP and SL ( in points ). A trail and trade out system can also be configured and optimized. A number of orders
          Ema Rsi Trend EA
          Vi Chi Cuong Nguyen
          Ema Rsi Trend EA (ERT-3489)   is a professional automated trading system based on the legendary strategy, enhanced with advanced momentum filtering and dynamic trade management. This EA is designed for traders who seek a disciplined trend-following approach with a high risk-to-reward ratio. How It Works The EA utilizes a sophisticated combination of three Exponential Moving Averages (EMA 34, 89, and 200) to identify the "Dragon" and the long-term trend. To ensure high-quality entries, it integra
          Robo Nuvem
          Edson Cavalca Junior
          The robot uses one of the most used indicators in Asia: * ICHIMOKU CLOUD * There are two trading strategies: Crossing of Tenkan and Kijun lines and; Kumo lines crossing. Know our products    Position openings are based on the parameters identified as signals, if you activate all the robot will issue a trading order only if the number of signals is greater than the minimum stipulated by the user. This Expert Advisor (EA) works on HEDGE (Forex, etc.) and NETTING (Bovespa, etc.) accounts, but
          The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
          该产品的买家也购买
          Quantum Valkyrie
          Bogdan Ion Puscasu
          4.89 (111)
          量子女武神——精准、纪律、执行 折扣价   价格。 每购买10件,价格将上涨50美元。 实时信号:   点击此处 Quantum Valkyrie MQL5 公共频道:   点击此处 ***购买量子女武神MT5,即有机会免费获得量子皇帝或量子男爵!*** 详情请私信咨询! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      各位交易员,大家好。 我是 量子女武神 ——旨在以精准、自律和可控的执行方式来对待 XAUUSD。 几个月来,我的架构一直在幕后不断完善。在剧烈波动的交易日中经受了测试。在难以预测的黄金价格波动中经受了压力验证。并根据市场行为的结构性变化进行了重新校准。每一个参数的调整都不是为了追求刺激,而是为了应对必然性。 因为精准并非偶然。 它是经过精心设计的。 最低要求和建议 • 货币对:XAUUSD,黄金 • 时间范围:M15 最低存款额
          Quantum Queen MT5
          Bogdan Ion Puscasu
          4.97 (480)
          各位交易员好!我是 量子女王 ,整个量子生态系统的璀璨明珠,也是MQL5历史上评分最高、销量最好的智能交易系统。凭借超过20个月的实盘交易记录,我已然成为XAUUSD当之无愧的女王。 我的专长?黄金。 我的使命?持续、精准、智能地交付交易结果。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 折扣 价。 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元。 IC Markets实时信号:   点击此处 实时信号 VT Markets:   点击此处 Quantum Queen mql5 公共频道:   点击此处 ***购买 Quantum Queen MT5,即可免费获得 Quantum StarMan!*** 详情请私信咨询! 为什么交易员称我为有史以来最好的黄金EA交易系统 我是新一代交易引擎,由精准的计算、远见卓识和多年真实的市场经验精心打造
          Akali
          Yahia Mohamed Hassan Mohamed
          4.97 (33)
          LIVE SIGNAL: 点击此处查看实时表现 重要提示:请先阅读指南 在使用此 EA 之前,务必阅读设置指南,以了解经纪商要求、策略模式和智能方法。 点击此处阅读官方 Akali EA 指南 概述 Akali EA 是一款专为黄金 (XAUUSD) 设计的高精度剥头皮专家顾问 (Expert Advisor)。它利用极其紧密的移动止损算法,在高波动期间立即锁定利润。 该系统专为准确性而打造,旨在通过利用快速的市场波动并在市场回调前锁定利润来实现高胜率。 设置要求 交易品种: XAUUSD (黄金) 时间周期: M1 (1 分钟) 账户类型: 必须使用 Raw ECN / 低点差账户。 推荐经纪商: 请参阅指南 注意: 此 EA 依赖于紧密的移动止损。高点差账户将对性能产生负面影响。有关服务器时间和经纪商选择的详细信息,请参阅指南。 为什么选择 Akali EA? 高胜率逻辑: 旨在精确捕捉快速波动。 智能恢复: 该策略旨在维持长期的连胜纪录。 灵活模式: 包括特定的“更紧密跟踪 (Tighter Trailing)”和“更宽跟踪 (Wider Trailing)”模式。 定价政策 价
          AI Gold Trading MT5
          Ho Tuan Thang
          4.84 (31)
          想要获得与我的实盘信号相同的收益?   请使用与我完全相同的经纪商:   IC MARKETS  &  I C TRADING .  与中心化的股票市场不同,外汇市场没有单一统一的价格报价。 每家经纪商都从不同的供应商获取流动性,从而产生独特的数据流。其他经纪商的交易表现通常只能达到 60-80%。     IC MARKETS 实盘信号:  https://www.mql5.com/en/signals/2344271   MQL5 上的 Forex EA Trading 频道:  加入我的 MQL5 频道以获取我的最新动态。  我在 MQL5 上拥有超过 15,000 名成员的社区 . 售价 $499 的名额仅剩 3 个(共 10 个)! 之后价格将上调至 $599。 EA 将限量销售,以确保所有已购买客户的权益。     AI Gold Trading 利用先进的 GPT-4o 模型,在 XAU/USD 市场执行复杂的趋势跟随策略。系统采用多时间框架收敛分析,结合小波变换(Wavelet Transform)降噪技术和分数阶积分技术来识别真正的趋势持续性。我们的专属算法整合
          AI Gold Scalp Pro
          Ho Tuan Thang
          5 (6)
          想要获得与我的实时信号相同的结果吗?   使用与我完全相同的经纪商:   IC MARKETS  &  I C TRADING .  与集中的股票市场不同,外汇没有单一、统一的价格反馈。  每个经纪商都从不同的提供商那里获取流动性,从而创建独特的数据流。 其他经纪商只能达到相当于60-80%的交易表现。 实时信号 MQL5上的外汇EA交易频道:  加入我的MQL5频道,获取我的最新消息。  我在MQL5上拥有超过14,000名成员的社区 . 10份中仅剩3份,售价499美元! 之后,价格将提高到599美元。 EA将限量发售,以确保所有已购买客户的权益。 认识 AI Gold Scalp Pro:将损失转化为教训的自学习剥头皮系统。  大多数剥头皮EA对错误避而不见。AI Gold Scalp Pro 则从错误中学习。 这款EA建立在趋势跟踪剥头皮和精确挂单的基础之上,采用了与其兄弟产品 AI Gold Sniper 和 AI Gold Trading 截然不同的方法。它不仅对市场做出反应,还使用高级AI痴迷地优化   恢复因子 ——衡量算法在挫折后如何反弹的关键指标。 它的天才
          Quantum King EA
          Bogdan Ion Puscasu
          4.97 (146)
          Quantum King EA — 智能力量,为每一位交易者精炼 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特别推出价格 直播信号:       点击这里 MT4版本:   点击此处 量子王者频道:       点击这里 ***购买 Quantum King MT5 即可免费获得 Quantum StarMan !*** 详情请私讯询问! 用精确和纪律来管理您的交易。 Quantum King EA 将结构化网格的优势和自适应 Martingale 的智能融入一个无缝系统 - 专为 M5 上的 AUDCAD 设计,专为希望实现稳定、可控增长的初学者和专业人士打造。 Quantum King EA 是针对 M5 时间范围内的 AUDCAD 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
          Gold House MT5
          Chen Jia Qi
          5 (22)
          Gold House — 黄金摆动突破交易系统 上市促销 — 限量 100 份 早鸟价仅限 100 份 ,售完后价格将直接提升至 $999 。早鸟期间价格每 24 小时上涨 $50。 已售出 93 份,仅剩 7 份。请在涨价前锁定当前最低价格。 Live signal: https://www.mql5.com/en/signals/2359124 欢迎加入我们的 MQL5 频道,获取产品更新和交易资讯。 打开链接后,点击页面上方的「订阅」按钮即可关注: Click to Join 这套EA来自我们团队的内部实盘账户,基于 7 年历史数据开发验证,并经过实盘确认后才决定公开。我们没有为了上架专门优化回测曲线——你看到的,就是我们自己一直在用的版本。 它不依赖固定时间入场,不靠指标交叉,而是追踪黄金市场中最原始的价格结构——摆动高低点突破。只要黄金还在产生趋势和波动,策略的核心逻辑就不会失效。在当前高波动环境下,正是突破策略最擅长的舞台。 更值得一提的是,EA内置行情自适应风控系统——无论黄金价格涨到多高,止损、止盈、移动止损等参数始终与价格自动成比例调整,一次设置,长期运行,无需人工
          AI Gold Sniper MT5
          Ho Tuan Thang
          4.79 (53)
          Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
          Goldwave EA MT5
          Shengzu Zhong
          4.64 (25)
          真實交易帳戶   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA 使用與 MQL5 上已驗證之實盤交易訊號完全相同的交易邏輯與執行規則。在使用建議且已優化的設定,並搭配信譽良好的 ECN / RAW 點差經紀商 (例如 IC Markets 或 EC Markets) 時,本 EA 的實盤交易行為在設計上,將高度貼近該實盤訊號的交易結構與執行特性。請注意,由於不同經紀商的交易條件、點差、執行品質以及 VPS 環境存在差異,個別使用者的實際結果可能有所不同。 本 EA 為限量銷售產品,目前僅剩 2 個授權名額,售價為 USD 599。完成購買後,請透過私人訊息與我聯繫,以取得使用手冊與建議設定。 不使用過度網格策略,不使用高風險馬丁格爾,不進行攤低成本操作。 目前此 EA 仍處於早期限量階段價格。未來價格將依據銷售與維護階段進行調整,預計每個階段上調約 USD 100,今年的目標最終價格為 USD 1899。 重要說明 GoldWave 是以真實市場環境為核心設計的交易系統。 它使用 AI 輔
          Syna
          William Brandon Autry
          5 (23)
          Syna 5 – 持久智能。真正的记忆。通用交易智能。 大多数AI工具回答一次就忘记一切。它们让你一次又一次从零开始。 Syna 5 不会。 它记住每一次对话、每一笔分析过的交易、为什么入场、为什么观望,以及市场随后如何反应。每个会话的完整上下文。随着每笔交易不断累积的智能。 这不是另一个为了营销而添加AI功能的EA。 这就是当智能停止重置并开始累积时,交易的样子。 我们在2024年底用Mean Machine开启了这一变革。它是最早将真正的前沿AI引入实盘零售交易的系统之一。 Syna 5 是下一次飞跃。 传统EA是静态的。它们遵循固定逻辑,直到市场变化将它们抛在身后。 Syna 5 随时间积累智能。它从真实结果中学习,识别变化的市场环境,并持续优化其思维和响应方式。 它不会重置。它不会过时。它不会被淘汰。 一旦你使用持久记忆进行操作,碎片化的工具就显得渺小了。静态自动化感觉像是未完成的。 覆盖一切的统一智能层 Syna 5 不局限于一个图表、一种策略或一种交易风格。 它可以与任何EA、手动交易、混合工作流程、多个MT5终端、多个经纪商、多个账户、多个品种和多个产品协同工作。 无论
          Aot
          Thi Ngoc Tram Le
          4.86 (97)
          AOT 多币种智能交易系统与 AI 情绪分析 多货币对均值回归策略,通过相关货币对实现投资组合多样化。 首次测试 AOT?     从   固定手数设置 开始,固定手数 0.01 | 每对单一仓位 | 高级功能关闭。 纯交易逻辑   以了解系统行为。 跟踪记录信号 详情 设置文件名 描述 中等风险 2 Darwinex Zero,  账户规模  $100k Live – Set 2 启用恢复功能 (-500 点) 中等风险 1 ICMarketsSC, 账户规模 $10,000 Live – Set 1 启用恢复功能 (+500 点) 高风险 Exness, 账户规模   $2,000 Personal Set 禁用恢复功能。启用相关性过滤器。启用 SPS 重要! 购买后,请发送私信给我以获取安装手册和设置说明。 资源与文档 资源 描述 AOT 官方频道 此频道确保用户接收最新信息 了解 AOT 的交易频率 为什么机器人不是每天都交易 如何设置 AOT 机器人 分步安装指南 设置文件 针对不同风险配置的预配置设置 理解交易策略 AOT 是一个全自动化的智能交易系统,从单一的 AUDCA
          Nano Machine
          William Brandon Autry
          5 (6)
          Nano Machine GPT Version 2 (Generation 2) – 持久回调智能 我们在2024年末用Mean Machine开启了这一变革。它是最早将真正的前沿AI引入实盘零售外汇交易的系统之一。 Nano Machine GPT Version 2是这条路线上的下一次进化。 大多数AI工具回答一次就忘记一切。 Nano Machine GPT Version 2不会。 它记住每一个分析过的回调形态、每一次入场、每一次拒绝、每个决策背后的推理、市场的后续反应,以及每个Machine Symmetry篮子的实际表现。每个会话的完整上下文。随时间不断累积的专注智能。 这不是另一个为了营销而添加AI的EA。 这是一个为回调交易而生的持久专业智能。 传统EA仍然困在固定规则中。Nano Machine GPT Version 2从真实结果中学习,磨练其回调逻辑,优化市场状态检测,并持续改进在实盘条件下管理对称性的方式。 它不会重置。它不会过时。它不会被淘汰。 Nano Machine GPT Version 2是一个完整的独立系统,围绕一个强大的优势构建:AI辅助回调交
          Ultimate Breakout System
          Profalgo Limited
          5 (30)
          重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1499 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 999 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制性。 可能性无穷无尽! 对于自营公司交易者:   有了这个系统,您最终可以创建自己独特的交易策略和投资组合,而不会被标记为复制交易
          Agera
          Anton Kondratev
          5 (2)
          AGERA 是一款全自动、多方面的开放式企业架构,用于识别黄金市场中的漏洞! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :     https://www.mql5.com/en/signals/2361808 Default       Settings for One Сhart     XAUUSD
          The Gold Reaper MT5
          Profalgo Limited
          4.51 (90)
          道具準備就緒! ( 下載SETFILE ) WARNING : 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓力測試,為不同經紀商使
          Golden Odin
          Taner Altinsoy
          Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
          Mad Turtle
          Gennady Sergienko
          4.56 (85)
          交易品种 XAUUSD(金/美元) 时间周期 (周期) H1-M15(任意) 支持单仓位交易 是 最低入金 500 美元 (或其他货币等值) 兼容任何经纪商 是(支持两位或三位小数报价,任何账户货币、符号名称和 GMT 时间) 无需预先配置即可运行 是 如果您对机器学习感兴趣,请订阅频道: 订阅! Mad Turtle 项目的主要特点: 真正的机器学习 此智能交易系统 (EA) 不会连接到任何 GPT 网站或类似服务。 模型通过内置于 MT5 的 ONNX 库部署。在首次初始化时,您将看到一个系统消息,这是无法伪造的。 CLICK 参见:ONNX(开放神经网络交换格式)。 资金安全性 不使用日切前交易、微型剥头皮或基于低统计样本的窄幅交易; 不使用高风险策略,例如网格或马丁格尔; 也不使用任何可能长时间运行并在一天内失去全部利润甚至全部资金的策略。 独特性 EA 基于我独特的 特征工程 ,采用自定义的奖励与惩罚训练方法,结合元模型级联筛选与多种集成方法。 模型在完整的 24 小时交易格式下于大型 H4 时间框架上训练,可持仓数小时到数天。 它们以点数(pips)而非
          Karat Killer
          BLODSALGO LIMITED
          4.64 (25)
          纯金智能。核心验证。 Karat Killer   不是又一个使用回收指标和虚假回测的黄金EA——它是专为XAUUSD打造的   下一代机器学习系统   ,采用机构级方法论进行验证,专为重视实质而非噱头的交易者设计。 大多数EA依赖固定规则、网格或马丁格尔恢复策略,而Karat Killer通过ONNX Runtime部署   多模型ML集成   ——将多种具有根本不同学习方法的算法组合成一个单一、稳健的预测引擎。每个信号都由在历史数据上训练并在   严格未见的未来数据 上评估的模型生成。没有随机打乱。没有重叠。没有未来窥探。 LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. 详细回测报告、验证方法论和投资组合相关性研究 BLODSALGO Analytics订阅——免费专业仪表板(包含在购买中) LIVE IC TRADING
          Xauusd Quantum Pro EA
          Ilies Zalegh
          4.64 (11)
          XAUUSD QUANTUM PRO EA (MT5) — 黄金 XAUUSD 专家顾问适用于 MetaTrader 5 | 买卖评分决策引擎 + 高级风险管理 + 实时监控仪表盘 特别首发价格 ,限时折扣 — 优惠有效期有限。 购买 XAUUSD QUANTUM PRO EA,您可能免费获得 Bitcoin Quantum Edge Algo 或 DAX40 Quantum Pro EA。更多信息请私信联系我们。 XAUUSD QUANTUM PRO EA 是一款专为一件事设计的 MT5 交易机器人: 让 XAUUSD 自动交易更加干净、可读、可控 。它不追求大量下单,而是专注于 做出正确决策 。方法现代且创新: 买卖方向评分 、 市场过滤器 和通过集成仪表盘进行的 实时监控 。 评估 XAUUSD EA 的最佳方式是查看其在 您的经纪商 和 您的交易环境 下的表现。 在 XAUUSD 模拟账户中测试(推荐 M15)。 重要提示 购买后,请通过 MQL5 私信发送消息,以立即收到 安装手册 和 设置说明 。 折扣价 。价格会根据需求逐步上涨。 目标最终价格:$1,999 为什么
          Aura Ultimate EA
          Stanislav Tomilov
          4.81 (103)
          Aura Ultimate——神经网络交易的巅峰之作,通往财务自由之路。 Aura Ultimate 是 Aura 系列的又一次进化——它融合了尖端人工智能架构、市场自适应智能和风险控制精准策略。Aura Ultimate 基于 Aura Black Edition 和 Aura Neuron 的成熟技术,更进一步,将它们的优势融合到一个统一的多策略生态系统中,同时引入了全新的预测逻辑层。 非常重要!购买专家服务后请给我发私信。我会把所有必要的建议和操作指南发给你。 仅剩 3 个名额,价格为 1000 美元,下一档价格为 1250 美元。 购买 Aura Ultimate 交易顾问时,您可以 免费获得 Vortex、Oracle 或 Aura Bitcoin Hash 交易 顾问的许可证,该许可证可关联到两个交易账户。 请私信询问具体条件  https://www.mql5.com/en/users/stanislav110685 使用手册(说明书)   点击此处查看实时结果: https://www.mql5.com/en/signals/2351468 核心技术 三层神经逻辑
          XIRO Robot MT5
          MQL TOOLS SL
          4.87 (15)
          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 and
          HTTP ea
          Yury Orlov
          5 (10)
          How To Trade Pro (HTTP) EA — 来自拥有25年以上经验的作者的专业交易顾问,用于交易任何资产,无需马丁格尔或网格。 大多数顶级顾问处理上涨黄金。它们在测试中看起来出色……只要黄金上涨。但当趋势耗尽时会怎样?谁来保护您的存款?HTTP EA 不相信永恒增长 — 它适应不断变化的市场,并旨在广泛分散您的投资组合并保护您的存款。它是一个纪律严明的算法,在任何模式下都能同样成功:上涨、下跌、横盘。它像专业人士一样交易。HTTP EA 是精确的风险和时间管理系统。不要根据历史上的漂亮图表选择顾问。根据工作原理选择。 资产 任意,每种资产购买后有自己的 .set 文件 时间框架 M5-H4(在顾问设置中指定) 原理 处理动态价格缺失区域 存款 从 $100 起。杠杆 1:25+ 经纪商 任意,ECN/Raw 低点差 测试 策略测试器:EURUSD,01.01.2025 — 今天,每跳 特性 SL/TP,追踪止损,保本,紧急模式,图形面板。 How To Trade Pro EA 不猜测 — 它跟随变化并适应。这是一个纪律严明、活的算法,随着市场变化而变化,并在其他算法崩溃
          PrizmaL Lux
          Vladimir Lekhovitser
          5 (3)
          实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2356149 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 该专家顾问被设计为一套能够根据当前市场环境调整自身行为的系统,而不是遵循固定的执行模式。 该策略专注于识别市场结构足够清晰、值得参与交易的时刻。 在不满足这些条件时,系统会有意识地避免交易,从而优先考虑资金保护和执行质量。 因此,交易频率是动态变化的。 某些阶段可能完全没有任何交易。 在其他阶段,只要市场条件持续符合策略的内部标准,系统可能会执行一系列交易。 该专家顾问并不追求持续的交易活动。 相反,它强调选择性和基于市场环境的决策,从而在不同的市场阶段表现出不同的行为。 风险管理被嵌入到执行逻辑的核心之中。 每一笔交易都带有预定义的保护参数,总体风险敞口也在严格的内部限制下进行管理。 该系统适用于偏好自适应行为而非固定交易节奏的用户。 接受不规律的交易活动,并理解不交易本身也可能是一种策略性选择,是正确使用该专家顾问的关键。 主要特点 不使用高风险交易技术,
          Golden Hen EA
          Taner Altinsoy
          4.7 (53)
          概览 Golden Hen EA 是一款专为 XAUUSD (黄金)设计的智能交易系统(Expert Advisor)。它通过结合 九种 独立的交易策略来运行,每种策略都由不同的市场条件和时间周期(M5, M30, H2, H4, H6, H12, W1)触发。 该 EA 旨在自动管理其入场和过滤。EA 的核心逻辑专注于识别特定的信号。Golden Hen EA 不使用网格(grid)、马丁格尔(martingale)或均摊成本(averaging)技术 。 EA 开启的所有交易都使用预定义的 止损 (Stop Loss) 和 止盈 (Take Profit) 。 实时信号   |   公告频道  | 下载设置文件 (Set File) v3.0 九种策略概览 EA 同时在多个时间周期上分析 XAUUSD 图表: 策略 1 (M30):   该策略分析特定的近期 K 线序列,以识别在定义的看跌形态之后的潜在看涨反转信号。 策略 2 (H4):   该策略在持续下跌趋势后识别强劲的看涨动能。它使用前一根 H4 K 线的低点作为分析的参考点。 策略 3 (M30):   这是一种基于时
          Xauusd Breeze
          Abdelrahman Ahmed Mahmoud Ahmed
          3 (14)
          XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
          The Gold Phantom
          Profalgo Limited
          4.35 (20)
          道具公司已准备就绪!--> 下载所有套装文件 警告: 目前仅剩少量存货! 最终价格:990美元 全新优惠(仅需 399 美元起) :免费选择 1 款 EA!(限 2 个交易账户,除 UBS EA 外,可选择我的任何一款 EA) 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 实时信号 2 !!黄金幻影来了!! 继黄金收割者取得巨大成功之后,我非常自豪地推出它的强大兄弟: 黄金幻影 ,这是一个纯粹、毫不花哨的突破系统,基于同样的久经考验的引擎……但拥有全新的策略。 在The Gold Reaper 取得巨大成功的基础上 , The Gold Phantom 让自动黄金交易变得轻松顺畅。 这款EA交易系统旨在同时在多个时间框架内运行,并让您完全掌控交易频率。 从极其保守的设置到非常激进、波动性最大化的模式,应有尽有。 该系统采用多层确认算法来确定最佳入场价格,同时在内部运行多种互补策略,以有效地分散和分散交易风险。 每个仓位都包含固定的 止损 和 止盈 ,并辅以动态 追踪止损 和 追踪止盈 逻辑,旨在尽早保护资金,并让盈利尽可能地持续下去。 Go
          Gold Trade Pro MT5
          Profalgo Limited
          4.28 (36)
          推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro 加入了黃金交易 EA 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆地將它
          Full Throttle DMX
          Stanislav Tomilov
          5 (1)
          Full Throttle DMX——真正的策略,  真正的成果   Full Throttle DMX 是一款多货币交易智能交易系统,专为 EURUSD、AUDUSD、NZDUSD、EURGBP 和 AUDNZD 货币对而设计。该系统基于经典的交易方法,采用成熟的技术指标和行之有效的市场逻辑。EA 包含 10 种独立策略,每种策略都旨在识别不同的市场状况和交易机会。与许多现代自动化系统不同,Full Throttle DMX 不使用网格交易、均价策略、马丁格尔策略或其他激进的资金管理技巧。该系统遵循经过时间检验的严谨保守的交易理念。EA 使用 H1 时间框架的日内交易系统,并内置新闻过滤器,以避免在重大经济事件期间进行交易。交易分散于五个货币对,有助于降低对单一市场的依赖。该策略基于透明的交易逻辑,并可根据不同的风险水平进行配置。对于资金充裕的账户,可以使用保守的风险设置;对于资金较少的账户,则可以调整为更高的风险策略。 购买前重要说明 为了获得尽可能接近我信号的结果,请使用与我相同的经纪商。该EA对经纪商条件较为敏感,默认针对以下经纪商进行了优化:ICMarkets, ICTrad
          Quantum Emperor MT5
          Bogdan Ion Puscasu
          4.85 (502)
          介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过13年交易经验的经验丰富的交易者团队开发。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum Emperor EA,即可免费获得  Quantum StarMan  !*** 私信询问更多详情 已验证信号:   点击此处 MT4版本:   点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单笔交易连续拆分成五笔较小的交易。这意味着每次 EA 执行一笔交易时,它都会自动将其拆分成五个较小的仓位。 量子皇帝EA     量子帝王EA凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。
          Golden Mirage mt5
          Michela Russo
          4.7 (61)
          Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
          作者的更多信息
          EA Locking Grid
          Sergey Deev
          5 (1)
          Semiautomatic EA for trading based on the averaging and locking strategy. The trader sends signals for opening grids by using the buttons on the chart. The EA opens a market order, places a grid of limit orders in the same direction with lot multiplication according to specified parameters and a locking stop order in the opposite direction with the volume equal to the sum of all the previous ones. Once the price passes the specified breakeven level, the EA places a stop loss at the open price+sp
          The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Paramet
          The indicator displays the data of the candles from a higher timeframe on the chart. Only the candle body (by the open and close prices) is displayed. The candlesticks are colored depending on the difference between the open and close prices. After removing the indicator from the chart, the objects used by it are deleted automatically. Indicator Parameters TimeFrame - time frame (drop-down list) BearColor - bearish candle color (standard dialog) BullColor - bullish candle color (standard dialog
          MTF MACD
          Sergey Deev
          The indicator displays the data of a standard MACD indicator from a higher timeframe. The product features notifications of crossing the zero or signal line by the histogram. Parameters TimeFrame - indicator timeframe (dropdown list) MacdFast - fast line period MacdSlow - slow line period MacdSignal - signal line period MacdPrice - price type (dropdown list) AlertCrossZero - enable notifications of crossing the zero line AlertCrossSignal - enable notifications of crossing the signal line UseNot
          The indicator displays the moving average of a higher timeframe on the chart. The indicator parameters TimeFrame - time frame of the moving average (drop-down list) MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift MaPrice - moving average price (drop-down list)
          MTF ATR
          Sergey Deev
          The indicator displays the data of the Average True Range (ATR) from a higher timeframe on the chart. It allows you to see the scope of the movement without having to switch to another screen terminal The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AtrPeriod - period of the Average True Range indicator a higher timeframe range
          MTF ADX
          Sergey Deev
          5 (1)
          The indicator displays the data of the standard ADX indicator from a higher timeframe on the chart. Several indicators with different timeframe settings can be placed on a single chart. The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AdxPeriod - period of the indicator for a higher timeframe AdxPrice - prices for the calculation of the indicator data from a higher timeframe
          MACD Divergence
          Sergey Deev
          2.5 (2)
          The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. Indicator Parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period MacdPric
          The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters z
          The indicator displays the averaged value of the moving averages of the current and two higher timeframes with the same parameters on the chart. If the moving averages are located one above the other, the resulting one is painted in green, showing an uptrend, in the opposite direction - red color (downtrend), intertwined - yellow color (transitional state) The indicator parameters MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift M
          The indicator displays the price movement on the chart, which is smoothed by the root mean square function. The screenshot shows the moving average with period 20, the smoothed root mean square (red) and simple SMA (yellow). The indicator parameters MAPeriod - Moving average period MaPrice - applied price (drop down list, similar to the standard MovingAverage average) BarsCount - number of processed bars (reduces download time when attaching to the chart and using in programs).
          SqrtDev
          Sergey Deev
          The indicator displays the standard price deviation from the root mean moving average line in the additional window. The screenshot displays the standard indicator (the lower one) and SqrtDev (the upper one). Parameters SqrtPeriod - root mean line and standard deviation period. SqrtPrice - applied price (drop-down list). BarsCount - amount of processed bars (reduces the download time when applying to a chart and using in programs).
          Harmonic 50
          Sergey Deev
          The indicator detects and displays the 5-0 harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the f
          The indicator detects and displays the AB=CD harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the
          UniversalEA
          Sergey Deev
          3.4 (5)
          The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of deals based on the signals of an indicator that places values ​​other than 0 and EMPTY_VALUE in the buffer. The EA polls the values ​​of the specified indicator buffers, opens/closes and accompanies trades according to the specified parameters. The Expert Advisor implements the following trade support functions: - installation for the transaction SL and TP; - calculation
          The indicator detects and displays the White Swan and Black Swan harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. Duri
          The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
          The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
          The indicator detects and displays Cypher harmonic pattern also known as Anti-Butterfly (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangle
          The indicator displays ZigZag lines from a higher timeframe (see the example in the screenshot). The red thin line is the current timeframe's ZigZag, while a thicker yellow line is the higher timeframe's one. The indicator is repainted as the data is updated. Parameters Depth, Dev, Back - ZigZag parameters; BarsCount - amount of processed bars (reduces the initial download time and decreases the load when using in an EA); TimeFrame - indicator timeframe (cannot be lower than the current one).
          RenkoMaSignals
          Sergey Deev
          1 (2)
          The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
          RenkoMacdSignals
          Sergey Deev
          1 (1)
          The indicator displays renko bars on a chart, use them to plot MACD histogram and provides buy/sell signals: signal of MACD histogram crossing its signal line; signal of MACD histogram crossing the line 0. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficienc
          RenkoMaStoch
          Sergey Deev
          1 (1)
          The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
          RenkoZigZag
          Sergey Deev
          The indicator displays Renko bars on the chart and uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, so the indicator can work on any time frame with the same efficiency. This implementation of t
          The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
          RenkoMACD Divergence
          Sergey Deev
          1 (1)
          The indicator displays renko bars on a chart, uses them to plot the MACD oscillator and determines the divergence conditions (divergences of price movements and oscillator values). The buy/sell signal is formed if the next High/Low price is not confirmed by the oscillator values. The ZigZag indicator is used to evaluate the extremums. Only the last 3 peaks are taken into account (see the screenshot). If peak 1 is higher than peak 2 or peak 3, and at the same time the macd value is lower, then a
          RenkoABCD
          Sergey Deev
          The indicator displays renko bars on a chart and uses them to create ZigZag indicator - trend lines connecting local price movement Highs and Lows. The indicator, in turn, is used to create AB=CD displaying potential price reversal points. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any time
          RenkoSarMA
          Sergey Deev
          The indicator calculates and displays renko bars using MA and PSAR data as well as provides buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. Buy signal forms when PSAR readings are moving down, MA is moving up, the price is closing ab
          RenkoMaPriceChannel
          Sergey Deev
          1 (1)
          The indicator displays Renko bars on the chart, uses their data to calculate and display the moving average, PriceChannel and generates buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The PriceChannel indicator displays the upper, lo
          The indicator displays Renko bars on the chart, uses their data to calculate and display the Bollinger Bands, MACD oscillator and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. When attached to a chart, the indicator checks for presenc
          筛选:
          Thomas Froeba
          938
          Thomas Froeba 2020.01.16 16:45 
           

          用户没有留下任何评级信息

          ersan yurdakul
          194
          ersan yurdakul 2020.01.11 12:21 
           

          Mr. Sergey is a very good and concerned seller. I highly recommend their schedules. Honest seller. Solves problems immediately. I give it ten stars.

          回复评论