No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-02 11:42:13 +07:00
configs Initial: MTF_TrendPilot scaffold (spec v1.1 + baseline) 2026-08-02 11:42:13 +07:00
docs Initial: MTF_TrendPilot scaffold (spec v1.1 + baseline) 2026-08-02 11:42:13 +07:00
.gitignore Initial: MTF_TrendPilot scaffold (spec v1.1 + baseline) 2026-08-02 11:42:13 +07:00
README.md Initial: MTF_TrendPilot scaffold (spec v1.1 + baseline) 2026-08-02 11:42:13 +07:00

MTF_TrendPilot — Intraday Trend Following Multi-TF Top-Down EA

Proyek EA Intraday Trend Following dengan analisis Top-Down 4 Timeframe berbasis Fuzzy Multi-Agen + Bobot Dinamis untuk MetaTrader 5.

Status: SPESIFIKASI DISEPAKATI — MENUNGGU IZIN IMPLEMENTASI (Fase 1) Referensi lengkap: docs/Spesifikasi_EA_MTF_TopDown.md

Strategi (ringkas)

Layer TF Peran
Narrative H4 Struktur swing → bias arah (HH/HL vs LH/LL)
Context H1 Kualitas zona S/R (touch, kesegaran, lebar)
Entry M15 Pullback / Breakout + momentum di dalam zona
Price Action M5 Continuation (lanjut) vs Reversal (batal)
  • Keputusan: fuzzy multi-agen berbobot dinamis (regime ADX/ATR), entry hanya searah narrative.
  • Eksekusi: single vs grid OTOMATIS berdasarkan kekuatan modal (margin level ≥ 250% → grid; selain itu single).
  • Exit: SL struktural + TP 2R + Break-Even (1R) + Trailing; jangka panjang dari analyzer/learning.
  • Pengaman: R1 = daily loss > 20% balance → stop + stop analisa, lanjut esok; R2 = Jumat ≥ 23:00 server → stop semua pembukaan.
  • Frekuensi: tidak dibatasi, diverifikasi metrik institusional (PF ≥ 1.5, MaxDD ≤ 15%, EV > 0, WR ≥ 30%).

Struktur Repo

MTF_TrendPilot/
├── README.md                  # ini
├── .gitignore                 # ignore artefak MQL5/tester
├── docs/
│   └── Spesifikasi_EA_MTF_TopDown.md   # spesifikasi final v1.1
├── src/                       # source MQL5 (Fase 1, setelah implementasi)
└── configs/                   # preset/config baseline (MAE_MFE_GridTrader lama)

Baseline Pembanding (hasil backtest 2026-08-01/02, model 1-min OHLC)

Instrumen Konfig Return
XAUUSD SL550/TP1500/cap2% + policy +1,35%
EURUSD SELL/cap1% +0,41%
#BTCUSD PROP −0,39%

Kriteria sukses Fase 1: menandingi/melampaui baseline dengan metrik institusional terpenuhi.

Roadmap

  1. Fase 1 — kerangka 4-layer + narrative-driven + SL struktural + TP 2R + BE/trailing + mode single + pengaman R1/R2
  2. Fase 2 — mode grid adaptif searah bias (integrasi policy margin 250%)
  3. Fase 3 — SL/TP otomatis dari analyzer MAE/MFE + learning

Lingkungan

  • MetaTrader 5, MQL5 (compiler build 6067), workspace D:\TradingTerminal\MetaTrader 5\MQL5
  • EA baseline: Experts\MAE_MFE_GridTrader.mq5 + 11 modul GridTrader_*.mqh
  • Akun: HFMarketsGlobal-Demo (leverage 1:500)