FillWick Champion EA

  • 专家
  • Phan Van Khoa
    Phan Van Khoa
    • Algorithmic Trader & MQL5 Developer 在  Freelance
    • 越南
    • 1639
    Algorithmic trader and MQL5 developer based in Vietnam. I build Expert Advisors, indicators, and trading utilities — available on the MQL5 Market. Focused on automation, risk management, and practical trading solutions.
  • 版本: 1.0
  • 激活: 10

FillWick Champion EA —— 专为 XAUUSDm(黄金)设计的统计套利均值回归专家顾问

FillWick Champion EA 是一款 统计套利均值回归专家顾问,专为 XAUUSDm(黄金)M5 周期打造。它不是追逐突破,而是在市场处于震荡区间时逆势交易被过度拉伸的价格极值——每次只开一个独立持仓,并在每一笔交易中执行严格的、基于 ATR 的风险控制。

为什么选择黄金 M5 均值回归?

黄金 M5 的大部分时间都在交易区间内震荡。突破型 EA 会被假突破反复打损,趋势型 EA 则常常长时间空仓。均值回归引擎从市场最频繁的行为中获利:价格偏离公允价值过远后就会向回弹。FillWick Champion 用布林带客观度量这种偏离,用 ADX 过滤掉强趋势行情,并且只在 RSI 与 K 线形态确认后才逆势交易极值。

策略原理

  • 1 · 极值检测 — 20 周期布林带在 3.5 倍标准差处识别价格是否出现统计性偏离。EA 在下轨买入、在上轨卖出。
  • 2 · 行情过滤14 周期 ADX 低于 25 确认市场处于震荡状态。在强趋势(ADX > 25)中 EA 选择观望,因为逆势交易正是均值回归 EA 覆灭的原因。
  • 3 · 确认信号RSI(7)处于 65(超买)/ 35(超卖)水平,且 K 线实体占比 ≥ 0.50,在下出第一个 tick 之前完成对极值的确认。
  • 4 · 风险优先离场 — 止损设于 2.5 × ATR,止盈设于 3.5 × ATR,从而形成正的盈亏比,并配合追踪止损锁定利润,同时给价格留出足够的呼吸空间。

核心特性

  • 布林带极值逆势 — 20 周期 / 3.5σ 布林带识别拉伸的价格;下轨买入、上轨卖出。
  • ADX 行情过滤 — 当 14 周期 ADX 高于 25 时禁止入场,使 EA 远离逆势交易风险极高的强趋势。
  • ATR 动态风险 — 止损设于 2.5 × ATR,止盈设于 3.5 × ATR,并以自适应追踪止损保护浮动盈利。
  • RSI + 实体占比确认 — 双重确认可在入场前过滤掉只有影线的疲弱极值。
  • 基于风险的仓位计算 — 每笔交易的风险可配置(默认账户资金的 1.0%),手数被限制在经纪商的最小/步进/最大值范围内,且每次入场前都会检查可用保证金。
  • 保护性过滤器 — 最大单日亏损熔断(5.0%)、最大连续亏损次数(3)、交易时段过滤(服务器时间 02:00–21:00)、点差保护(≤ 500 点)、滑点上限(30 点)。
  • 对经纪商友好的追踪止损 — 两次追踪修改之间间隔 30 秒,止损绝不移动到经纪商的止损/冻结区域,接近止盈位时跳过追踪。
  • 一次只持有一个仓位 — 通过魔法数字(202607)隔离,确保 EA 不干扰其他机器人或手动交易。
  • 原生 MT5 — 基于标准 CTrade 库构建,无 DLL、无外部依赖。

Walk-Forward 验证 —— 为什么这些数字值得信任

该策略在 样本内窗口(2021–2023)上开发,然后在优化期间从未触碰过的窗口——样本外窗口(2024–2026)上进行评估。这是真正的 walk-forward 测试,也是抵御曲线拟合的最佳手段。回测使用每个 tick(Model 0),黄金 XAUUSDm M5 的历史数据质量 98%,时间跨度为 2021–2026。

