
AUREUS GOLD EA — 以爆仓觉悟最大化利润的攻击型黄金网格
MT5 backtest (Exness XAUUSDm) · Standard mode · not a live track record
22yr ×18.7 (v2.12)
$10,000 → $123,021 (2004–2026 real-tick / attack mode RP3)
⚠ 攻击型,须有爆仓觉悟。在超越历史水平的黄金暴跌中账户可能被打爆。请仅用即使亏光也不影响生活的闲余资金运行。
⚡ Minimum deposit: from ~¥100k ($670). Use a cent account for small capital and a standard account as it grows (same strategy). On a too-small standard account the EA auto-suppresses new entries to avoid over-risk.
Two run modes (included presets)
All figures are MT5 Strategy Tester backtests (Exness XAUUSDm, $10,000, compounding). Not a live track record.
| 档位 | 6yr (2020-26) | 12yr (2014-26) | PF | 有效DD |
|---|---|---|---|---|
| 🔥 Aggressive mode (effective risk 6%) | ×35.7 | ×58.4 | 1.34 | 40.1% |
| 🛡 Defensive mode (effective risk 1.5%) | ×2.8 | ×4.7 | 1.32 | 17.5% |
⚠ These are backtests on historical data — not a live track record and not a promise of future profit. No-SL design; total account loss is possible.
Both modes run from ~¥100k ($670): a cent account for small capital, a standard account as it grows. Fine-tune risk via lot (run mode); more aggressive lots are ruin-tolerant, spare capital only. Figures are live Exness results.
🔥 Default (Standard, risk 3%) = x18.7 on 22.5y real ticks. Defensive mode (effective 1.5%) = x4.7 / eqDD 17.5%; Aggressive mode (effective 6%) = x58.4 / eqDD 40.1%. Rides trends and cuts adverse moves with a hard SL, so profit and risk stay separated (unlike grids). Blow-up-risk category: surplus funds only.
🛡 Safe mode: the same EA with a circuit breaker (EquityHalt). 12yr backtest ×86 (6yr ×67), equity DD 62% (IS/OOS, every-tick verified). For those who prefer lower drawdown over return.
策略原理
AUREUS GOLD 的核心假设是:黄金(XAUUSD)长期具有上涨偏向,下跌只是暂时的,最终一定会被买回。基于此,它在回调处启动买入循环→当价格逆行时按 ATR 比例的间隔以相同手数加仓平均→针对总手数取薄利,将整个篮子一次性获利了结。胜率很高(87.5%),但由于不设止损,等待价格回升期间的有效保证金回撤是唯一也是最大的风险。其优势来源于『黄金的上涨回归』以及『薄利、浅篮的高周转』,而非预测行情的能力。
入场与平仓时机
- 启动:仅在经纪商时间 8、9、19、22 点且持仓为空时,才开启新的 BUY 循环(集中于特定时段)。
- 仅限回调(开启过滤时):仅当 RSI(14) 在 65 以下,且较近期高点低一定 $ 时才新建。避免追高接顶。
- 加仓(平均化):价格每逆行 ATR×6,就以相同手数加买(最多 6 层)。并非马丁式的倍数加码。
- 获利了结:当篮子的浮动盈利达到『总手数 × $140』时一次性平仓(薄利收割)。中位数约 27 分钟,相当短。
- 无止损:不止损,等待回升。即使余额曲线平滑,有效保证金也会深度下沉(MIDDLE 最大 53%/MAX 最大 80%)。
- 安全装置:保证金水平保护(危险水平时停止加仓)、小账户自动抑制新建、点差上限、可选的新闻规避。
使用参数一览
| 参数 | 默认 | 说明 |
|---|---|---|
| DetailedLog | true | 前向运用时的详细日志输出(等待原因/入场/平仓)。BT中自动跳过。 |
| LotPer1k | 0.004 | 每 $1,000 余额的基准手数。按层级为 0.004(CENT/MIDDLE)〜0.006(MAX)。0.008 以上在实盘会爆仓。 |
| FixedBaseBalance | 0 | 0=复利(手数随余额变动)。>0=以该金额为固定基准(无复利/等同每日出金运行)。 |
| MinLot | 0.01 | 最小手数下限。与经纪商最小值比较后取较大者。 |
| MaxLotCap | 100.0 | 单笔订单的手数上限(防止失控·过大下单)。 |
| GridStepUSD | 1.7 | 网格最小间隔($)。实际间隔为 max(此值, ATR×GridATRmult)。 |
| GridATRmult | 6.0 | 网格间隔 = ATR × 此值。值越大层间距越宽,篮子保持越浅(4 以下偏向爆仓)。 |
| GridATRperiod | 14 | 用于计算网格间隔的ATR周期。 |
| MaxGrid | 6 | 单个篮子的最大层数。8、10 层在实盘会爆仓。6 为安全余量。 |
| PyramidStepUSD | 0.0 | >0时为顺势方向的金字塔加仓间隔($)。0=禁用。 |
| TPperLotUSD | 140.0 | 获利了结阈值 = 总手数 × 此 $。190 以上篮子会变深而爆仓。 |
| SeedHoursBuy | 8,9,19,22 | 启动新循环的经纪商时间(CSV)。默认为流动性较高的时段。 |
| SeedHoursSell | 22 | 启动卖出周期的经纪商时间(CSV)。仅在AllowSell=true时。 |
| AllowSell | false | 是否允许卖出循环。默认关闭(黄金存在上涨偏向,卖出会在急涨中被烧毁)。 |
| AllowBuy | true | 买入周期的允许与否。默认ON。 |
| UseEntryFilter | false | 仅限回调入场(RSI 上限+低于近期高点)。有助于高手数运行时的存活。 |
| EntryRSIperiod | 14 | 入场过滤器使用的RSI周期。 |
| EntryRSImaxBuy | 65.0 | RSI超过此值则放弃新建买单(仅限回调)。 |
| EntryRSIminSell | 35.0 | RSI低于此值则放弃新建卖单。 |
| EntryHighLookback | 288 | 参考近期高低点的柱数(288=M5约1天)。 |
| EntryBelowHighUSD | 8.0 | 距近期高点此$以内不新建买单(避免追顶)。 |
| EntryAboveLowUSD | 8.0 | 距近期低点此$以内不新建卖单。 |
| UsePartialClose | false | 对浮盈的单腿单独平仓以保持篮子浅持。默认OFF(因有害)。 |
| PartialTPperLotUSD | 200.0 | 单独平仓阈值 = 手数 × 此$。 |
| UseBasketSL | false | 以 -BasketSLperLot×总手数 对篮子止损。默认OFF。 |
| BasketSLperLot | 600.0 | 篮子SL每手$。 |
| UseEquityStop | false | 有效保证金/余额低于EquityStopPct%时全平。默认OFF。 |
| EquityStopPct | 20.0 | 触发紧急全平的有效保证金比率(%)。 |
| UseMarginCap | true | 当保证金水平接近危险水平时停止加仓(不依赖经纪商的爆仓规避)。默认开启。 |
| MinMarginLevelPct | 400.0 | 保证金维持率低于此%则停止加仓(UseMarginCap时)。 |
| UseEquityHalt | false | 有效保证金低于EquityHaltPct%时全平+暂停新建一段时间。默认OFF。 |
| EquityHaltPct | 55.0 | 触发equity-halt的有效保证金比率(%)。 |
| HaltBars | 2016 | halt后暂停新建的柱数(M5 2016≒1周)。 |
| MaxSpreadUSD | 0.60 | 当点差超过此值($)时放弃新建。 |
| MaxEffectiveLpk | 0.006 | 当实效 lot/1k 超过此值时,判定账户过小并自动抑制新建(防止小账户风险过度放大)。 |
| BlockOversizedSeed | true | 实际lpk>MaxEffectiveLpk期间不启动新周期(保护小账户)。默认ON。 |
| ShowAccountAdvice | true | 初始化时输出账户规模诊断(实际lot/1k·美分账户判定)。 |
| MagicBuy | 207010 | 买入持仓的识别编号(与其他EA不重复的唯一值)。 |
| MagicSell | 207011 | 卖出持仓的识别编号。 |
| Slippage | 50 | 允许滑点(点)。 |
风险模式(3 层级)的使用区分
Only two modes. (1) ⚖️ Standard (recommended, UNIVERSAL): includes a time-gated grid-break exit; the guard rarely fires on Exness so full return is preserved, while it survives on tight-spread brokers like XM (cross-broker). (2) 🛡 Safe: a circuit breaker (EquityHalt) that limits equity drawdown. Both run from ~¥100k (cent account for small capital). Fine-tune risk via lot (LotPer1k / run mode).
📈MT5 Strategy Tester 报告 — AUREUS GOLD EA

