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
          193
          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) 报告等高影响力事件。 您将永远不会错过外汇和股票市场的任何节奏。 通过可调整的手数、交易时间、价格变动和鞅乘数输入来定制您的交易策略。 通过盘中新闻向错失的机会说再见,向有利可图的交易问好! 笔记: 这不会在后台测试器中显示新闻,这是为了设置交易实时新闻事件。
          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.
          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
          注意,白金交易者! 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 允
          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是以 策略框架的 形式构
          这是基于双均线交叉和箭头标识下单的自定义指标编写的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.
          Aurum Gold Pro
          Mainara Mello Da Silva
          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
          MACD CrossoverPro
          Samuel Cavalcanti Costa
          MACD Crossover Pro is a professional Expert Advisor built on one of the most reliable and time-tested strategies in technical analysis: the MACD line crossover with the Signal line. Designed for traders who value simplicity, transparency, and consistent rule-based execution. HOW IT WORKS The EA monitors the MACD indicator (Moving Average Convergence Divergence) in real time. The entry logic is straightforward and powerful: When the MACD line crosses above the Signal line → the EA opens a BUY po
          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,
          该产品的买家也购买
          Quantum Queen MT5
          Bogdan Ion Puscasu
          4.97 (548)
          各位交易员好!我是 量子女王 ,整个量子生态系统的璀璨明珠,也是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交易系统 我是新一代交易引擎,由精准的计算、远见卓识和多年真实的市场经验精心打造
          Quantum Athena
          Bogdan Ion Puscasu
          量子雅典娜——源自经验的精准锻造 各位交易员好!我是 量子雅典娜 ——传奇量子女王的轻量版,经过精炼和重新设计,以适应当今的市场状况。 我并不试图成为一切。 我专注于现在行之有效的方法。 我的专长?黄金。我的使命?提供精准、高效、智能优化的交易表现——以精准为核心。 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!**
          TwisterPro Scalper
          Jorge Luiz Guimaraes De Araujo Dias
          4.36 (55)
          更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 三种模式: 模式 1(推荐)— 极高精准度,每周交易次数少。专为资金保护和纪律化交易设计。 模式 2 — 交易频率更高,精准度略低。适合偏好更多市场参与的交易者。 模式 3(宽幅追踪)— 与模式 1 相同的入场质量,但使用更宽的追踪止损以持仓更久、捕捉更大行情。频率略高于模式 1。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
          Quantum King EA
          Bogdan Ion Puscasu
          4.98 (171)
          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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
          Goldwave EA MT5
          Shengzu Zhong
          4.75 (36)
          真實交易帳戶   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 輔助的自適應邏
          Chiroptera
          Rob Josephus Maria Janssen
          5 (16)
          Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades 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 caused by Tweets and other ad-ho
          Gold House MT5
          Chen Jia Qi
          3.79 (53)
          Gold House — 黄金摆动突破交易系统 Gold House v2.1 重要更新 Gold House v2.1 已正式发布。本次更新新增 5 档风险预设、BE Priority 保本优先模式,以及更灵活的追踪止损设置。 默认设置仍然可以继续使用。如果你希望保持原始的高收益风格,可以继续使用默认参数;如果你更重视更早保护交易、更平滑的持仓体验,以及更偏高胜率的交易风格,可以将 TSL Mode 设置为 BE Priority。 BE Priority 模式可能会让部分交易更早出场,并减少一部分大行情中的潜在利润,但它可以帮助交易更快进入保护状态,在当前假突破较多的市场环境中改善整体持仓体验。 请根据账户规模和风险承受能力选择合适的风险预设。 当前仍处于早鸟价格阶段。早期名额即将售完,后续价格将根据原计划逐步上调。 Live signal: https://www.mql5.com/en/signals/2359124 欢迎加入我们的 MQL5 频道,获取产品更新和交易资讯。 打开链接后,点击页面上方的「订阅」按钮即可关注: Click to Join 这套EA来自我们团队的内
          The Gold Reaper MT5
          Profalgo Limited
          4.52 (91)
          道具準備就緒! ( 下載SETFILE ) WARNING : 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal YouTube Reviews 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期
          Quantum Valkyrie
          Bogdan Ion Puscasu
          4.79 (135)
          量子女武神——精准、纪律、执行 折扣价   价格。 每购买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 最低存款额
          BB Return mt5
          Leonid Arkhipov
          5 (43)
          BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行 80–100 笔交易 。对于不使用网格、加仓或激进方法的系统来说,这是一个
          AXIO Gold EA
          Shengzu Zhong
          5 (2)
          AXIO GOLD EA MT5 真實交易帳戶 即時訊號 EC MARKETS: https://www.mql5.com/en/signals/2366982?source=Site+Signals+My#!tab=account 本 EA 使用與 MQL5 上所展示的已驗證真實訊號相同的邏輯與執行規則。當搭配推薦且優化後的設定,並運行於信譽良好的 ECN/RAW 點差經紀商,例如 IC Markets 或 TMGM 時,EA 的即時交易行為旨在盡可能接近該真實訊號的交易結構與執行特徵。 請注意,實際結果可能會因經紀商條件、品種規格、點差、執行品質、延遲、VPS 環境以及其他真實市場因素而有所不同。 本 EA 限量發售。目前僅剩 2 份,價格為 599 美元。購買後,請透過私訊聯絡我,以獲取使用者手冊和推薦設定。 無過度網格。無危險馬丁格爾。無虧損加碼。 本 EA 目前處於早期限階段價格。未來價格可能會根據銷售進度和維護階段進行調整,預計每個階段上漲約 100 美元,目標上限價格為 5999 美元。 重要事項 AXIO GOLD 是為真實市場環境而設計的。 它使用自適應交易邏輯和市場
          Full Throttle DMX
          Stanislav Tomilov
          5 (6)
          Full Throttle DMX——真正的策略,  真正的成果   Full Throttle DMX 是一款多货币交易智能交易系统,专为 EURUSD、AUDUSD、NZDUSD、EURGBP 和 AUDNZD 货币对而设计。该系统基于经典的交易方法,采用成熟的技术指标和行之有效的市场逻辑。EA 包含 10 种独立策略,每种策略都旨在识别不同的市场状况和交易机会。与许多现代自动化系统不同,Full Throttle DMX 不使用网格交易、均价策略、马丁格尔策略或其他激进的资金管理技巧。该系统遵循经过时间检验的严谨保守的交易理念。EA 使用 H1 时间框架的日内交易系统,并内置新闻过滤器,以避免在重大经济事件期间进行交易。交易分散于五个货币对,有助于降低对单一市场的依赖。该策略基于透明的交易逻辑,并可根据不同的风险水平进行配置。对于资金充裕的账户,可以使用保守的风险设置;对于资金较少的账户,则可以调整为更高的风险策略。 购买前重要说明 为了获得尽可能接近我信号的结果,请使用与我相同的经纪商。该EA对经纪商条件较为敏感,默认针对以下经纪商进行了优化:ICMarkets, ICTrad
          Akali
          Yahia Mohamed Hassan Mohamed
          3.49 (73)
          LIVE SIGNAL: 点击此处查看实时表现 重要提示:请先阅读指南 在使用此 EA 之前,务必阅读设置指南,以了解经纪商要求、策略模式和智能方法。 点击此处阅读官方 Akali EA 指南 概述 Akali EA 是一款专为黄金 (XAUUSD) 设计的高精度剥头皮专家顾问 (Expert Advisor)。它利用极其紧密的移动止损算法,在高波动期间立即锁定利润。 该系统专为准确性而打造,旨在通过利用快速的市场波动并在市场回调前锁定利润来实现高胜率。 设置要求 交易品种: XAUUSD (黄金) 时间周期: M1 (1 分钟) 账户类型: 必须使用 Raw ECN / 低点差账户。 推荐经纪商: 请参阅指南 注意: 此 EA 依赖于紧密的移动止损。高点差账户将对性能产生负面影响。有关服务器时间和经纪商选择的详细信息,请参阅指南。 为什么选择 Akali EA? 高胜率逻辑: 旨在精确捕捉快速波动。 智能恢复: 该策略旨在维持长期的连胜纪录。 灵活模式: 包括特定的“更紧密跟踪 (Tighter Trailing)”和“更宽跟踪 (Wider Trailing)”模式。 定价政策 价
          Ultimate Breakout System
          Profalgo Limited
          5 (32)
          重要的 : 此套装将仅以当前价格出售,且数量非常有限。    价格很快就会涨到 1499 美元    包含 +100 种策略 ,未来还会有更多! 奖励 :价格为 999 美元或更高 --> 免费选择我的其他  5  个EA! 所有设置文件 完整的设置和优化指南 视频指南 实时信号 审查(第三方) 欢迎来到终极突破系统! 我很高兴向您介绍终极突破系统,这是经过八年精心开发的先进且专有的专家顾问 (EA)。 该系统已成为 MQL5 市场上多个顶级 EA 的基础,包括广受好评的 Gold Reaper EA、 连续七个多月保持第一的位置,以及 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统不仅仅是另一个 EA。 它是一种专业级工具,旨在帮助交易者在任何市场和时间范围内创建无限数量的突破策略。 无论您专注于波段交易、剥头皮交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制性。 可能性无穷无尽! 对于自营公司交易者:   有了这个系统,您最终可以创建自己独特的交易策略和投资组合,而不会被标记为复制交易
          Rixa
          Anton Kondratev
          RIXA 是一款全自动、多方面的开放式企业架构,用于识别黄金市场中的漏洞! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  Tickmill REAL   :   https://www.mql5.com/en/signals/2369893 RIXA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Default       Settings for One Сhart     XAUUSD or GOLD H4 指导 关于设置 信号 佣金退款 Only 1 Copy of 10 Left  for 245
          Gold Snap
          Chen Jia Qi
          2.33 (3)
          Gold Snap — 黄金快速利润捕捉系统 上市促销 —— 限时首发阶段 Gold Snap 目前正以特别首发优惠价提供。 后续阶段价格将继续上涨,下一重要目标价格为 999 美元。越早购买,价格优势越大。 实盘信号: https://www.mql5.com/zh/signals/2362714 为避免因使用说明、配置理解或运行环境差异而影响实际效果,请在购买后务必联系我们,以便获取使用说明、配置建议及后续更新信息。 打开链接后点击“发送私信”即可联系: https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易资讯。 打开链接后,点击页面上方的「订阅」按钮即可关注: https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我们自适应参数系统在真实市场环境中的实际价值。 但对于突破系统来说,始终存在一个现实问题: 止盈太早,容易错过后续真正的大行情; 止盈太晚,又往往会经历
          The Gold Phantom
          Profalgo Limited
          4.57 (30)
          道具公司已准备就绪!--> 下载所有套装文件 警告: 目前仅剩少量存货! 最终价格:990美元 全新优惠(仅需 399 美元起) :免费选择 1 款 EA!(限 2 个交易账户,除 UBS EA 外,可选择我的任何一款 EA) 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 实时信号 2 !!黄金幻影来了!! 继黄金收割者取得巨大成功之后,我非常自豪地推出它的强大兄弟: 黄金幻影 ,这是一个纯粹、毫不花哨的突破系统,基于同样的久经考验的引擎……但拥有全新的策略。 在The Gold Reaper 取得巨大成功的基础上 , The Gold Phantom 让自动黄金交易变得轻松顺畅。 这款EA交易系统旨在同时在多个时间框架内运行,并让您完全掌控交易频率。 从极其保守的设置到非常激进、波动性最大化的模式,应有尽有。 该系统采用多层确认算法来确定最佳入场价格,同时在内部运行多种互补策略,以有效地分散和分散交易风险。 每个仓位都包含固定的 止损 和 止盈 ,并辅以动态 追踪止损 和 追踪止盈 逻辑,旨在尽早保护资金,并让盈利尽可能地持续下去。 Go
          Wave Rider EA MT5
          Adam Hrncir
          5 (17)
          Scalper speed with sniper entries. Built for Gold. Last (4) copies at  379 USD  |   final   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
          Beatrix Miner MT5
          Azil Al Azizul
          3 (2)
          Introducing the Beatrix Series Expert Advisor, the Beatrix Miner MT5 EA. The Beatrix Miner MT5 EA performs analysis based on trend-following concepts using Bollinger Band and Moving Average indicators, as well as Price Action in executing trades. The analysis is also based on multi-timeframe analysis.  |        Live Signal         | |         IC_Markets_setfile         | Regarding the Setfile, the most important part to pay attention to is the Maximum Spread parameter. You may need to adjust thi
          Quantum Bitcoin EA
          Bogdan Ion Puscasu
          4.77 (122)
          量子比特币 EA   :没有不可能的事情,唯一的问题是弄清楚如何去做! 使用 Quantum Bitcoin EA 迈向 比特币 交易的未来,这是来自顶级 MQL5 卖家之一的最新杰作。Quantum Bitcoin 专为追求性能、精度和稳定性的交易者而设计,重新定义了加密货币波动世界中的可能性。 重要提示! 购买后,请给我发送私人消息,以获取安装手册和设置说明。 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子比特币/女王通道:       点击这里 ***购买 Quantum Bitcoin EA 即可免费获得 Quantum StarMan!*** 私信询问更多详情! Quantum Bitcoin EA 在 H1 时间范围内蓬勃发展,采用 趋势跟踪策略 来捕捉市场动量的本质。它利用 复杂的网格方法 来确保每个交易周期都以胜利结束——将波动性从挑战转变为机遇。比特币市场以 4 年为一个周期,Quantum Bitcoin EA 经过优化,可以捕捉每个周期中发生的模式,确保它始终以有利的方式结束交易 为什么选择量子比特币 EA? 掌握不可预
          AI Gold Scalp Pro
          Ho Tuan Thang
          4.3 (10)
          想要获得与我的实时信号相同的结果吗?   使用与我完全相同的经纪商:   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痴迷地优化   恢复因子 ——衡量算法在挫折后如何反弹的关键指标。 它的天才
          Grabber Bot
          Ihor Otkydach
          Grabber Bot 是一款基於經過驗證的 Grabber System 邏輯所打造的全自動交易專家顧問(EA)。該系統已在 MQL5 Market 上獲得交易者的認可與正面評價。本 EA 的開發理念源自真實交易經驗以及用戶的反饋。 許多使用 Grabber System 手動版本的交易者都面臨相同的問題: 訊號出現時,交易者可能正在睡覺或忙於其他事情(約錯過 50% 的優質交易機會) 交易者經常違反策略規則:進行過多加倉、錯誤進場、或過早平倉(導致盈利下降甚至虧損) 因此,我決定將 GRABBER 完全自動化,讓使用者能夠徹底消除這些問題,並更輕鬆地進行交易。 LIVE SIGNAL (3 deals trading) LIVE SIGNAL (1 deal trading) USER MANUAL GRABBER BOT 主要特點 交易資產:11 個交易品種 每一筆交易均設有 Stop Loss 適用於 Prop Firm 交易 單筆交易模式:每個品種同時最多開 1 筆交易(適合追求低回撤與穩定性的交易者) 三筆交易模式:每個品種最多同時開 3 筆交易(適合希望加快資金成長的交
          GoldBaron XauUsd EA MT5
          Mikhail Sergeev
          4.5 (8)
          "GoldBaron"是一款专为黄金交易(XAUUSD)设计的全自动交易机器人。 在6个月的真实账户交易中,专家能够获得2000%的利润。 每个月,专家的收入超过60%。 只需在每小时(H1)XAUUSD图表上安装交易专家,并查看预测未来黄金价格的力量。 Aggressive200足够一个积极的开始。 建议的存款是从500$。 请务必使用具有对冲可能性的账户。 一年前,我们在证券交易所的技术指标开发方面取得了突破。 我们已经设法创造了一个全新的概念。 指标及其应用并不适应历史,而是真正揭示了真实有效的模式。 新开发的所有力量都投入到技术指标"__AceTrend__"中。 10个互补的交易系统和一个基于现代人工智能的交易过滤器。 交易机器人不使用鞅,平均和其他雪崩般的资金管理技术。 看看发生了什么! 我们知道我们都喜欢什么,这就是为什么我们以积极的方式推出帐户推广。 到2026年3月将存款扩大10倍的目标提前一个月实现。 目前,专家正在接近利润的2000%。 真实账户监控: https://www.mql5.com/zh/signals/2339244 该产品的定价政策基于其在实际交易
          Gold Trade Pro MT5
          Profalgo Limited
          4.3 (37)
          推出促銷活動! 僅剩幾本,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 有一點經驗,您可以輕鬆地將它
          AI Gold Trading MT5
          Ho Tuan Thang
          3.93 (40)
          想要获得与我的实盘信号相同的收益?   请使用与我完全相同的经纪商:   IC MARKETS  &  I C TRADING .  与中心化的股票市场不同,外汇市场没有单一统一的价格报价。 每家经纪商都从不同的供应商获取流动性,从而产生独特的数据流。其他经纪商的交易表现通常只能达到 60-80%。 MQL5 上的 Forex EA Trading 频道:  加入我的 MQL5 频道以获取我的最新动态。  我在 MQL5 上拥有超过 15,000 名成员的社区 . 售价 $499 的名额仅剩 3 个(共 10 个)! 之后价格将上调至 $599。 EA 将限量销售,以确保所有已购买客户的权益。     AI Gold Trading 利用先进的 GPT-4o 模型,在 XAU/USD 市场执行复杂的趋势跟随策略。系统采用多时间框架收敛分析,结合小波变换(Wavelet Transform)降噪技术和分数阶积分技术来识别真正的趋势持续性。我们的专属算法整合了动量聚类分析与市场环境切换检测,能够动态适应市场波动状态。该 EA 利用贝叶斯概率模型评估趋势延续的可能性,并结合收益率曲线动
          Smart Owl FX
          Ivan Bebikov
          4.43 (7)
          Smart Owl FX is a sophisticated multicurrency trading algorithm designed to operate with surgical precision during the quiet hours of the Asian session. While the market sleeps, the "Smart Owl" hunts for opportunities using advanced mean-reversion logic tailored for low-volatility periods. This Expert Advisor relies on market structure analysis rather than dangerous strategies like martingale or grid. Every trade is calculated to maximize statistical probability. Set File IC/Vantage/Tickmil..se
          Gold Zilla AI MT5
          Christophe Pa Trouillas
          5 (7)
          使用 Grok AI辅助 、风险分散且 黄金优化的EA 生成可控回报。 GoldZILLA AI 是一种多策略算法,可检测市场状态以动态选择五种不同的策略,在XAUUSD上优化回报同时最小化回撤。 [   Live Signal   ] - [  Dedicated group   | Version   MT5   -   MT4   ] 购买后,请发送私信给我以获取用户手册和AI设置说明。 为什么选择此EA? 动态多策略方法 先进的市场状态检测,用于优化策略选择 五种不同的、不相关的交易策略 买卖信号的对称算法规则 风险分散 多时间框架分析(M5至H1) 五种不相关策略降低整体投资组合风险 基于市场状况的动态风险调整 所有仓位均设止损保护 先进的AI风险管理 基于具有实时网络搜索功能的Grok大语言模型 实时宏观分析和新闻事件监控 带有详细推理的每日趋势预测 黄金优化性能 专为XAUUSD CFD交易设计 利用黄金独特的波动特性 多种策略针对黄金价格行为量身定制 最高道德标准的回测和可靠的真实表现 100%高质量数据,无遗漏 零操纵历史止损或止盈 无过度拟合 定期比较Live S
          Agera
          Anton Kondratev
          3.2 (10)
          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
          AI Gold Sniper MT5
          Ho Tuan Thang
          3.82 (68)
          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
          Nano Machine
          William Brandon Autry
          5 (11)
          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辅助回调交
          作者的更多信息
          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
          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
          筛选:
          Thomas Froeba
          938
          Thomas Froeba 2020.01.16 16:45 
           

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

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

          回复评论