窗口周期盈利因子净利润最大回撤恢复因子胜率交易次数
Smoke202416.74+$442.211.78%2.4480.00%5
In-Sample2021–20231.08+$80.063.46%0.2242.86%28
Out-of-Sample2024–20263.56+$804.542.14%3.4161.54%13
Full2021–20261.66+$905.343.46%2.5348.78%41
  • 样本外盈利因子 3.56 —— 最强的一段,证实策略能够泛化到从未见过的数据。
  • 全窗口盈利因子 1.66,共 41 笔交易,净利润 +$905.34(在 $10,000 账户上为 +9.05%)。
  • 最大资金回撤 3.46% —— 远在 5.0% 的门槛之内。
  • G1–G7 发布门槛:全部通过 —— 包括样本外盈利因子 ≥ 1.20、净利润 ≥ +5%、最大回撤 ≤ 5%。

风险管理与仓位计算

  • 每笔交易风险: 账户资金的 1.0%(InpRiskPercent)。
  • 最大持仓数: 1 —— 无马丁格尔、无网格、无逆势加仓。
  • 止损: 2.5 × ATR,被限制在 300 至 5000 点之间,并通过 15 根 K 线的摆动极值搜索放置在真实市场结构之外。
  • 止盈: 3.5 × ATR,形成正的盈亏比。
  • 熔断器: 最大单日亏损 5.0%,最大连续亏损 3 次 —— EA 会在回撤累积之前暂停交易。
  • 可用保证金检查: 当保证金不可用时跳过开仓。

完整输入设置

每个参数都已公开并附带说明——你可以根据自己的风险偏好调整 EA。

参数默认值说明
InpRiskPercent1.0每笔交易承担的风险占账户资金的比例
InpSLMultiplier2.5止损距离(ATR 倍数)
InpTPMultiplier3.5止盈距离(ATR 倍数)
InpMinSLPoints300最小止损距离(点)
InpMaxSLPoints5000最大止损距离(点)
InpMaxDailyLossPercent5.0单日亏损熔断
InpMaxConsecLoss3EA 暂停前的最大连续亏损次数
InpMaxPositions1最大同时持仓数
InpADXPeriod14ADX 行情过滤周期
InpADXThreshold25允许入场时的最大 ADX(仅限震荡行情)
InpRSIPeriod7RSI 周期
InpRSIOverbought65RSI 超买水平(做空确认)
InpRSIOversold35RSI 超卖水平(做多确认)
InpBodyRatio0.50入场所需的最小 K 线实体占比
InpCooldownBars10两次入场之间的 K 线数
InpTrailCooldownSec30两次追踪修改之间的最小秒数
InpTrailStartMult1.0追踪止损启动点(ATR 倍数)
InpTrailDistMult1.5追踪止损距离(ATR 倍数)
InpTrailStepMult0.2追踪止损步进(ATR 倍数)
InpUseSessionFiltertrue启用交易时段过滤
InpSessionStartHour2交易时段开始(服务器时间)
InpSessionEndHour21交易时段结束(服务器时间)
InpMaxSpreadPoints500点差保护 —— 跳过点差过宽的 K 线
InpSlippage30最大滑点(点)
InpMagicNumber202607魔法数字(持仓隔离)
InpTradeCommentFW_Champion交易注释

环境要求

  • 品种:XAUUSDm(黄金)
  • 周期:M5
  • 平台:MetaTrader 5 (MT5),对冲或净头寸账户
  • 交易时段:服务器时间 02:00–21:00(可配置)
  • 无 DLL、无外部库、无马丁格尔、无网格

风险声明:回测指标仅描述历史验证,不保证未来业绩。在实盘使用前,请始终先在您经纪商的 XAUUSDm 合约规格(点差、隔夜利息、点值)下测试该专家顾问。请仔细检查风险设置。理性交易。

