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
          195
          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) 报告等高影响力事件。 您将永远不会错过外汇和股票市场的任何节奏。 通过可调整的手数、交易时间、价格变动和鞅乘数输入来定制您的交易策略。 通过盘中新闻向错失的机会说再见,向有利可图的交易问好! 笔记: 这不会在后台测试器中显示新闻,这是为了设置交易实时新闻事件。
          Classic SNR EA MetaTrader 5 智能交易系统 | 多品种支撑阻力交易,基于趋势逻辑 概述 Classic SNR Breakout EA 是一款专业的交易机器人,使用日线摆动点识别结构性支撑与阻力水平(Support & Resistance),并根据 H1 价格行为相对于这些水平的表现执行交易。EA 应用 双重逻辑 :在上涨趋势中,当 H1 收盘于 SNR 水平下方(拒绝信号)时做空;在下跌趋势中,当 H1 收盘于 SNR 水平上方(拒绝信号)时做多。当 H1 收盘价果断突破水平时,也会交易突破信号。 EA 可同时扫描多达 14 个交易品种,自动解析经纪商特定的品种名称和后缀。 本策略适用于理解结构性水平可根据市场环境既充当支撑/阻力又充当突破触发器的交易者。 工作原理 EA 分析日线收盘价,在可配置的回溯期内识别高点和低点。这些摆动点成为结构性的支撑和阻力水平。然后 EA 监控 H1 K线收盘价相对于每个 SNR 水平的表现,并应用 基于趋势的逻辑 来确定交易方向。 核心交易逻辑 EA 并非简单地单向交易突破。相反,它会评估价格位置和 H1 收盘行为: 价格
          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
          Gold EMA Cross
          Nguyen Chung
          5 (1)
          Gold EMA Cross EA Gold EMA Cross is an automated trading system designed specifically for Gold (XAUUSD) on the M1 timeframe . The EA uses a combination of EMA crossover signals and higher timeframe trend filtering to capture short-term movements in the gold market while maintaining strict risk management. This strategy focuses on precision entries , controlled drawdown , and flexible profit management , making it suitable for professional traders and prop firm environments. Signal:  https://www.
          注意,白金交易者! 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
          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 (241)
          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 允
          MA Crossover EA 是一款灵活的 MT5 智能交易系统,基于 双移动平均线交叉 概念,专为想要 控制、清晰和自定义的 交易者而设计。 移动平均线交叉是技术分析中一种广为人知且应用广泛的方法,因为它简单易懂、易于测试,并且适用于不同的市场和时间框架(外汇、金属、指数、加密货币等)。这款EA将经典方法转化为一个可配置的系统,您可以使用各种输入参数和可选过滤器创建自己的交易设置。 这并非“固定策略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 considered. 输入和设置概述 这款EA是以 策略框架的 形式构
          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.
          Aurum Gold Pro
          Mainara Mello Da Silva
          1 (1)
          Aurum Gold Pro Automated Trading System for Gold (XAUUSD) Aurum Gold Pro is an automated trading system developed for trading Gold (XAUUSD). The system uses technical filters designed to identify market trend conditions and volatility levels before opening positions. The strategy operates on the H1 timeframe and is designed to participate in trending market environments while applying structured risk management rules. Main Features • Designed for XAUUSD • Timeframe: H1 • One trade at a time • A
          FREE
          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
          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,
          Seven Independent Stochastics The EA employs seven separate stochastic oscillators, each with its own configurable parameters. A trade is only initiated when all enabled stochastics align in the same direction, providing a high‑confidence entry signal. Individual Stochastic Enable/Disable Each of the seven stochastics can be turned on or off independently, allowing traders to adapt the strategy to market conditions without overcomplicating the logic. Configurable Stochastic Cross Modes Every
          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
          该产品的买家也购买
          Quantum Queen MT5
          Bogdan Ion Puscasu
          4.98 (657)
          各位交易员好!我是 量子女王 ,整个量子生态系统的璀璨明珠,也是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 公共频道:   点击此处 更轻便、更实惠的量子女王版本:   量子雅典娜 ***购买量子女王MT5,即有机会免费获得量子皇帝或量子男爵!*** 详情请私信咨询! 为什么交易员称我为有史以来最好的黄金EA交易系统 我是新一代交易引擎,由精准的计算、远见卓识和多年
          Quantum Athena
          Bogdan Ion Puscasu
          5 (66)
          量子雅典娜——源自经验的精准锻造 各位交易员好!我是 量子雅典娜 ——传奇量子女王的轻量版,经过精炼和重新设计,以适应当今的市场状况。 我并不试图成为一切。 我专注于现在行之有效的方法。 我的专长?黄金。我的使命?提供精准、高效、智能优化的交易表现——以精准为核心。 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 Athena mql5 公共频道:       点击这里 ***购买 Quantum Athena MT5,即有机会免费获得 Quantum StarMan、Quantum Emperor 或 Quantum Baron!**
          Scalping Robot Pro MT5
          MQL TOOLS SL
          4.89 (35)
          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 traders
          Chiroptera
          Rob Josephus Maria Janssen
          4.84 (38)
          Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
          Quantum King EA
          Bogdan Ion Puscasu
          4.99 (199)
          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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
          TwisterPro Scalper
          Jorge Luiz Guimaraes De Araujo Dias
          4.41 (96)
          更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
          Ultimate Breakout System
          Profalgo Limited
          5 (39)
          重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1499 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 999 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) NEW - VERSION 5.0 - ONECHARTSETUP 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制性。 可能性无穷无尽! 对于自营公司交易者:   有了这个系
          Goldwave EA MT5
          Shengzu Zhong
          4.74 (58)
          真實交易帳戶   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA 使用與 MQL5 上已驗證之實盤交易訊號完全相同的交易邏輯與執行規則。在使用建議且已優化的設定,並搭配信譽良好的 ECN / RAW 點差經紀商 (例如 IC Markets 或 TMGM) 時,本 EA 的實盤交易行為在設計上,將高度貼近該實盤訊號的交易結構與執行特性。請注意,由於不同經紀商的交易條件、點差、執行品質以及 VPS 環境存在差異,個別使用者的實際結果可能有所不同。 本 EA 為限量銷售產品,目前僅剩 2 個授權名額,售價為 USD 999。完成購買後,請透過私人訊息與我聯繫,以取得使用手冊與建議設定。 不使用過度網格策略,不使用高風險馬丁格爾,不進行攤低成本操作。 目前此 EA 仍處於早期限量階段價格。未來價格將依據銷售與維護階段進行調整,預計每個階段上調約 USD 100,今年的目標最終價格為 USD 1899。 重要說明 GoldWave 是以真實市場環境為核心設計的交易系統。 它使用 AI 輔助的自適應邏
          Precise Pair Trading Pro
          Arkadii Zagorulko
          5 (5)
          一种更智能的黄金和欧元交易方式   Live signal 此EA基于先进的量化方法,识别两个主要市场之间的短暂低效。它旨在利用价格行为偏离正常动态的时刻获利。 该系统会自动适应市场条件,并精确管理进出场,力求在短期错位出现时捕捉机会。 额外的过滤层用于增强一致性并减少噪音,使策略在选择交易时更加谨慎。 EA参数(可配置): 主要交易品种(主市场)。 次要品种(参考市场)。 分析时间框架。 历史数据深度。 进出场灵敏度。 基于相关性的过滤器。 仓位大小。 唯一交易标识符。 重要说明: 请始终使用“真实勾选”测试以获得可靠结果。 经纪商可能有不同的数据源,请在实盘前验证。 该EA面向有高级策略理解的交易者,不适合完全初学者。 建议最低资金300 EUR/USD(杠杆1:33)以保证平稳运行。
          The Gold Reaper MT5
          Profalgo Limited
          4.47 (98)
          道具準備就緒! ( 下載SETFILE ) WARNING : 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal YouTube Reviews LATEST MANUAL 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該
          Zerqon EA
          Vladimir Lekhovitser
          5 (2)
          实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
          Byrdi
          William Brandon Autry
          5 (14)
          BYRDI。多资产网状交易智能。 大多数 EA 一次只交易一张图表。 BYRDI 运行的是一整张网络。 每张图表都成为一个节点。每个节点都可以交易自己的品种、账户、经纪商、AI 模型、风险配置和仓位管理模式。网状结构将它们连接成一个协调统一的系统。 外汇。黄金。金属。指数。加密货币。原油。在经纪商支持的情况下还包括合成品种。 一位交易者。多个市场。一张协调的网状网络。 一个全新的品类 传统 EA 是相互孤立的系统。 一个终端。一个品种。一个决策。完全不了解投资组合的其余部分。 BYRDI 与众不同。 BYRDI 将交易智能分布到多个终端、经纪商、账户和市场之间。每个节点独立运作,但网状结构让整个系统始终掌握总敞口、回撤压力和重叠风险。 这就是分布式交易智能。 每个节点在本地思考。网状结构在全局协调。 为多资产部署而生 BYRDI 不被锁定在某一个品种或某一个市场上。 你可以将节点部署在外汇货币对、黄金、白银,US30、NAS100 和 SPX500 等指数,原油,经纪商提供的加密货币品种,以及平台支持的合成工具上。 默认品种只是起始占位符。请将它们替换为你实际交易的市场。 在 EUR
          Nexorion Initium Novum EA
          Valentina Zhuchkova
          5 (8)
          NEXORION: Initium Novum — 确定性逻辑与算法综合体系 NEXORION 是一款基于严密流动性处理数学算法的机构级分析系统。该项目的核心理念是“计算透明化”:交易型 EA 将混沌的价格流转化为结构化的几何区域,并将决策过程直接在交易图表上进行可视化呈现。 实时信号监控 https://www.mql5.com/es/signals/2372338 系统技术规格 交易资产 :XAUUSD (黄金) 运行周期 :H1 (1小时图) 核心方法论 :机构流动性分析与确定性逻辑 (Institutional Liquidity Analysis & Deterministic Logic) 决策依据 :流动性池与平衡水平的数学计算 数学架构与可视化 本系统的关键创新在于 动态计算映射 (Dynamic Computation Mapping) 。算法不仅是分析价格,更是通过以下模块构建市场的数学模型: 流动性追踪 (Liquidity Tracking) :基于市场阶段的深度分析,精确识别买方流动性 (BSL) 与卖方流动性 (SSL) 区域。 平衡态分析 (Equili
          ZenQ AI EA
          Valentina Zhuchkova
          5 (1)
          ZenQ AI EA — 面向 MetaTrader 5 的智能全自动交易系统 ZenQ AI EA 是新一代智能自动交易系统,将算法交易、人工智能技术、专业市场分析以及高级风险管理整合到一个统一的生态系统中。 该EA基于自身的内部交易逻辑实现全自动运行。在绝大多数情况下,用户无需进行复杂设置或持续监控。只需安装EA、选择适合自己的风险等级,即可让系统自动执行交易任务。 实盘信号 您可以通过以下公开信号查看真实交易表现: https://www.mql5.com/ru/signals/2375993 该信号展示了系统在真实市场环境中的运行情况,帮助用户了解策略在真实账户上的表现。 请注意,实际结果可能因经纪商、账户类型、杠杆、订单执行质量、点差、佣金、滑点以及市场环境的不同而有所差异。 限量发行 ZenQ AI EA 采用限量授权模式进行销售。 为了保持产品的独特性并维护现有用户的交易环境,授权数量可能随时减少。 购买后请务必联系我 购买产品后,请通过 MQL5 平台向我发送私人消息。 联系后您将获得: • 详细安装指南 • 推荐参数设置 • 风险管理建议 • 额外使用说明 • 最新更
          BB Return mt5
          Leonid Arkhipov
          4.61 (119)
          BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行 80–100 笔交易 。对于不使用网格、加仓或激进方法的系统来说,这是一个
          Pulse Engine
          Jimmy Peter Eriksson
          4.22 (27)
          首发特价——仅剩少量! 该系统的主要目标是在不使用任何有风险的鞅或网格的情况下实现长期的实时性能。 数量极其有限,现价优惠 最终价格: 1499 美元 【实时信号】    |    【回测结果】    |    【设置指南】    |    【FTMO 结果】 一种不同的交易方法 Pulse Engine 不使用任何指标或特定时间框架。它采用了一种非常独特的方法,这是 MQL5 上任何其他交易系统都不采用的方法。 它交易的是日内方向性模式。这些模式是我用一款专门的模式识别软件发现的,这款软件我已开发并完善多年。 该软件使我能够识别出市场历史上在一天中哪些时段会出现强劲的单向波动。 每个市场和每周的每一天都有其独特的走势。 这种方法之所以如此强大,是因为它不依赖于市场是处于趋势行情、反转行情还是任何特定的市场状态。其模式与这些因素完全无关。 脉冲引擎包含涵盖 六大市场的 70 多种不同模式 ,并结合超过 5万笔 交易的历史回测数据。 每个市场的回测时间均尽可能追溯至数据允许的最长时期, 外汇货币对约 20年,指数约 15 年, 加密货币 约10 年。这确保了极高的统计显著性。
          Quantum Valkyrie
          Bogdan Ion Puscasu
          4.56 (149)
          量子女武神——精准、纪律、执行 折扣价   价格。 每购买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 最低存款额
          Wave Rider EA MT5
          Adam Hrncir
          5 (30)
          Scalper speed with sniper entries. Built for Gold. Summer sale  499 USD  only |   regular   price  599  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timeframe analysis (H1 trend + M15/M30 entry confirmation) to only en
          Osloma Gold
          Uttam Kumar Nandeibam
          4.56 (9)
          Live Signal 01  ( ICMarkets)  |  Live Signal 02   (Exness, New)   |    Live Signal 03   (ICMarkets, Autolot, New) 今天仅需   $399  即可获取 | 此后价格将 更新为 $499 。在这里获取  设置与输入参数指南 :  Osloma Gold MT5 EA - 设置与输入参数指南 Osloma Gold (OG) 是一款基于动态市场结构的智能交易系统,专为 黄金 (XAUUSD) 设计。它结合了结构化入场逻辑、多周期市场分析,以及智能的四层网格交易管理,用于识别关键入场区域和价格水平。该系统旨在动量延续阶段的回调中寻找入场机会,同时保持严格的篮子交易与风险管理。该 EA 使用最高 4 层网格,并为每个网格篮子预设最大 硬性止损 ,以实现可控的风险敞口。 功能特点 结构化的 4 级网格恢复系统 多时间框架分析,用于识别入场区域 智能的基于交易篮子的交易管理 灵活的手数设置,支持固定手数和自动手数模型 内置最大交易篮子亏损保护 最高使用 4 级网格,并为每个网格序列预
          Gold House MT5
          Chen Jia Qi
          4.59 (49)
          Gold House — 黄金摆动突破交易系统 价格即将上涨。目前价格仅剩少量名额(3/100)。下一阶段目标价格:$999。 实盘信号: 利润优先模式: https://www.mql5.com/en/signals/2359124 BE 优先模式: https://www.mql5.com/en/signals/2372604 重要:购买后请务必私信我们,以获取推荐参数、使用说明、注意事项以及使用技巧。 (MQL5私信): https://www.mql5.com/en/users/walter2008 保持更新——加入我们的 MQL5 频道以获取产品更新和交易技巧。打开链接后,请点击页面顶部的“订阅”按钮进行关注。: 点击加入 这套EA来自我们团队的内部实盘账户,基于 7 年历史数据开发验证,并经过实盘确认后才决定公开。我们没有为了上架专门优化回测曲线——你看到的,就是我们自己一直在用的版本。 它不依赖固定时间入场,不靠指标交叉,而是追踪黄金市场中最原始的价格结构——摆动高低点突破。只要黄金还在产生趋势和波动,策略的核心逻辑就不会失效。在当前高波动环境下,正是突破策略最擅长
          Quantum Emperor MT5
          Bogdan Ion Puscasu
          4.86 (505)
          介绍     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凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。
          ArtQuant Gold
          Miguel Angel Vico Alba
          4.45 (22)
          ArtQuant Gold 是一款适用于 MetaTrader 5 的专业 Expert Advisor,专为 黄金 / XAUUSD 自动交易而开发,并兼容不同经纪商常见的黄金交易品种名称及后缀变体。 该 EA 基于一个结构化的 多模块网格交易引擎 构建,旨在通过简洁且专业的用户界面,对交易敞口、交易周期、执行过滤器以及虚拟交易保护进行管理。 ArtQuant Gold 适用于希望使用专门针对 XAUUSD 的自动化交易系统的交易者。该系统提供清晰的风险控制、经纪商配置预设、模块活动控制以及直观的运行信息面板。 该 EA 不依赖图表时间周期。 它可以加载到任意时间周期的图表上,而内部交易逻辑会使用自身的工作结构进行管理。 真实账户参考 可查看一个运行于 IC Markets RAW 账户、使用 Medium-High 风险配置的真实资金信号。 该信号仅作为真实账户运行情况的透明参考,并不构成使用相同经纪商、入金金额、杠杆、风险级别或交易条件的建议。 用户手册 打开 ArtQuant Gold 用户手册 主要优势 专为黄金 / XAUUSD 设计 ,专注于黄金自动化交易。 兼容经纪商交
          Quantum Bitcoin EA
          Bogdan Ion Puscasu
          4.83 (121)
          量子比特币 EA   :没有不可能的事情,唯一的问题是弄清楚如何去做! 使用 Quantum Bitcoin EA 迈向 比特币 交易的未来,这是来自顶级 MQL5 卖家之一的最新杰作。Quantum Bitcoin 专为追求性能、精度和稳定性的交易者而设计,重新定义了加密货币波动世界中的可能性。 重要提示! 购买后,请给我发送私人消息,以获取安装手册和设置说明。 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子比特币/女王通道:       点击这里 ***购买 Quantum Bitcoin EA 即可免费获得 Quantum StarMan!*** 私信询问更多详情! Quantum Bitcoin EA 在 H1 时间范围内蓬勃发展,采用 趋势跟踪策略 来捕捉市场动量的本质。它利用 复杂的网格方法 来确保每个交易周期都以胜利结束——将波动性从挑战转变为机遇。比特币市场以 4 年为一个周期,Quantum Bitcoin EA 经过优化,可以捕捉每个周期中发生的模式,确保它始终以有利的方式结束交易 为什么选择量子比特币 EA? 掌握不可预
          Gold Snap
          Chen Jia Qi
          4.56 (9)
          Gold Snap — 黄金快速利润捕捉系统 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 当前价格仅剩最后3份。价格即将上调至599美元。 重要: 购买后请通过私信联系我们,以获取用户指南、推荐设置、使用说明以及更新支持。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我们自适应参数系统在真实市场环境中的实际价值。 但对于突破系统来说,始终存在一个现实问题: 止盈太早,容易错过后续真正的大行情; 止盈太晚,又往往会经历一定程度的利润回吐。 这不是某一种策略独有的问题,而是所有趋势与突破型系统都必须面对的天然取舍。 正因为如此,我们推出了 Gold House 的姊妹
          Sharkyra Gold
          Nico Demus Sitepu
          4.33 (3)
          Only 10  copies left at current  price!,  Next Price 9 99 USD.   T he newest and powerful  Sharkyra  Gold  MT5  of Expert Advisors. My specifically designed to run on the XAUUSD/GOLD pair. Sharkyra  Gold   EA  is a fully automated trading system designed for traders who love speed, accuracy, and consistency. Built with a smart  logic  engine, this EA takes advantage of micro market movements and executes trades with lightning-fast precision making it perfect for volatile market sessions.   Shark
          Impulse MT5
          Simon Reeves
          5 (6)
          Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A dual-strategy gold EA that waits for the perfect shot. Live Signal:  https://www.mql5.com/en/signals/2375861 Impulse is a momentum grid EA designed exclusively for XAUUSD, combining two independently developed entry strategies into a single unified grid framework. 2 momentum-based scalper strategies | Dual-timeframe confirmation | Bar-close execution | Smart virtual take profit Every entry, every grid addition, every
          Akali
          Yahia Mohamed Hassan Mohamed
          3.1 (87)
          LIVE SIGNAL: 点击此处查看实时表现 重要提示:请先阅读指南 在使用此 EA 之前,务必阅读设置指南,以了解经纪商要求、策略模式和智能方法。 点击此处阅读官方 Akali EA 指南 概述 Akali EA 是一款专为黄金 (XAUUSD) 设计的高精度剥头皮专家顾问 (Expert Advisor)。它利用极其紧密的移动止损算法,在高波动期间立即锁定利润。 该系统专为准确性而打造,旨在通过利用快速的市场波动并在市场回调前锁定利润来实现高胜率。 设置要求 交易品种: XAUUSD (黄金) 时间周期: M1 (1 分钟) 账户类型: 必须使用 Raw ECN / 低点差账户。 推荐经纪商: 请参阅指南 注意: 此 EA 依赖于紧密的移动止损。高点差账户将对性能产生负面影响。有关服务器时间和经纪商选择的详细信息,请参阅指南。 为什么选择 Akali EA? 高胜率逻辑: 旨在精确捕捉快速波动。 智能恢复: 该策略旨在维持长期的连胜纪录。 灵活模式: 包括特定的“更紧密跟踪 (Tighter Trailing)”和“更宽跟踪 (Wider Trailing)”模式。 定价政策 价
          Lizard
          Marco Scherer
          4.56 (9)
          什么是 LIZARD? Lizard 是专为 MetaTrader 5 上的 XAUUSD(黄金)开发的全自动专家顾问。无马丁格尔。无网格。无均摊。 每笔交易由多层退出系统全天候自动管理。 实时信号: https://www.mql5.com/en/signals/2372821   工作原理 Lizard 持续扫描多个时间框架的 XAUUSD 图表寻找摆动高低点。需要真实突破才能触发订单。9个独立策略同时运行。   主要功能 多策略架构:九个策略根据账户余额和风险设置自动激活。 动态价格缩放:所有参数与当前黄金价格成比例调整。 智能时间过滤器:利润因子低于1.0的时间段自动封锁。 多层退出系统:盈亏平衡、追踪止损、追踪止盈、Magic Trail、虚拟止损。 NFP过滤器:NFP发布前后自动暂停交易。 收盘保护:挂单在每日收盘窗口前自动移除。 支持Prop Firm:提供最大日回撤输入。 频率模式:自动、极度保守、保守、适中、激进、极端、手动。   交易管理 马丁格尔: 从不 网格: 从不 止损: 始终 追踪止损: 激活 盈亏平衡: 激活 NFP: 激活 Prop Firm DD:
          Neurox AI
          Stanislav Tomilov
          5 (1)
          Neurox AI——基于多模块神经网络智能的黄金交易未来 经过近两年的AI热潮,有一点已经变得清晰:像ChatGPT这样的简单生成模型以及类似的系统并不能作为真正的交易引擎。它们可以解释、撰写文本、生成想法或辅助分析,但它们仍然主要只是辅助工具,而非独立的专业交易算法。到2026年,算法交易领域最有前景的成果并非来自一个大型通用神经网络,而是来自多模块神经网络架构。这意味着交易系统的每个独立模块都拥有各自专门的神经网络,并负责做出特定类型的决策。例如,一个模块分析市场状况,另一个模块筛选入场点,一个模块控制风险,一个模块评估经纪商的状况,等等。 这种方法与试图让一个大型神经网络负责EA的所有操作截然不同。在实际交易中,这种方法通常过于不稳定。市场并非一成不变。黄金价格可能出现趋势、反转、因消息而飙升、区间震荡,或在流动性不足时剧烈波动。单一模型无法完美应对所有这些情况。Neurox AI正是基于这种多模块原则构建的。它是一款新一代黄金交易智能交易系统,采用多个独立的分析模块和五种不同的交易策略,默认情况下这些策略会同时运行。 多模块神经网络 第一个模块是市场机制检测模块。它分析黄金
          AnE
          Thi Ngoc Tram Le
          2.22 (9)
          ANE — Gold Grid 专家顾问 ANE 是一款完全自动化的专家顾问(EA),专为在 M15 时间框架上交易 XAUUSD(黄金) 而设计,采用 网格加权平均策略 。 重要提示: 在真实账户运行之前,请先在模拟账户上测试该 EA,以充分了解加权平均系统的运行行为。 实时信号 ANE 官方频道 交易策略 ANE 将所有持仓作为一个整体进行管理。当条件允许时,它会打开额外交易以优化平均入场价格,并在总利润达到目标时关闭整个篮子。 网格运行期间可能会出现浮动回撤。这是正常且预期的现象。正确的仓位大小设置和充足的账户资金对于应对临时回撤至关重要。 账户保护功能 最大回撤断路器 — 当达到设定的回撤阈值时停止所有交易(默认 80%)。 点差过滤器 — 当点差超过允许的最大值时阻止新开仓(默认 70 点)。 手数限制 — 可配置的最小和最大手数,防止过度放大仓位。 Magic Number — 确保与其他 EA 一起使用时能干净地管理持仓。 交易规格 交易品种 : XAUUSD(黄金) 时间框架 : M15(仅附加到一个图表) 账户类型 : 推荐使用 ECN / Raw Spread 账
          作者的更多信息
          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
          UniversalEaMT5
          Sergey Deev
          4 (1)
          The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of trades based on the signals of arrow indicators (which buffer values ​​other than 0 and EMPTY_VALUE) or color lines. 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 of SL and TP; -calculation of the
          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
          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
          筛选:
          Thomas Froeba
          938
          Thomas Froeba 2020.01.16 16:45 
           

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

          ersan yurdakul
          195
          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.

          回复评论