📋 关于此报告
- MT5 策略测试器(XMTrading-MT5 服务器)生成的官方报告
- 5-10 年实际价格数据 + 全 tick(99.9% 精度)模型
- 余额曲线(蓝)/ 净值曲线(绿)可视化浮动损失
- 过去结果不保证未来利润
失效的行情与主要风险
- 超出历史水平的黄金长期、单向下跌。无止损网格无法等到回升,有效保证金枯竭=可能导致账户全损。
- Oversized lots on a harsh feed (synthetic-demo-grade deep wicks). Keep to the recommended capital on cent/standard accounts and enable UseMarginCap.
- Lots above 0.008, TP above 190, or adding sells all blew up in backtests. Changing settings beyond the included presets is not recommended.
下载(免费)
购买(付费,一次性买断)
购买 AUREUS GOLD EA
Buy on the official MetaQuotes Market (MQL5 Market). Payment, licensing and automatic updates are all handled inside the MT5 app.
Buy on MQL5 Market (MT5) →Buy on MQL5 Market (MT4) →Buy on the official MetaQuotes Market — install directly in MT5 with automatic updates. No account registration needed.
"Compounding" means reinvesting profits without withdrawing; withdrawing partway stops the growth. Figures are MT5 backtests on the Exness XAUUSDm feed and vary with each broker’s feed.