作者的更多信息
Multi Indicator Gold Scalper EA MT5 Multi Indicator Gold Scalper EA MT5 is a fully automated Expert Advisor built specifically for scalping Gold (XAUUSD) on MetaTrader 5. Instead of relying on a single signal, it combines four proven technical indicators — RSI, Bollinger Bands, EMA, and MACD — and requires confluence between them before opening a position. This multi-indicator approach is designed to filter out weak setups and trade only the higher-probability moments in the Gold market. Why Gol
FREE
GOLD MARTINGALE GRID EXPERT EA — A powerful grid-based Expert Advisor for Gold (XAUUSD) with controlled martingale and strict drawdown limits. Designed specifically for MetaTrader 5, this Expert Advisor builds a grid of orders around the current price on Gold (XAUUSD) and manages recovery with a disciplined, controlled martingale scheme. Unlike aggressive grid systems, it combines ATR-based dynamic spacing, a capped lot multiplier and hard drawdown protection so risk stays measurable and control
FREE
The Breakout BuyStop SellStop EA MT5 is a fully automated Expert Advisor for Gold (XAUUSD) and other liquid markets that detects price consolidation zones and executes breakout trades using market orders. It monitors price action in real time, identifies accumulation and range-bound phases, and enters positions when the price breaks decisively beyond established support or resistance levels. This EA follows a systematic breakout strategy. It eliminates emotional decision-making by entering trade
FREE
EA HEDGING TRAILING STOP PRO — A sophisticated hedging strategy Expert Advisor for MetaTrader 5 that works on Gold (XAUUSD), Forex pairs and any other symbol, with a dynamic trailing stop loss for automatic profit locking. Built for traders who want active profit protection without constant monitoring, this EA combines two proven techniques: dynamic hedging and a volatility-adaptive trailing stop. It is symbol-agnostic — equally at home on Gold (XAUUSD) charts, EURUSD or any other instrument — a
FREE
AutoGen Hybrid Mean Reversion EA MT5 Designed for Gold (XAUUSD) and major forex pairs, AutoGen Hybrid Mean Reversion EA MT5 is a fully automated expert advisor for MetaTrader 5 that trades the classic Bollinger Bands mean-reversion setup, filtered by the ADX indicator to stay out of strong trending markets. It combines two well-known concepts — reversion to the mean and trend-strength filtering — into a single robust trading robot. The strategy is symbol-agnostic: the same Bollinger / ADX / ATR
FREE
MACD RSI Trend Engine EA MT5 Dual-Confirmation Trend and Divergence Trading System — works on Gold (XAUUSD) and all major Forex pairs Introduction The MACD RSI Trend Engine EA MT5 combines two of the most widely respected technical indicators in institutional trading — the Moving Average Convergence Divergence (MACD) and the Relative Strength Index (RSI) — into a single, unified algorithmic framework. Rather than acting on either indicator independently, this Expert Advisor requires confirmation
FREE
EMA BREAKOUT TREND HUNTER EA — A high-performance automated trend breakout system for MetaTrader 5, designed for Forex pairs and Gold (XAUUSD). The EMA Breakout Trend Hunter tracks the market with a volatility-aware EMA crossover engine and confirms every signal with ATR-based dynamic filtering, so it aims to enter trends early and avoid choppy, low-quality setups. Risk is managed with hardened position sizing that keeps the system safe even on small accounts. How it works EMA Volatility Crossov
FREE
RSI Bollinger Reversal Scalper EA for MetaTrader 5 — Gold (XAUUSD) M5 scalper RSI Bollinger Reversal Scalper EA is a professional automated trading system that combines the Relative Strength Index (RSI) and Bollinger Bands to identify high-precision mean-reversion entries on XAUUSD (Gold) M5 . The strategy is built around a simple, time-tested idea: when price stretches too far from the mean, it tends to snap back. The EA waits for that stretch, confirms it with RSI, and enters in the direction
FREE
No grid. No martingale. Discrete wick-fill entries sized from account-balance risk — never lot-doubled, never grid-averaged, with a hard maximum of positions per direction. Wick Fill Hedge for Gold M5 is an Expert Advisor built for traders who want a structured wick-fill entry model on Gold (XAUUSD) charts. The trading logic is designed around three core steps: 1. A directional impulse must appear first. 2. Price must sweep a recent liquidity level. 3. The setup is confirmed only after the c
No grid. No martingale. No hedging. A single-position trend-following entry on Gold — never grid-averaged, never lot-doubled. Position size is derived from account-balance risk and actually scales down in ranging markets and during drawdown. HeikenAshi EMA100 Gold Trend EA — XAUUSD M15 Expert Advisor A disciplined, trend-following Expert Advisor for Gold (XAUUSD) on the M15 timeframe. Powered by HeikenAshi trend confirmation, an EMA-pullback entry, and a multi-layer risk filter stack — built t
DCA V6 SuperDCA Master Confluence entries. ATR-spaced grid. Trailing basket take-profit. DCA V6 SuperDCA Master is a multi-level grid Expert Advisor built for XAUUSDm (Gold) on the M5 timeframe . It opens a confluence-filtered base order and manages the whole basket as one unit - averaging in at ATR-spaced grid levels against a pullback, and closing the entire basket once a trailing profit target is reached. A crash-stop basket stop-loss and a hard equity-drawdown kill-switch protect capital on
筛选:
无评论
回复评论