BandRider

  • 专家
  • Rudi Rupian
    Rudi Rupian
    我的交易之旅始于2008年——不是为了追逐快速利润,而是为了建立真正理解市场运作方式的纪律与耐心。多年来,我形成了一种沉稳、长期的交易方式:专注、系统化,并始终以概率为导向。
    我专注于在MQL5平台上开发智能交易系统(EA)——从逻辑设计、历史回测,到参数优化与实盘部署。我的EA不是建立在侥幸之上,而是建立在统计优势、风险管理与持续稳定性之上。我相信,一个好的交易系统应该在后台安静运行,让你安心生活。
    除了开发系统,我也热衷于教育——帮助其他交易者了解如何创建、测试并信任自己的自动化交易系统。我认为,最好的交易者不是交易次数最多的人,而是真正理解自己系统运作逻辑的人。
  • 版本: 1.0
  • 激活: 5

BandRider EA

BandRider EA 是一款适用于 MetaTrader 5 的自动交易专家顾问(Expert Advisor)。该系统基于布林带(Bollinger Bands)和 ATR(Average True Range)波动率过滤器,用于识别潜在的价格反转机会,同时提供可配置的仓位管理和风险控制功能。

概述

EA 持续监测价格与布林带之间的关系,并结合 ATR 指标评估市场波动性。所有交易操作均按照用户设定的参数自动执行。

入场逻辑

当价格收盘跌破布林带下轨,随后重新收于布林带范围内,同时 ATR 波动率条件满足要求时,系统将产生买入信号(BUY)。

当价格收盘突破布林带上轨,随后重新收于布林带范围内,同时 ATR 波动率条件满足要求时,系统将产生卖出信号(SELL)。

只有当布林带条件和 ATR 条件同时满足时,系统才会执行开仓操作。

ATR 波动率过滤器

ATR 过滤器用于避免在低波动或横盘市场中开仓。

当 ATR 数值低于用户设定的最低阈值时,EA 不会开启新的交易仓位。

仓位管理

EA 内置可配置的加仓管理机制。当市场满足预设条件时,系统可以自动增加新的仓位。

主要功能包括:

  • 可调整的初始手数

  • 可配置的加仓倍数

  • 最大持仓数量限制

  • 加仓间距控制

  • 自动计算加权平均入场价格

  • 自动调整相关持仓的止盈目标

风险管理

BandRider EA 提供多种风险控制选项:

  • 独立止盈(Take Profit)

  • 独立止损(Stop Loss)

  • 最大持仓数量限制

  • 基于总浮动亏损金额(USD)的全局风险保护

当所有受管理仓位的总浮动亏损达到用户设定的阈值时,系统将自动平仓。

输入参数

Signal_Mode

运行模式选择:

  • Normal(标准模式)

  • Reverse(反向模式)

布林带参数

  • BB_Period

  • BB_Deviation

ATR 参数

  • ATR_Period

  • ATR_Min_Pips

仓位参数

  • Lot_First

  • Lot_Multiply

  • Max_Positions

  • Grid_Pips

盈亏控制参数

  • TP_Pips

  • SL_Pips

  • Global_SL_USD

附加参数

  • One_Cycle_Day

使用建议

本 EA 可应用于多种交易品种和时间周期。建议用户在模拟账户或策略测试器中进行充分测试和优化后,再应用于实际交易环境。

技术支持

产品支持可通过 MQL5 消息系统及产品评论区获得。

风险声明

金融市场交易存在风险,并不适合所有投资者。市场条件可能随时发生变化,从而影响交易结果。本 EA 仅为自动化交易工具,不保证任何特定收益或结果。用户需自行承担所有交易决策、参数设置及风险管理责任。


