⚠ Категория усреднения (со SL)
- Под характеристики EURGBP (исторически самый узкий диапазон и наибольшая склонность к возврату к среднему) сконструирован смалым лотом 0.02, жёстким SL ($-2,000), без сложного процента сконструирован
- Макс. DD 9.7% = наименьший риск среди усредняющих EA. Линейная корреляция кривой капитала 0.98 = почти прямой устойчивый рост
- В силу характера усреднения риск убытка при принудительном стоп-ауте сохраняется.Ежедневный вывод рекомендуется, отдельный счёт, свободные средства
Новый EA · оптимизация специально под EURGBP (без сложного % + стоп-лосс + возврат к среднему)
EURGBP PEACE EA
EURGBP M5, усреднение с возвратом к среднему (годовая +2.6% / 9 лет на реальном счёте)
Усредняющий EA, в котором для EURGBP с узким диапазоном и склонностью к возврату к среднему примененымалый лот под волатильность + жёсткий SL + фикс. лот (без сложного %).Слабость «усреднение разоряется» преодолена стоп-лоссом и сдерживанием лота.На реальном MT5 9 лет (2017-2025) PF 2.18 / макс. DD баланса 9.7% / 0 разорений — подтверждён устойчивый рост.
Реальный тестер стратегий MT5, 9-летний БТ (EURGBP M5, $10,000)
| ★ Все 9 лет (2017-2025) | PF 2.18 | DD 9.7% | +24% |
| IS первая половина (2017-2021) | PF 2.12 | DD 4.3% | Период оптимизации |
| OOS вторая половина (2021-2025) | PF 1.49 | DD 6.8% | Без оптимизации = устойчивость |
※ Реально измерено на MT5. PF>1.4 на обоих периодах IS и OOS + при изменении лота/числа ступеней/SL везде PF около 1.9 (плато) = без переоптимизации. Винрейт 78.65%, фактор восстановления 2.40.
Profit Factor
2.18
期待値
勝率
78.7%
2,206取引
最大DD
9.73%
証拠金DD
年率複利
+2.6%
+$260/年($10,000基準)
Run Mode (Defensive / Standard / Aggressive)
Every EA exposes a "RunMode" dropdown that switches aggressiveness across three levels. It only multiplies the lot (risk) — entry/exit logic, symbol and timeframe never change.
Defensive
×0.5Half of standard risk. Both max drawdown and expected return are roughly halved. For capital preservation or first-time automated trading.
Standard (recommended)
×1.0The backtest figures shown on this page use this setting. Start here.
Aggressive
×2.0Double the standard risk. Return and max drawdown roughly double, raising the risk of ruin. Use only with money you can afford to lose.
Approximations relative to Standard (Defensive ≈ 0.5x / Aggressive ≈ 2x). Drawdown does not scale linearly; in sharp markets Aggressive can exceed this estimate. Lots auto-adjust to balance when compounding is on.
All Parameters
All 73 inputs shown in MT5 (EA core + shared modules). Strategy-core values are pre-optimized — keep them at defaults; tune only the operational ones as needed.
| Parameter | Default | Description |
|---|---|---|
| General | ||
VersionCheck_Enable | true | Enable automatic update notifications. |
EA_Slug | audcad-peace-clone | FXEA365 site EA identifier (do not change). |
RunMode | MODE_STANDARD | Run mode (Defensive x0.5 / Standard x1.0 / Aggressive x2.0). Switches the lot multiplier. |
| Economic Event Filter | ||
EconFilter_Enable | true | Avoid trading around high-impact economic events. |
EconFilter_AvoidNFP | true | Avoid NFP (1st Friday each month). |
EconFilter_AvoidFOMC | true | Avoid FOMC (US Federal Open Market Committee). |
EconFilter_AvoidCPI | true | Avoid CPI (US consumer price index). |
EconFilter_AvoidWeekend | true | Avoid weekend risk (late Fri / early Mon). |
EconFilter_AvoidHoursBefore | 2 | Avoid N hours before the release. |
EconFilter_AvoidHoursAfter | 1 | Avoid N hours after the release. |
EconFilter_ServerGMTOffset | 3 | Server-time GMT offset (summer=3 / winter=2). |
EconFilter_Verbose | false | Verbose filter logging. |
EconFilter_UseCalendar | true | Auto-fetch from MT5 economic calendar (falls back to NFP/CPI rules where unavailable). |
EconFilter_MinImportance | 2 | Min calendar importance (1=low+ / 2=medium+ / 3=high only). |
EconFilter_Currencies | USD | Calendar target currencies (CSV, e.g. USD,EUR,JPY). |
EconFilter_StopImportance | 3 | Fully stop new entries at this importance or above. |
EconFilter_StopBeforeMin | 120 | Stop: N minutes before release. |
EconFilter_StopAfterMin | 60 | Stop: N minutes after release. |
EconFilter_ReduceLotFactor | 0.5 | Lot factor on medium impact (reduce instead of stop). |
EconFilter_ReduceBeforeMin | 30 | Reduce lot: N minutes before. |
EconFilter_ReduceAfterMin | 15 | Reduce lot: N minutes after. |
| Safety Guard | ||
Guard_Enable | true | Enable the safety guard (forward only). |
Guard_EmergencyMargin | 120.0 | Close all if margin level falls below this % (0=off). |
Guard_DailyLossPct | 8.0 | Stop new entries for the day at this daily loss % (0=off). |
Guard_DailyLossClose | false | Also close open positions when the daily loss is hit. |
Guard_MaxConsecLoss | 0 | Stop new entries for the day after N consecutive losses (0=off). |
Guard_FridayClose | false | Close everything late Friday. |
Guard_FridayCloseHour | 20 | Friday close-all hour (server time). |
| News Protect | ||
Guard_NewsProtectMode | 0 | 0=off / 1=SL to break-even / 2=half close / 3=close all. |
Guard_NewsProtectMin | 15 | Run protection N minutes before high-impact events. |
| Dashboard / Notify | ||
Notify_Push | true | MT5 mobile push notifications (requires MetaQuotes ID). |
Notify_Email | false | Email notifications (requires MT5 email setup). |
Notify_WebhookURL | — | Generic webhook URL (Discord/Slack, etc.; empty=off). |
Notify_MarginAlert | 150.0 | Alert when margin level falls below this %. |
Notify_DailySummary | true | Send a daily summary at a set time. |
Notify_SummaryHour | 6 | Daily summary send hour (server time, 0-23). |
Dash_TradeCSV | true | Record all fills to CSV (MQL5/Files). |
Dash_PauseButton | true | Show a pause button on the chart. |
Notify_NewsPrewarnMin | 60 | Pre-warn N minutes before entries are halted (0=off). |
| ⚠ Ruin-premised (aggressive) | ||
IAcceptBankruptcyRisk | false | Consent required (skipped during backtest/optimization) |
SkipLicense | 0 | Skip license check during backtest |
| Entry | ||
EntryMode | ENTRY_ALWAYS | v1.1 live-opt: always-on entry beats ADX mean-reversion on PF |
EMA_Period | 0 | 0=off, >0=on |
ADX_Period | 14 | ADX期間 |
ADX_Threshold | 25.0 | ADX level (below this = no trend) |
| v1.4: Compounding (balance-linked Lot/SL) | ||
UseCompounding | false | True compounds (reinvests profit, growing lots). |
LotPerDeposit | 0.005 | InitialLot = balance x this (e.g. $10K -> 0.05 lot). |
SL_profit_pct | 50.0 | SL trigger = -X% of current balance (default 50%). |
| Nanpin | ||
InitialLot | 0.05 | Initial lot (first nanpin entry size).Def 0.025Std 0.05Agg 0.1 |
NanpinLotsMult | 1.5 | v1.2 live-opt: 1.7→1.5 + smaller grid/TP raised monthly return 1.88%→3.25% |
NanpinEntryPips | 10 | v1.2 実機Opt: 30→10 (取引3.5倍頻発化) |
NanpinCount | 10 | Max averaging-down (grid) steps |
Nanpin_interval_hour | 3 | Wait time before next position (hours) |
Auto_Adjustment | true | Variable spacing by ADX sensitivity |
Adjustment_sensor | 14 | 感度 (大=広間隔) |
| TP / SL | ||
TP_pips | 5 | v1.2 実機Opt: 20→5 (薄利・頻発) |
TP_profit | 0 | v1.2: disabled (uses TP_pips only) |
SL_pips | 0 | 0=無効 |
SL_profit | -6000 | Absolute SL in account currency (e.g. -$6000). |
| Time / Filter | ||
StartHour | 2 | broker time 開始 (PEACE GMT+2/+3) |
EndHour | 22 | broker time 終了 |
OutOfTimeNanpin | false | Allow averaging-down outside trading hours |
MaxSpreadPips | 5.0 | |
| Safety | ||
UseMarginEmergencyClose | true | |
EmergencyMarginLevel | 150.0 | |
MaxSlippage | 20 | |
| v1.3: Multi-currency safety controls (OFF by default) | ||
UseAccountEquityFloor | false | Stop EA when equity drops below X% of initial (multi-pair). |
EquityFloorPct | 50.0 | Floor at X% of initial equity (default 50%). |
UseGlobalLotLimit | false | Hard cap on total lot across symbols (multi-pair). |
GlobalMaxTotalLot | 5.0 | Total lot cap when UseGlobalLotLimit=true. |
| General | ||
MagicNumber | 20260899 | Unique ID so the EA never interferes with others (fixed per EA). |
EAComment | PEACE_CLONE | |
DetailedLog | true | Logs wait/skip reasons, entries and exits to the Journal (forward only). |
Defaults and descriptions follow the EA source. Lot inputs show the effective value after the run-mode multiplier (Defensive x0.5 / Standard x1.0 / Aggressive x2.0). See the bundled MANUAL.html for details.
📈Отчёт MT5 Strategy Tester — EURGBP PEACE EA
📋 Об этом отчёте
- Официальный отчёт MT5 Strategy Tester (сервер XMTrading-MT5)
- 5-10 лет реальных данных + модель every tick (точность 99.9%)
- Кривая баланса (синяя) / эквити (зелёная) показывает плавающие убытки
- Прошлые результаты не гарантируют будущей прибыли
Загрузка (бесплатно)
ШАГ 1 Подготовьте счёт
Для использования EA нужен счёт MT5, открытый по реферальной ссылке нашего сайта. Если у вас уже есть счёт, создайте дополнительный.
Нет счёта — откройте новый по ссылке ниже
Дополнительный счёт — создайте его в личном кабинетеИнструкция здесь →