推荐产品
Canberra mt5
Mikhail Mitin
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators:  Bollinger Bands  and  OsMA  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quickly
Apex Trend Engine
Thiago Balonyi Candal Da Rosa
Apex Trend Engine is a professional Expert Advisor built to trade market structure and directional momentum with a disciplined risk framework. Unlike conventional systems that rely on lagging indicators or risky recovery methods, Apex Trend Engine focuses on identifying high-probability trend conditions and executing trades with precision and control. The system uses a combination of structural price analysis, volatility filtering, and trend validation to avoid low-quality market conditions. Tra
Allgain100
Nissar Ahmed
Key Features Strategy Core EMA Crossover System : Fast EMA (default: 20) and Slow EMA (default: 50) Generates buy signals when Fast EMA crosses above Slow EMA. Generates sell signals when Fast EMA crosses below Slow EMA. Fibonacci Filter : Calculates Fibonacci retrenchment levels (23.6%, 38.2%, 50%, 61.8%, 78.6%) based on recent price swings. Requires price to be near a Fibonacci level (configurable threshold) to validate trades. Risk Management Position Sizing : Dynamically calculates lot size
Devils Deadlock
Rajput Hitesh Dadusinh
Devils DeadLock is a fully automated algorithmic trading system engineered specifically for Bitcoin (BTCUSD). It captures momentum breakouts around daily structural liquidity levels (Previous Day High and Previous Day Low) and manages active positions with a high-speed dynamic trailing stop. === Strategy Overview === • Daily Breakout Execution: Automatically calculates previous session highs/lows at the daily bar open and places precision pending stop orders. • OCO (One-Cancels-Other) Protecti
MT4 版本: https://www.mql5.com/en/market/product/104671 MT5 版本: https://www.mql5.com/en/market/product/110506 对冲突破 Expert Advisor 是一款复杂的交易工具,旨在利用市场突破,同时通过对冲策略进行稳健的风险管理。 该 EA 经过精心设计,旨在识别最佳突破机会,利用增加的市场流动性来最大限度地发挥交易潜力。 通过对冲,将突破逻辑与有效的风险管理相结合,该专家顾问旨在提高整体交易绩效并防范潜在的逆转。 主要特征: 突破检测算法: 该 EA 配备强大的突破检测算法,可识别关键支撑位和阻力位。 利用历史价格数据和波动性指标来确定潜在的突破点。 动态位置调整: 根据市场状况、波动性和账户净值实施动态头寸规模。 调整交易规模以优化风险回报率并与已确定的突破潜力保持一致。 市场流动性分析: 监控和分析市场流动性,确定交易活动增加的时期。 利用突破期间流动性的增强,以有利的条件进行交易。 对冲风险管理: 如果发生价格逆转,EA 会
Hyper Scalper PRO EA
Jakir Hussain Shaikh
Hyper Scalper PRO EA Hyper Scalper PRO EA is an advanced automated trading system for MetaTrader 5 designed to capture fast market opportunities using an EMA crossover strategy combined with smart pending order trap logic. The EA analyzes price movement using a Fast EMA and Slow EMA to detect trend changes. When a crossover signal appears, the EA automatically opens a market trade and can place pending limit orders to capture better entries during pullbacks. This allows the system to trad
CL CRT Machine
Rajalakshmi Murugesan
CL CRT MACHINE CL CRT MACHINE is a fully automated trading system designed for disciplined and controlled trading. All strategy logic is fully inbuilt;  users only need to configure risk settings based on their preference. Minimum Recommended Capital: $500 Required Timeframe: H1 Pair: XAUUSD ️ Key Features Trades only on H1 timeframe (fixed for consistency) Uses closed candles only (no repainting) Supports Buy & Sell setups One trade per valid setup (no overtrading) No martingale, no grid,
FREE
Alpha Ricochet
Brian Omondi Otieno
Alpha Ricochet 是一款基于简单理念构建的自动化交易机器人:当出现单笔亏损时,它不会像马丁格尔策略那样加仓摊薄成本,而是以带保护性止损的反向仓位来应对亏损;只有当这笔反向仓位也触发止损时,才会开立一笔恢复仓位。 该智能交易系统持续利用ADX指标判断当前市场处于震荡还是趋势状态,并据此自动调整持仓间距:震荡行情下使用布林带宽度,趋势行情下则使用ATR,而不是在所有市场状态下都采用固定的间距。 包括反向仓位和恢复仓位在内的每一笔持仓,都采用移动止盈而非固定止盈目标进行管理,从而让盈利仓位有足够空间继续增长,同时保护已获得的利润。账户净值与保证金保护机制会在浮动回撤或保证金水平超过您设定的安全阈值时暂停开立新仓位,但不会平掉已经持有的仓位。 主要特点: 根据市场状态(ADX、ATR、布林带)自动调整网格间距 采用带保护性止损的反向仓位机制管理亏损,而非马丁格尔式加仓摊薄 反向仓位触发止损后的恢复仓位逻辑 每种仓位类型均采用移动止盈 开立新仓位前的净值与保证金水平保护 手数、止损距离及移动止盈参数均可完全自定义 根据我们自身的测试结果,Alpha Ricochet 目前建议在EUR
Wolf EA MT5
Satria Adhi Monandar
Wolf-EA is an automated forex robot work using a combination of martingale and hedging. Because of this method, this EA has a very high ROI (Return of investment) with relatively good stability. According to the developers, this automated trading system is able to perform miracles. Many Traders scare away from Martingale, as this principle is perceived as the basis of the trading system. But if you play smart, it can be very profitable. Please test in a demo account first for at least a week. Al
Custom Range Breakout EA (CRB) is a highly configurable breakout trading system that lets you define any price range and automate trades based on your strategy. Whether you're targeting the London open, New York session, or a custom intraday level, CRB gives you complete control over how and when to enter trades, with advanced risk tools and precise timing filters. The EA includes trailing stop, break-even logic, news filtering, day-of-week control, and more. All dynamic trade management inputs
Gold Range Breakout Bot for MetaTrader 5 This Expert Advisor trades based on a defined price range between 3:00 and 6:00 AM server time on XAUUSD. When the price breaks out of this range, a single trade is triggered — either long or short. The trade automatically closes at 6:55 PM. A fixed stop loss of 1% is used. The strategy follows a time-based logic with daily resets and no overnight exposure. No indicators are required. Built using structured conditions and tested logic for controlled execu
FREE
Libim
Tai Fung Pontus To
Libim - Breakout Trading Robot for MetaTrader 5 Unlock the power of breakout trading with   Libim , a cutting-edge Forex trading robot designed for MetaTrader 5 platform. Libim specializes in identifying and capitalizing on breakout opportunities, ensuring you never miss a potential market move. Whether you're a seasoned trader or just starting, Libim offers a reliable, automated solution to enhance your trading performance. Key Features: Breakout Trading Strategy:   Libim is engineered to detec
Aegis Kalman Trend
Amanda Vitoria De Paula Pereira
Aegis Kalman Trend is a raw automated trading engine built specifically to extract real momentum from XAUUSD without chasing market noise or taking dummy entries, most retail expert advisors use slow moving averages that cruzam atrasadas and wipe your balance during choppy sessions but this chassi uses a dual-matrix Kalman filter to track the true institutional price line with zero phase-lag, the core algorithm runs an adaptive noise engine that calculates volatility on the fly, it adjusts the f
The EA opens trades based on Fractals indicator signals and uses smart averaging and position volume calculation. Unlike most grid expert advisors, Double Grid Pro opens averaging positions only on signals. The Fractals indicator is considered the most effective in this case. The expert Advisor can be configured for an aggressive and conservative trading style. The key parameter in the strategy is the CorrectionValue parameter, it indicates the size of the correction at which we close the enti
3 Bulls and 3 Bears EA is an expert advisor that uses candlestick patterns and EMA indicator to trade the forex and crypto market with a grid system. The trading strategy of this expert advisor is based on the following logic: this expert buys or sells when a certain number of bear and bull candles with a specific body are formed. The expert advisor also uses a grid system to increase the profitability and reduce the risk of each trade. The grid system works by placing multiple orders at differ
Fund Mode MT5
Nunthasak Aunkaew
Fund Mode MT5 – XAUUSD (M5) 的 Price Action EA Fund Mode MT5 是一款基于 Price Action 的智能交易系统(EA) 不使用 Grid 不使用 Martingale 专为 XAUUSD(黄金)M5 时间周期开发, 重点关注安全性、稳定性,以及小资金账户的适用性。 注意: 过往表现并不保证未来结果。 交易存在风险。 主要功能 1️⃣ 交易系统 策略:Price Action + 吞没形态 主要时间周期:M5 不使用:Grid、Martingale 或 Hedge 入场条件: 吞没形态识别 多重过滤器:EMA、ADX、RSI 入场前需进行价格确认 2️⃣ 风险管理 止损:固定点数(默认 1000 点) 止盈:基于风险回报比(默认 1:2) 手数模式: 固定手数 按风险比例(每笔交易 % 风险) 回撤保护: 每日最大回撤限制 最大总回撤限制 3️⃣ 安全系统 每日盈利目标:达到目标后自动停止交易 资金锁定系统:当净值达到设定水平时锁定利润 RR 移动止损:根据风险回报比自动调整止损 点差过滤器:避免在高点差环境下
FREE
EuroPulse Distance Flow — Price Distance from EMA200 + ADX Trend EA (Swap-Free) PRODUCT OVERVIEW EuroPulse Distance Flow is a premium automated trading solution designed for MetaTrader 5, specialized for the EURUSD currency pair. The EA implements a simplified yet powerful trend-following strategy: • Price distance from EMA200 for trend direction • ADX 14 for trend strength confirmation • ATR-based stop loss and take profit • Daily loss protection • Swap-Free mode for Islamic account
This Expert Advisor (EA) generates trading signals by combining popular technical indicators such as   Chandelier Exit (CE) ,   RSI ,   WaveTrend , and   Heikin Ashi . The strategy opens positions based on the confirmation of specific indicator filters and closes an existing position when the color of the Heikin Ashi candlestick changes. This is interpreted as a signal that the trend may be reversing. The main purpose of this EA is to find more reliable entry points by filtering signals from var
GoldEdge Pro Showtime
Vittaya Klangpimanarkart
GoldEdge Pro – Smart Pullback Trading System GoldEdge Pro is an advanced Expert Advisor designed for XAUUSD, focusing on pullback and dip-detection strategies within established market trends. The system is built to identify temporary price retracements and execute trades with structured confirmation and risk control. Core Trading Concept GoldEdge Pro is based on a pullback trading methodology: 1. Dip Detection Engine The system identifies short-term market retracements using EMA alignment (8 /
Step by step trade BB
Kambiz Shahriarynasab
Only 5 copies of the EA at $30! Next price --> $45 This robot works on the basis of bowling band and has stepped entrances at safe points. benefits:         Works on all instruments and time series,        It has excellent inputs for position management that can avoid a lot of risk. Input settings:         Volume: Selects a fixed volume for the trade that uses its own risk management if it is zero.         Risk for all positions: The amount of risk for all positions in one direction, for exam
Kiritosun EA
Eric John Peter Meissner
Kiritosun EA – Free Edition Kiritosun EA 是一款免费的智能交易系统(Expert Advisor),采用 基于交易时段的突破策略 ,结合清晰的价格结构和严格的风险管理规则。 该 EA 会在预设的交易时段内计算 时段最高价与最低价 ,并在 交易时段结束后 ,当价格有效突破这些关键水平时自动执行交易。 同时集成了 Fair Value Gap(FVG)过滤器 ,用于提高入场质量并减少虚假突破。 主要功能 自动计算 交易时段高点与低点 在交易时段结束后进行突破交易 No-Sweep 逻辑,用于过滤假突破 内置 Fair Value Gap(FVG)确认过滤 同一时间仅允许 一个交易机会 双仓位管理 (部分止盈 + 趋势跟随) 自动计算 止损(Stop Loss)和止盈(Take Profit) 符合经纪商规则的止损距离验证 支持 Netting 和 Hedging 账户类型 风险管理 默认手数可完全 自定义 基于账户当前权益的 动态风险控制 可选的 每日最大回撤保护 第一目标位触发后自动移动至 保本(Break-Even) 支持 ATR 止损 或 固定
LastStand Ai1 Oracle
Nothpone Thamrongarchariyakul
This program uses a two-time frame trading system. Use a large time frame to set the direction. and small time frames to find trading entry points.As for the AI, the perceptron method is used.Please try the demo before you actually buy it. Disclaimer - Trading has large potential risk. You must be aware of the risks and be willing to accept them in order to invest. - Do not trade with money you cannot afford to lose. This is neither a solicitation nor an offer to Buy/Sell futures, options or cu
Correlated MT5
Ulises Calderon Bautista
## 中文 ### Correlated MT5 v8.1 Correlated MT5 v8.1 是一款用于 MetaTrader 5 的多品种 Expert Advisor,用于分析资产篮子、相关性和均值回归。它既可以作为市场观察面板使用,也可以作为带有敞口、仓位和风险控制的自动交易系统使用。 #### 工作原理 - 使用 3 到 10 个交易品种构建资产篮子,并对价格进行标准化。 - 计算相关矩阵,并可使用 Random Matrix Theory 过滤噪声。 - 入场需要与已配置篮子达到最低相关性。 - 做多信号:有效 Z-score 低于 `-ZScoreEntry` ,和/或 S-score 低于 `-SScoreEntry` ,取决于 `SignalMethod` 。 - 做空信号:有效 Z-score 高于 `ZScoreEntry` ,和/或 S-score 高于 `SScoreEntry` ,取决于 `SignalMethod` 。 - 协整可以过滤、替换或组合信号使用的价差;Kalman 可以更新对冲比率。 - 出场条件包括均值回归、极端评分、
Vix Boom Crash Miner
Lefika Raphel Sebatane
THE VIX BOOM & CRASH MINER - EA  (BUILT WITH VIXALGOBULDER ) Introducing the high performance Boom and Crash Synthetic Indices Expert Advisor,  THE VIX BOOM & CRASH MINER. This EA trades the well known and highly volatile Boom and Crash Indices ( Crash Boom Indices ) offered by Deriv Broker. The strategy behind this high performance EA focuses on trading against the spike candles in the Boom and Crash symbols so in a Boom Market, it places sell trades and in a Crash Market it places buy trade
CRT Model 1
Yahia Mohamed
5 (1)
CRT Model 1 EA 是一款自动交易解决方案,旨在执行 CRT Model 1 策略,该策略专注于基于时间的区间分析、流动性扫荡(Liquidity Sweeps)和回调入场。 该智能交易系统(EA)定义特定的时间范围以建立高价和低价参考点。然后,它监控该范围之外的价格行为,以识别海龟汤(Turtle Soup/流动性扫荡),随后进行反转和回调入场。 策略逻辑 该 EA 基于以下逻辑顺序运行: 区间计算:计算“区间开始小时”和“区间结束小时”之间的价格行为的最高价(High)和最低价(Low)。 Model #1 入场模式: 做空设置:EA 等待一根蜡烛收盘价高于 CRT 高点。然后等待随后的蜡烛收盘价回到该水平之下。当价格回调至该水平时,执行入场。 做多设置:EA 等待一根蜡烛收盘价低于 CRT 低点。然后等待随后的蜡烛收盘价回到该水平之上。当价格回调至该水平时,执行入场。 重要提示 要交易凌晨 5 点(纽约时间)的 4 小时蜡烛区间,请将该时间转换为您的经纪商服务器时间(例如,IC Markets 为 12:00)。然后加上 4 小时作为蜡烛持续时间。设置:CRT Rang
GoldDow2
Kyōhei Shirahama
Advanced R-Based Risk Management Breakout EA with SMA200 Trend Filter This Expert Advisor integrates Dow Theory breakout logic with ATR-based R-multiple risk management. The entire trade lifecycle — from position sizing to exit — is volatility-adjusted and systematically controlled. Key Features 1. Dow Theory Breakout Logic Breakout of recent swing highs/lows Multi-timeframe structure confirmation Automatic swing detection 2. SMA200 Trend Filter Buy only above SMA200 Sell only below SMA200 Stric
Yield Dynamics
Saiful Izham Bin Hassan
YieldDynamics 提供了一种结构化的、分析性的算法市场执行方法。该系统以纪律和风险管理为核心原则,为您提供了一个精确的框架,用于在复杂的市场环境中导航。体验清晰的操作稳定性,并发现先进的资本保护协议所带来的信心。 优势与特点 机构级执行框架(Institutional Edge):通过严格监控最大点差和滑点容忍度来维持执行质量,确保您的订单在合适的市场条件下成交。 账户级权益保护(Account-Level Equity Guard):通过持续追踪移动回撤来保护您的资金。如果达到您定义的风险阈值,系统将自动停止交易以保护您的余额。 自适应头寸规模(Adaptive Position Sizing):采用智能成交量计算方法,包括动态凯利公式和波动率调整规模,使您的风险敞口与当前市场行为保持一致。 隐身安全协议(Stealth Security Protocols):利用虚拟止损和止盈管理,将您的退出参数保留在系统内部。订单随机化逻辑引入自然执行延迟,以保持有机的交易痕迹。 集成新闻过滤器(Integrated News Filter):在重大经济日历事件期间无缝暂停交易操作
Oneiroi
Oleksandr Powchan
5 (1)
Oneiroi trades hard oversold and overbought conditions. On M15 you can achieve a very high hitrate. The system does not trade a lot because meeting the three conditions is quite hard. It will work on any pair and any broker but some are better than others. The EA will work also on small accounts but i would highly recomend to use a 100kcent account. Our Goal is to help you be way more profitable and way more stress free, so you can enjoy the things that are important to you and your family.
QA-XAU FakeInsider is a professional XAUUSD (Gold) Expert Advisor for MetaTrader 5 built on a structured multi-timeframe confluence system using Bollinger Bands and Moving Averages across H1, M10, and M5 timeframes. Trades only when multiple layers of market structure alignment are confirmed. Capital protected by circuit breaker, daily loss limit, and ATR volatility filter. No martingale. No grid. No recovery system. Live forward testing on a real XM Global account since January 2026. Forward te
Seasonal Pattern Trader
Dominik Patrick Doser
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
该产品的买家也购买
Quantum Commander
Bogdan Ion Puscasu
4.5 (8)
量子生态系统正进入一个全新的战场——一位全新的指挥官即将掌舵。量子指挥官专为美国30指数开发,是一款全自动智能交易系统,专为全球最具活力的市场之一而打造。 在充斥着黄金EA的世界中,Quantum Commander脱颖而出。 在推出几款以黄金为重点的产品之后,我们正凭借 US30 进入新的领域——这是一种新的工具、一种不同的策略,也是一个为 Quantum 生态系统带来真正多元化的强大机会。 特价上市优惠价。最终价格 1999 美元。 实时信号:   点击此处 量子指挥官MQL5公共频道: 点击此处 ***购买 Quantum Commander MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 量子指挥官登场 量子指挥官的创建只有一个目的。 分析 US30,识别既定市场趋势中的回调,自动执行,并以速度和纪律管理每个仓位。 US30 指数以强劲
Quantum Titan MT5
Bogdan Ion Puscasu
4.87 (30)
Quantum Titan 将机构级交易引入 Quantum 生态系统,为精准度、纪律性和经证实的实时市场表现树立了新的标准。 Titan 是为那些对黄金智能交易系统有更高期望的交易者而开发的,代表了量子交易技术的下一个发展阶段。 全球终身授权数量严格限制在 1000 个。 当1000份全部售罄后,《量子泰坦》将不再发售。 特价上市优惠价。最终价格 1999 美元。 只需5万美元初始投资即可获得实时信号:   点击此处 Quantum Titan MQL5 公共频道:   点击此处 ***购买 Quantum Titan MT5,即有机会免费获得 Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X 或 Quantum Starman!*** 详情请私信咨询! 隆重推出量子泰坦 Quantum Titan 是我从未打算公开发布的黄金级智能交易系统。 几个月来,我一直用自己的资金私下交易 Titan,并且
MoonDog EA
James Vito Armin Bianchini
4.79 (24)
MoonDog EA 是一款专为 MetaTrader 5 上的 XAUUSD 设计的多策略突破型智能交易系统(Expert Advisor)。 该系统结合了五种相互独立的突破策略,用于识别不同类型的突破条件和价格扩张行情。 MoonDog 不使用马丁格尔、Recovery 模式、Grid Recovery、亏损后加大手数或亏损加仓平均成本。 每笔交易都会在开仓时设置独立的 Stop Loss 和 Take Profit。出现亏损后,系统不会通过更大的仓位来试图追回之前的损失。 Break-even、Trailing 和 MoonLock 都是用于保护现有持仓的交易管理功能。它们可以调整已有仓位的保护水平,但不会增加手数,也不会为了追回亏损而开启额外仓位。 官方实盘信号 MoonDog 的真实交易活动可以通过官方 MQL5 Signal 进行监控: https://www.mql5.com/en/signals/2381309 该实盘信号用于提高透明度。由于点差、佣金、滑点、执行延迟、流动性以及经纪商执行条件等因素,实盘结果可能与回测结果存在差异。 交易策略 MoonDog 专门为 X
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (49)
传奇仍在继续。女王不断进化。 欢迎来到 Quantum Queen X——传奇黄金交易系统的下一代产品,它建立在 Quantum Queen 已证明的成功之上。 Quantum Queen X 基于与 Quantum Queen 相同的成熟核心引擎构建,引入了强大的全新自定义模式,允许交易者精确选择要启用或禁用的策略。 每项策略都经过单独审查、改进和优化,以在不同的市场环境下提供更佳的性能和适应性。默认预设也得到了增强,现在包含 9 项精心挑选的策略,而非之前的 7 项,从而提供更广泛的市场覆盖和更多交易机会,同时保留了使 Quantum Queen X 成为 MQL5 平台上最成功的黄金智能交易系统的严谨交易理念。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions 折扣价   价格 。     每购买 10 件,价格将上涨 50 美元。最终价格为 1999 美元。 实时信号 IC Ma
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
道具公司已准备就绪!( 下载道具文件 ) 警告: 目前仅剩少量存货! 最终价格:990美元 免费获得 1 个 EA(适用于 3 个交易账户)-> 购买后请联系我 超值组合优惠   ->   点击这里 加入公开群组: 点击此处   实时信号 客户端信号 YouTube 评论 最新手册 欢迎来到黄金收割者! 这款EA是在非常成功的Goldtrade Pro的基础上开发的,设计用于同时在多个时间框架上运行,并且可以选择将交易频率设置为从非常保守到极度波动。 该EA使用多种确认算法来寻找最佳入场价格,并在内部运行多种策略来分散交易风险。 所有交易都有止损和止盈,但同时也使用追踪止损和追踪止盈来最大限度地降低风险,并最大限度地提高每笔交易的潜力。 该系统基于非常流行且行之有效的策略:交易突破重要支撑位和阻力位的交易机会。   黄金非常适合这种策略,因为它是一种波动性很高的货币对。 系统会根据您的账户规模和最大允许回撤设置自动调整交易频率和手数! 回测结果显示增长曲线非常稳定,回撤幅度控制得非常好,恢复速度也很快。  这款EA已经针对黄金进行了最长时间的压力测试,使用了多个经纪商的多个价格
Iron Stops
Fajar Dicky Firmansyah
4.5 (52)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 没有噱头。没有空洞的承诺。 Iron Stops 迎合关注一个关键方面的交易者: 一致性 。无论您是正在进行 道具挑战 还是管理客户资金,这款 EA 都能保持在设定的界限内并提供可靠的结果。 仓位在 36 小时 内平仓。 在单一图表上运行: 只需将其应用于 XAUUSD ,使用 M30 时间框架。这就是您所需要的。一个图表。一个强大的工具。 正确的配置对准确回测至关重要! 请联系我获取我的 .ini 文件 和详细说明。 注意: 这款 EA 目前的价格是 580 。一旦购买 30 个许可证,价格将提高到 629 。目前,已有 29 份已售出。在价格变动之前不要错过。 博客 链接 =  https://www.mql5.com/en/blogs/post/763583 频道 链接 =  https://www.mql5.com/en/channels/mqltradingfajar 给我发消息,我会给您发送一份  试用  包,供您在模拟账户中使用。 主要优点 免费赠
Aikon MT5
William Brandon Autry
5 (1)
Aikon 改变了您操作 Expert Advisor 的方式。 当前价格 — 接下来的 10 次购买 24 小时首发期现已结束。当前 Market 价格将在接下来的 10 次购买中保持不变。完成这 10 次购买后,价格将再次上调,并逐步接近最终价格 $4,997 。 快速开始。用自然语言与系统交流。选择交易如何承担风险。控制允许投入运作的资本规模。在整个运行过程中使用 AI,同时避免不必要的调用成本。 快速开始 — 第一次使用 AI?没问题。 Aikon 的设计目标是在保持强大深度的同时,不让首次设置变得复杂。 统一 AI 设置可以从一个提供商、一个模型和一个 API 密钥开始。第一次连接会自动为 Aikon 的主要智能角色完成基础配置。以后如有需要,您可以再使用高级模型路由。 Quick Start 随后提供三种方式: 使用一键优化的起始配置。 通过与 Ask Aikon 对话来建立设置。 直接自定义 Trading Constitution。 优化起始方案包括 Forex Single Entry with Stop Loss 、 Gold / XAUUSD Single Ent
Smart Gold Hunter
Barbaros Bulent Kortarla
4.05 (61)
No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter 是一款用于 MetaTrader 5 上 XAUUSD / 黄金交易的专家顾问(Expert Advisor)。它专为那些喜欢无网格、无马丁格尔、具有真实止损和止盈逻辑以及可控风险管理的黄金 EA 的交易者而设计。 您可以在做决定之前查看实时信号: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter 不是网格 EA,也不是马丁格尔 EA。它不依赖无限恢复仓位、对冲系统或亏损后加仓。其核心理念是以可控逻辑、保护设置和真实交易管理来交易黄金,而不是危险的加仓平均。 该 EA 主要针对 XAUUSD / 黄金设计。您可以在 XAUUSD 或您经纪商的黄金品种上使用,例如 XAUUSDm、GOLD 或类似名称。 经纪商条件对黄金交易很重要,因此建议使用低点差、低滑点、
Scalping Robot Pro MT5
MQL TOOLS SL
4.37 (157)
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
Ultimate Breakout System
Profalgo Limited
5 (48)
重要的 : 此套装仅以当前价格限量发售。    价格很快就会涨到1999美元!   已包含 300 多种策略 ,更多策略即将推出! 额外福利 :  从我的其他 EA 中免费 选择 5 款!   所有设置文件 + 完整设置和优化指南 视频指南 实时信号 第三方评论 新增 - 44 种策略实时信号 欢迎来到终极突破系统! 我很高兴地向大家介绍终极突破系统,这是一款经过八年精心开发的复杂且专有的智能交易系统 (EA)。 该系统已成为MQL5市场上多款表现优异的EA的基础,其中包括备受赞誉的Gold Reaper EA。 它曾连续七个多月位居榜首,此外还有 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统并非仅仅是另一款EA(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
Ghost Scalper MT5
Thomas Christoph Lipka
5 (8)
Ghost Scalper MT5 Ghost Scalper MT5 是一款专为 MetaTrader 5 的 XAUUSD / 黄金 交易开发的全自动智能交易系统。 Ghost 专注于黄金市场中具有选择性的 突破和动量行情 。EA 会等待内部市场条件满足,而不是持续不断地开仓。 价格模式: 每售出 10 份,价格上涨 100 USD ,直到最终价格达到 1,499 USD 。 4 个独立策略 Ghost A Ghost B Ghost C Ghost D 每个策略都有独立的入场逻辑、交易管理和风险设置,并且可以单独启用或关闭。 资金管理 Fixed Lot – 固定手数 Risk Percent – 根据设定的风险百分比自动计算仓位 Risk per Balance – 根据当前账户余额自动调整交易手数 每个 Ghost 策略都可以单独设置风险。多个策略可能同时交易,因此在选择总体风险时需要考虑这一点。 自动交易管理 BUY 和 SELL 入场 自动计算突破水平 挂单管理 Stop Loss 和 Take Profit 自动 Trailing 持仓管理 风险和手数计算 自动更新挂单
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.59 (17)
ThunderGold Scalper ThunderGold Scalper 是一款专为 MetaTrader 5 黄金自动交易开发的智能交易系统。 该 EA 适用于 M15 周期的 XAUUSD 和 GOLD。系统通过专有的多因素决策引擎识别符合条件的交易机会,并自动管理交易仓位。 系统综合分析市场结构、趋势方向、K线质量、成交量、动量以及交易执行条件。它会耐心等待合适的市场环境,而不是持续频繁开仓。 Live Signal — TMGM 主要功能 专为 XAUUSD 和 GOLD 开发 推荐周期:M15 全自动交易 不使用网格策略 自动 Stop Loss 和 Take Profit 动态移动止损 按风险比例或固定手数计算仓位 趋势和动量过滤器 K线质量和成交量过滤器 高影响力新闻过滤器 节假日和市场关闭保护 滑点调整系统 每日交易次数限制和冷却机制 信息交易面板 针对 Exness 的自动点数调整 推荐交易条件 ThunderGold Scalper 对点差、滑点、流动性和执行速度较为敏感,因此经纪商的交易条件可能会显著影响结果。 该 EA 已在以下经纪商环境中进行测试: TM
GoldenShot
Adam Hrncir
5 (10)
Last copies at 169 USD  /   199 USD next  /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual  / Why are the back-test numbers that good - is it real or over-fitted? One shot. One target. Zero recovery. GoldenShot is a single-position gold EA built for controlled, long-term trading. It waits for a qualified setup, takes one clean shot with a real stop loss, and if the idea does not work, it manages the trade instead of rescuing it. No
Quantum King EA
Bogdan Ion Puscasu
4.96 (219)
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 对开发的全自动交易系统。 它将网格策略的结构与马丁格尔的自适应恢复逻辑相结合,形成了一个在所有市场阶段智能管理交易的系
Silent Exit MT5
Fajar Dicky Firmansyah
5 (7)
没有噱头。没有空洞的承诺。 Silent Exit 专为专注于单一目标的交易者打造: 稳定的表现 。  包含所有主要货币对:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD 无论您是在努力通过 Prop 交易挑战 ,还是在管理客户资金,这款 EA 都能保持纪律性——并带来实际成果。 信号链接: https://www.mql5.com/en/signals/2388541 请记住,这是一个 100k 的 Darwinex Zero 账户,我并没有存入 100k,这个账户仅用于展示实时交易结果。 策略如何运作 成交量加速:   此功能可以检测成交量的快速变化,而这种变化通常预示着即将发生的突破。但这一次,我们加入了多个仅适用于主要货币对的指标。   策略如何运作 成交量加速:  与 Iron Stop 相同, 此功能可以检测成交量的快速变化,而这种变化通常预示着即将发生的突破。但这一次,我们加入了多个仅适用于主要货币对的指标。   正确的回测需要正确的配置! 联系我即可获取我的 .ini 文件 以及详细的配置说明。 注意: 目前该
Cepheus
Thierry Ouellet
5 (1)
LIMITED LAUNCH SPECIAL: 149 USD (Next Tier: 199 USD / Final Price: 399 USD) Price automatically increases by +50 USD every 10 licenses sold .  User manual Live signals Cepheus Loyalty Cepheus Discipline Cepheus Ultimate (both breakout engines Two Synergistic Engines. Zero Grid. Zero Martingale. Defined Risk. Cepheus is a dual-engine algorithmic trading system developed specifically for XAUUSD (Gold) . Instead of relying on a single trading model, Cepheus combines two independent strategies des
Quantum Athena X
Bogdan Ion Puscasu
5 (11)
更智能的控制,更精准的操控。 欢迎来到 Quantum Athena X——新一代专注于黄金交易的系统,它在 Quantum Athena 的精准性、效率和纪律性执行的基础上更进一步。 Quantum Athena X 基于与 Quantum Athena 相同的精简核心引擎和精心挑选的 6 种策略构建而成。每项策略都针对当前的黄金市场状况进行了单独优化和改进,而全新的强大自定义模式则允许交易者精确选择启用或禁用哪些策略。 对于喜欢即插即用体验的交易者,原有的优化配置仍然可用;而对于想要创建自己个性化策略组合的交易者,自定义模式则提供了更大的灵活性。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 折扣价   价格 。     每购买 10 件,价格将上涨 50 美元。最终价格为 1999 美元。 实时信号 IC Markets:       点击这里 Quantum A
Neo Delta
Marco Scherer
Neo Delta 是一款用于 MetaTrader 5 的自动化智能交易系统(EA),仅交易黄金(XAUUSD)。其决策基于成交量 delta 动量——即每根K线内买卖压力的平衡。机器学习过滤器会在开仓前审核每一个潜在入场点。 支持 我们团队分工明确:一部分负责开发,一部分负责客户服务。有关安装、设置及其他任何问题,请在购买后联系我们的版主 Zolia: https://www.mql5.com/zh/users/zolia 该 EA 运行四个独立模块,每个模块均可单独开启或关闭: 实时信号 在我们经过验证的 MQL5 信号中查看该 EA 的实时表现: 查看实时信号 → 5m Long — 5分钟图上的短线多头交易 20m Long — 20分钟图上的波段多头交易 5m Short — 5分钟图上的短线空头交易 20m Short — 20分钟图上的波段空头交易 每个仓位均由 EA 完整管理:动态或固定止损、止盈以及移动止损。内置新闻过滤器会在重要美元新闻前后暂停交易。图表上的面板随时显示当前状态、浮动与已实现盈亏,以及即将公布的新闻。 功能 四个可独立开关的交易模块(多头/空头,5
Lizard
Marco Scherer
4.22 (50)
什么是 Lizard? Lizard 是一款用于 MetaTrader 5 平台 XAUUSD(黄金)的全自动智能交易系统。它采用多策略摆动突破系统:识别图表上的关键结构位,并在计算得出的入场点位挂出停止订单。 不使用马丁格尔,不使用网格,不在亏损时加仓。 每笔交易都带有明确的止损和止盈,随后由多层退出系统全天候管理,无需人工干预。 支持 我们团队分工明确:一部分成员负责开发,一部分成员负责客户支持。购买后,安装、设置及其他任何问题请联系我们的版主 Zolia: https://www.mql5.com/zh/users/zolia 实盘信号 三个账户,三种风险设置,相同的交易逻辑。运行结果公开可查: Normal Standard: https://www.mql5.com/zh/signals/2372821 ECN High: https://www.mql5.com/zh/signals/2383392 ECN Armageddon: https://www.mql5.com/zh/signals/2386457 工作原理 Lizard 在一小时周期上持续扫描 XAUUSD 图
Zerqon EA
Vladimir Lekhovitser
3.47 (34)
实时交易信号 交易活动的公开实时监控: https://www.mql5.com/zh/signals/2372719 官方信息 卖家资料 官方频道 用户手册 安装说明和使用指南: 查看用户手册 Zerqon EA 是专为 XAUUSD 交易开发的自适应专家顾问。 该策略基于通过 ONNX 集成的 Deep LSTM 神经网络模型,使系统能够处理连续性的市场行为并以结构化方式分析价格动态。 该模型专注于识别黄金价格走势、波动性以及时间条件中的特定模式。 与传统固定信号不同,EA 通过训练后的神经网络框架分析市场,仅在内部模型识别到合适条件时才执行交易。 Zerqon EA 不会持续不断地进行交易。 某些时期可能完全没有任何交易,而在适合的 XAUUSD 市场阶段,系统可能会在较短时间内执行多笔交易。 每笔交易均带有预定义的 Stop Loss 和 Take Profit 参数。 同时还使用追踪止损机制来动态管理持仓。 该 EA 适用于偏好基于神经网络的黄金交易方式、重视执行控制以及接受可变交易频率的用户。 主要特点 不使用高风险交易技术,如马丁格尔 (M
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.4 (139)
更少交易。更好交易。稳定性高于一切。 • 实时信号 模式 1 实时信号 模式 2 Twister Pro EA 是一款专为 XAUUSD(黄金)M15 时间框架开发的高精度剥头皮智能交易系统。交易次数少——但每次交易都有目的。 每笔入场在开仓前须通过 5 个独立验证层,默认配置下胜率极高。 两种模式: • 模式 1(推荐)— 极高胜率,每周交易次数少。专为资金保护和纪律性交易而设计。 • 模式 2(短止损)— 止损幅度显著缩短,交易次数多于模式1。每笔亏损极小。适合希望在受控风险下增加市场曝光的交易者。 规格参数: 交易品种:XAUUSD | 时间框架:M15 最低入金:$100 | 推荐:$250 RAW SPREAD 账户必须使用 强烈推荐 VPS 无网格!每笔交易均设有止盈和止损! 推荐券商: Exness Raw | Vantage | Fusion Markets 购买后发送消息即可获得: 完整用户指南 专属奖励 过往业绩不代表未来结果。请理性交易。
Cortex IDX
Vladimir Mametov
4 (8)
这是一款专为 MetaTrader 5 平台打造的全自动智能交易系统(Expert Advisor,EA),专门针对 US30(道琼斯工业平均指数) 交易进行了深度优化。交易逻辑结合了美国股指的典型市场特征,包括趋势行情、盘中回调以及高波动阶段,能够自动完成信号识别、开仓、持仓管理和离场操作。 EA 的核心理念是让盈利单尽可能持续运行,同时严格控制亏损风险。盈利仓位可通过智能移动止损(Trailing Stop)持续跟随趋势;当持仓出现亏损且 M1(1 分钟)周期检测到反向信号时,系统可自动提前离场,以减少不必要的回撤。 https://www.mql5.com/en/signals/2376781 产品理念 本 EA 专为希望实现 US30 全自动交易的投资者设计,采用趋势跟随结合回调入场的交易策略,在市场已有明确方向时寻找更优的进场位置,而不是盲目追涨杀跌。 盈利订单可采用 移动止损 持续跟随行情,在锁定利润的同时尽可能捕捉更大的趋势;如果交易者更喜欢固定目标,也可切换至 固定止盈(Take Profit) 模式。 对于亏损订单,EA 会持续监测 M1 周期的价格变化。当市场出现明
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Gold Bomb
Aleksandr Makarov
5 (1)
该智能交易系统基于我的  原创指标 ,没有任何  人工智能  或其他废话。 仅仅是指标组合、水平位和价格行为的结合。 不使用危险的交易方法, 适用于   XAUUSD M1  而且還有貨幣對! 始终设置   止损   和   止盈 。 实盘信号: https://www.mql5.com/en/signals/2388322 購買後請務必聯繫我,並將您的交易帳號發送給我以啟動該智慧交易系統!未經我許可,請勿自行使用! -------------------------------- Installation instructions:   Click 特别首发价格:当前价格仅对前 10 份有效。售出 10 份后,价格将上涨至  999$ 技术规格: 交易品种:   XAUUSD   时间周期:   M1 最低建议入金   200 $( 最好 500$) 杠杆:   1:500 账户类型:   任意 经纪商 :   任意经纪商,但最好点差较低 强烈建议使用 VPS 优势: 无马丁格尔 不使用危险的交易方法 每笔订单均设止损和止盈 在真实市场上回测结果稳定 对经纪商条件不敏感
Gold Snap
Chen Jia Qi
4.57 (23)
Gold Snap — 黄金快速利润捕捉系统 Gold Snap v2.1上线优惠:前10份(只剩7)无限许可证仅售599美元,并免费赠送一款内部EA供个人使用。售完或满7天即结束,以先达成者为准。原价999美元。 实盘信号: https://www.mql5.com/en/signals/2362714 实盘信号2: https://www.mql5.com/en/signals/2372603 实盘信号 3: https://www.mql5.com/en/signals/2379945 重要: 购买后,请通过MQL5私信联系我们,以获取用户指南、推荐设置、安装与使用说明、赠品EA领取信息及后续更新支持。您也可以在产品评论区留言,我们会主动与您联系。 https://www.mql5.com/en/users/walter2008 欢迎加入我们的 MQL5 频道,获取产品更新与交易见解。 https://www.mql5.com/en/channels/tendmaster 在 Gold House 的长期研发与实战验证中,我们进一步确认了突破策略在黄金市场中的有效性,也验证了我
Scalping Index Pro MT5
MQL TOOLS SL
5 (3)
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.58 (24)
更新:下一价格:599 美元,最终价格:999 美元 如果您重视诚实和为真实交易而构建的真正交易系统,而不是一个看起来完美无瑕但最终可能导致账户爆仓的直线回测,那么这可能适合您。 无马丁格尔/无网格 22个月实时信号 +300% 实时增长 【实时信号】    |  【FTMO 结果】    |  【主投资组合】  |  【回测指南】 为什么 Range Breakout EA 如此稳定? Range Breakout EA 基于一种众所周知的市场行为:交易时段之间的波动性变化。 亚洲交易时段的波动性通常较低,形成一个狭窄的价格区间。伦敦交易时段开盘后,波动性增加,价格往往会突破该区间 并继续朝突破方向移动。 该系统会交易这种突破,并在当天晚些时候波动性开始减弱时平仓。 它不使用指标或固定时间框架,这有助于减少过拟合。系统内部使用突破过滤器来避免低质量的突破交易。 该策略在 XAUUSD、USDJPY、BTCUSD、US30 和 DE40 等货币对上表现尤为出色。 同时交易多个市场可以实现强大的分散风险能力。 加入社区! 公众社区:  点击这里! 请私信我并附上购
Swing Forge Gold
Hanzla Khalil
5 (4)
SwingForge Gold MT5 — Multi-Zone Breakout Engine 4 Copies left then the price will be increased to: $299 — Current Price: $249 If you’ve traded Gold (XAUUSD), you already know the problem: most automated EAs rely on dangerous grids, martingale, or cost-averaging that look great until one big trend wipes out the account. SwingForge Gold was built on the opposite philosophy: strict risk management and pure price action. It trades confirmed swing breakouts using pending stop orders. Every sin
The Gold Space
Ayush V Jain
5 (6)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
SomaGold
Andrii Soma
5 (10)
SomaGold 是一款专为 MetaTrader 5 打造的多策略突破型智能交易系统(EA),仅适用于黄金(XAUUSD)。一张图表、一个 EA,32 套独立策略并行运行,构成单一、分散化的组合。 实时信号。 这是我在 MQL5 上发布的第一款 EA。为在上线时让更多人能够入手,我采用透明的阶梯定价模式: 首发价:100 USD 每售出 10 份拷贝,价格上涨 100 USD 早期购买者在产品生命周期内锁定最低价格。 理念 与其运行单一、容易过度拟合某一狭窄市况的设置,SomaGold 自带一套精选的 32 套预调策略,全部在同一黄金图表上的单个 EA 中并行运行。 每套策略拥有各自的 magic number、注释、时间周期、摆动识别参数、出场规则、新闻距离与手数步长。它们共享同一执行引擎但独立交易,因此您可在多个时间周期与突破宽度上获得真正的分散化,而无需管理大量图表。 组合构建 我进行了 48 次完全不同的优化: 首先,我在 2 个时间段上运行优化: 2018–2023 2020–2025 时间周期分为 4 组: D1、H12、H8、H4 突破宽度有三种变体: V1 Bro
作者的更多信息
CampTrader Tools 是一款适用于 MetaTrader 5 的交易管理辅助工具。 该工具用于帮助交易者管理已有仓位,提供可配置的止损、止盈、追踪止损及加仓管理功能。软件不提供交易信号,也不保证任何交易结果。 功能介绍 — 自动止损与止盈 — 工具可为未设置止损或止盈的仓位自动配置相关参数。支持服务器端和客户端两种管理模式,可根据券商条件与用户需求进行选择。 — 追踪止损 — 提供多种追踪止损方式,可自定义激活距离及步进参数。仅在仓位达到设定盈利条件后启动。 — 利润保护 — 当仓位达到指定盈利目标后,可自动调整止损位置,以帮助保护部分浮动利润。 — 加仓功能 — 可选加仓功能支持按照设定距离自动增加仓位。用户可配置触发方式、手数倍数、最大仓位数量以及统一止盈计算方式。 — 手动交易面板 — 内置图表交易面板,可直接进行买入、卖出、手数调整及仓位管理操作。 — 信息面板 — 实时显示账户及仓位信息,包括余额、净值、浮动盈亏、持仓数量及总手数等数据。 重要说明 本软件仅作为交易管理辅助工具使用,不提供市场预测、投资建议或盈利保证。 建议用户在真实账户使用前,先于模拟账户充分
FREE
====================================================  ENGLISH DESCRIPTION - MQL5 MARKET COMPLIANT ==================================================== GoodVibe EA is a trade management utility designed to assist traders in managing open positions automatically. It does not open trades on its own. All entry decisions remain with the trader. The EA runs in the background and applies the configured management rules to positions that are already open — either on the current chart symbol or across
FREE
Gajah Mada
Rudi Rupian
====================================================  ENGLISH DESCRIPTION (Paste ke kolom English) ==================================================== Have you ever watched a trade go against you — and felt helpless, unable to do anything but wait? That frustration is exactly why GajahMada EA was built. Named after the legendary Mahapatih Gajah Mada of the Majapahit Empire — a commander who never retreated, never surrendered, and united the Nusantara archipelago through strategy and patienc
PrecisionEdge EA — 基于RSI与随机指标的MT5自动交易顾问 PrecisionEdge EA 是一款用于 MetaTrader 5 平台的自动交易顾问。它使用两个技术指标——相对强弱指数(RSI)与随机震荡指标——来确定入场条件。只有当两个指标在同一根K线收盘时同时产生信号,才会执行交易。 入场逻辑 当 RSI 从超卖水平向上穿越,同时随机指标 %K 线在超卖区域向上穿越 %D 线时,执行买入订单。当 RSI 从超买水平向下穿越,同时随机指标 %K 线在超买区域向下穿越 %D 线时,执行卖出订单。每个品种同一时间只允许持有一笔仓位。 功能说明 入场需要 RSI 与随机指标在同一根K线收盘时同时确认 止盈以点数为单位,直接设置在订单上 全局止损以美元为单位,当总浮动亏损达到设定值时自动平仓所有持仓 每次入场前通过 CheckMoneyForTrade 函数检查可用保证金 下单前自动验证并校正手数,使其符合经纪商手数规则 图表信息面板实时显示当前 RSI 数值、随机指标数值、EA状态、持仓盈亏、止盈设置及止损设置 EA 自动识别点值大小,兼容四位数与五位数报价经纪商
TrendHarvest EA — 基于随机指标与ATR的MT5均摊自动交易顾问 TrendHarvest EA 是一款用于 MetaTrader 5 平台的全自动交易顾问。它使用两个技术指标——随机震荡指标作为入场触发信号,以及平均真实波幅(ATR)作为波动率过滤器——来确定交易入场条件。当有效信号被确认后,EA 开立初始仓位,并在每根K线收盘时以固定的1.5倍手数乘数持续加仓,直至达到最大均摊次数限制。 入场逻辑 当随机指标 %K 线在超卖区域向上穿越 %D 线,且 ATR 数值达到或超过最小点数阈值时,执行买入订单——确认市场具备足够的波动性以支撑价格运动。当随机指标 %K 线在超买区域向下穿越 %D 线,且满足相同的 ATR 条件时,执行卖出订单。持仓期间不评估新的入场信号。 均摊逻辑 初始入场后,EA 在每根新K线收盘时,沿原始仓位相同方向开立一笔追加订单。每笔追加订单的手数为前一笔订单的1.5倍。此过程持续至达到设置中定义的最大均摊订单数为止。所有均摊订单均包含以点数为单位、直接设置在订单上的止盈水平。 风险管理 全局止损功能监控所有持仓的总浮动亏损。当合计亏损达到设定的美
==================================================== 中文描述 ====================================================   KenArok EA 是一款适用于 MetaTrader 5 的自动化智能交易系统,以印度尼西亚信诃沙里王国创始人肯·阿罗克(公元1222年)命名。本EA采用结构化加仓策略,要求两个指标同时确认,方可开仓或加仓。   — 一目均衡表 — 作为主要趋势过滤工具。云层(先行带A和B)判断趋势状态:价格在云层上方为上升趋势,价格在云层下方为下降趋势,价格在云层内部方向不明,EA不开仓。转换线与基准线的关系提供动量确认。云层位置与转换线/基准线关系必须同时满足,才触发入场。   — ATR(平均真实波幅)— 作为波动性过滤工具,防止在横盘或低活跃度市场中开仓。若ATR值低于设定最低阈值(ATR_Min_Pips),即使一目均衡表有信号,EA也不执行任何操作。该过滤器同时适用于首次开仓和加仓操作。   — 功能特点 — • 每次开仓和加仓均需双指标确认(一目均衡表 + A
IchiBandPro
Rudi Rupian
中文描述 — 符合 MQL5 市场规范 IchiBand Pro | Rudi Rupian | camptrader.web.id ====================================================   IchiBand Pro 是一款适用于 MetaTrader 5 平台的自动化智能交易系统,结合了两种广受认可的技术分析工具——一目均衡表(Ichimoku Kinko Hyo)与布林带(Bollinger Bands)。系统采用结构化加仓机制,配备周期管理、保证金保护和实时图形面板。   — 为何选择一目均衡表 —   一目均衡表被选为主要趋势分析工具,原因在于它能在单一框架内提供对市场结构的全面解读,而不依赖单一线条或数值。与简单均线不同,一目均衡表通过云层、转换线和基准线同时呈现趋势方向、动量以及动态支撑与阻力。   云层定义了更宏观的趋势环境。当价格在H4或日线等较高时间周期上明确位于云层上方或下方时,所呈现的方向性偏向比单独依赖较低时间周期更为可靠。将高时间周期的云层分析作为结构性过滤器,能显著减少那些在低时间周期看似有效、却与主要市
This EA reads RSI and candle direction together. A buy entry requires consecutive candle closes below the oversold level. A sell entry requires consecutive candle closes above the overbought level. The candle close filter is the main accuracy control. A confirmed close — not just a wick or intrabar move — means the market has genuinely committed to that direction. Noise and false spikes are naturally filtered out. For best results, use this on larger timeframes where each candle carries real pri
Note EA
Rudi Rupian
Note EA 是一款适用于 MetaTrader 5 的自动化智能交易系统,结合 CCI 和 RSI 作为双重确认入场过滤器,并配备结构化的回本系统,专门用于管理亏损交易的后续结果。   — 入场逻辑:CCI + RSI —   CCI(商品通道指数)衡量价格偏离其统计均值的程度。当 CCI 进入极度超卖区域(低于 -100)时,表明价格已异常偏离均值下方,存在回归可能。当 CCI 上升至 +100 以上时,表明价格已异常偏离均值上方。   RSI(相对强弱指数)衡量价格变动的动量和速度。RSI 读数低于 30 表示超卖动量状态,高于 70 表示超买动量状态。   买入信号要求 CCI 低于 -100 且 RSI 同时低于 30。卖出信号要求 CCI 高于 +100 且 RSI 同时高于 70。两个指标必须同时满足,缺一不可。这种双重过滤方式与单独使用任一指标相比,能显著减少虚假信号。   — 回本系统 —   当仓位触及止损被平仓时,EA 不会重置,而是启动回本序列。手数按照设定的倍数递增,下一笔交易的止盈自动重新计算,目标为覆盖全部累积亏损加上正常盈利目标。这意味着每笔回本交易
CampTrader Dashboard 是一款适用于 MetaTrader 5 的多合一可视化指标,将三种强大的技术分析工具整合到一个简洁面板中,并内置自动每周胜率追踪器。 面板内容说明 布林带(Bollinger Bands) 上轨、中轨、下轨实时数值 价格位置:上方 / 内部 / 下方 带宽百分比(相对于中轨的宽度) 布林信号:买入 / 卖出 / 中性 一目云图(Ichimoku Cloud) 转换线、基准线、先行A线、先行B线数值 云层状态:多头 / 空头 转换线与基准线交叉检测 价格相对云层的位置 CCI(商品通道指数) 实时CCI数值 区域判断:超买 / 超卖 / 多头区 / 空头区 趋势方向:上升 / 下降 CCI信号:买入 / 卖出 / 中性 综合信号 当三个指标中至少两个方向一致时触发最终确认信号——买入或卖出。 胜率追踪器(右侧面板) 自动记录过去3周所有信号 每周统计:总信号数、赢、输、待定 自动计算胜率百分比 TP明细:显示TP1 / TP2 / TP3 / 止损命中次数及占比 ️ 主要功能 TP1、TP2、TP3 和止损可自由设置(以点数为单位) 支持
Mabuk Samudra V3 是一款运行于 MetaTrader 5 平台的全自动智能交易系统,基于逐 Tick 驱动的闭环工作周期。每一个新 Tick 到来时,EA 将按以下固定顺序执行完整流程。 1. 初始化与安全验证 启动时,EA 加载品种参数、设置魔术编号、配置滑点容忍度与订单成交模式,并初始化 RSI 和 CCI 指标句柄。最大回撤等持久化状态从全局变量中恢复。账户授权与许可证校验在每个 Tick 均会执行,验证失败则立即停止运行。 2. 界面刷新与面板同步 每个 Tick 刷新一次控制面板,实时显示账户余额、净值、可用保证金、浮动盈亏、当日已实现盈亏、最大回撤、点差、杠杆及指标数值。面板中手动输入的手数会在每个 Tick 同步至 EA 的活跃手数变量。 3. 回撤追踪 EA 持续监控所有持仓的总浮动盈亏。若当前浮亏超过历史最大值,则更新最大回撤记录。 4. 核心管理循环(每 Tick 按序执行) DDR 系统 — 检测同方向最早与最新持仓的盈亏之和是否达到目标差值。条件满足时同步关闭这两笔仓位,在不平掉整个网格的情况下降低持仓风险敞口。 TP/SL 管理 — 以持仓量加
ATR Rider
Rudi Rupian
ATR Rider is an automated Expert Advisor (EA) for MetaTrader 5, designed for trading XAUUSD (Gold) and other volatile instruments. It uses ATR (Average True Range) Volatility Breakout signals to detect high-momentum market moves, entering trades only after a candle fully closes — ensuring confirmation before execution. The EA features a smart averaging system that adds positions when the market moves against the initial entry, using ATR-based distance rather than fixed pips — making it adaptive
GetFund
Rudi Rupian
Combining RSI and Stochastic: A Powerful Momentum Fusion The combination of the Relative Strength Index (RSI) and the Stochastic Oscillator represents one of the most popular and effective pairings in technical analysis. Both indicators measure momentum and operate within bounded ranges, yet they do so through fundamentally different calculations — making their confluence particularly meaningful when signals align. The RSI, developed by J. Welles Wilder in 1978, measures the magnitude of recent
GetString
Rudi Rupian
Combining CCI and Stochastic: A Synergistic Approach The real power of these two indicators emerges when they are used together. Because the CCI is an unbounded oscillator with no fixed extremes and the Stochastic is bounded between 0 and 100, they measure momentum from different mathematical perspectives. When both indicators align, the resulting signal carries substantially higher confidence. A high-probability long setup occurs when the Stochastic drops below 20 (oversold) and simultaneously
BackDoor
Rudi Rupian
简介 H4均线交易方法(4小时移动平均线交易策略)是全球外汇、黄金、股票指数以及加密货币市场中最受欢迎的趋势跟踪策略之一。 该方法利用4小时(H4)时间周期中的移动平均线(Moving Average)来判断市场趋势方向、寻找入场机会以及制定风险管理方案。由于H4周期能够有效过滤短周期市场噪音,因此受到众多专业交易员和机构投资者的青睐。 其核心思想非常简单: 顺势而为,跟随市场主要趋势进行交易。 为什么使用H4周期? 1. 过滤市场噪音 较低周期(M1、M5、M15)经常出现随机波动和虚假信号。 H4周期能够过滤大部分短期干扰,使市场结构更加清晰。 2. 更容易识别趋势 在4小时图表中,市场的主要趋势更加明显。 交易者能够专注于真正的重要走势,而不是被短线波动影响。 3. 风险回报比更好 H4级别的行情通常具有较大的波动空间,因此更容易获得较高的风险回报比。 4. 节省时间 交易者无需全天盯盘。 通常每天查看几次图表即可完成交易决策。 5. 适用于多个市场 H4均线策略可应用于: 外汇市场 黄金市场 白银市场 股票指数 商品市场 加密货币市场
Royal Sterling Intel – Expert Advisor Overview Royal Sterling Intel (RSI) is an automated trading system designed around the Relative Strength Index (RSI), one of the most widely recognized momentum indicators in technical analysis. The strategy is primarily configured to operate on the H4 (4-hour) timeframe by default, allowing it to analyze broader market movements while reducing exposure to short-term price fluctuations commonly found on lower timeframes. The core objective of the system is t
OVERVIEW SmartToolsAssisten is a trading assistant EA for MetaTrader 5. It does not open trades automatically. It provides risk management tools, H1-based support and resistance zones, RSI/CCI-based trade signals, position averaging, and an on-chart dashboard. Intended for manual traders who manage their own entries and exits. SmartToolsAssisten — торговый ассистент для MetaTrader 5. Не открывает сделки автоматически. Предоставляет инструменты управления рисками, зоны поддержки и сопротивления н
CrazyRich EA est instrumentum professionalis administrationis negotiationum pro MetaTrader 5, auxilians negotiatoribus manualibus in gubernatione positionum apertarum automatice. Positiones proprias non aperit — solum positiones quas tu manualiter aperis administrat. Proprietates Principales: TP Individuale — profectum singularem pro quaque positione nova ex pretio apertionis suae constituit. SL Collectivum — unum pretium communis Stoplossi (ex prima positione calculum) omnibus positionibus eius
DualGrider EA DualGrider EA is an automated trading system designed to follow market direction using the Relative Strength Index (RSI) as its primary trade confirmation. The strategy opens Buy or Sell positions only when RSI conditions align with the prevailing market trend, helping to reduce entries against momentum. The EA applies a trend-following averaging method, meaning additional positions are added only in the direction of the existing trend. It does not intentionally average against the
筛选:
无评论
回复评论