D018 KalmanDrift Navigator — Strategy Overview

2026年8月12日 · git_editor

This article walks through D018 KalmanDrift Navigator, a D018 KalmanDrift Navigator trading strategy. It covers the strategy logic, signals and parameter settings, and ships ready-to-use MT4 / MT5 EAs with source download and live position tracking so you can evaluate and deploy it fast.

Magic 1041

[tv_ticker]

Concept

Most trend tools lag because they average the past. The Kalman Filter instead maintains a live statistical estimate of the market’s “true” price level and its drift velocity, updating both with every bar. The Hurst Exponent (rescaled-range method) then answers one question: is this market actually persistent right now, or mean-reverting chop? Only when both agree do we act — entering on the classic pattern of a pullback below the Kalman path followed by a decisive reclaim.

The Three Pillars

🛰️ Kalman State Engine

A constant-velocity Kalman filter (Q=0.001, R=1.0) outputs a smooth price path plus a drift speed. Direction requires |velocity| > 0.05 × ATR(14).

📈 Hurst Regime Gate

R/S Hurst estimate over 100 bars must exceed 0.55 — statistical evidence of trend persistence. Below that, all signals are ignored.

🎯 Residual Reclaim Trigger

The residual (close − Kalman level) must cross from negative to positive for longs (mirror for shorts): a pullback absorbed, drift resuming.

D018 KalmanDrift Navigator trading strategy chart 1

Entry Rules 入场条件

  • LONG — Hurst > 0.55, Kalman velocity > +0.05×ATR, and residual crosses up through zero on bar close.
  • SHORT — Hurst > 0.55, Kalman velocity < −0.05×ATR, and residual crosses down through zero on bar close.
  • Signals evaluated once per closed H1 bar; one position at a time; spread filter 30 points.
D018 KalmanDrift Navigator trading strategy chart 2

[mt5_calc_spread]

Exit & Risk Management 出场条件

  • Stop loss: 1.5 × ATR(14) beyond the Kalman level (structure-referenced, not entry-referenced).
  • Take profit: 2.5 × ATR(14) from entry — reward:risk ≈ 1.67:1.
  • Position sizing: fixed 1% account risk per trade, lot size derived from stop distance.
D018 KalmanDrift Navigator trading strategy chart 3

Parameters 参数设置

Parameter Default Role
KalmanQ / KalmanR 0.001 / 1.0 Filter responsiveness (process vs. measurement noise)
HurstWindow 100 Lookback for R/S Hurst estimate
HurstThreshold 0.55 Minimum persistence to allow trades
SlopeATRfrac 0.05 Minimum drift speed as ATR fraction
ATRPeriod 14 Volatility unit for slope, SL, TP
SL_ATR / TP_ATR 1.5 / 2.5 Stop and target multiples
RiskPercent 1.0 Account risk per trade (%)
Timeframe H1 Recommended chart period
D018 KalmanDrift Navigator trading strategy chart 4

[mt5_calc_profit]

Why It’s Different

No moving-average crossovers, no oscillator thresholds, no channel touches. The edge comes from combining an optimal state estimator (Kalman) with a regime statistic (Hurst) — trading only when the market is measurably trending and the trend has just absorbed a counter-move. Works on FX majors, gold, and indices on H1; parameters are scale-invariant.

⚠️ Risk Disclosure: Trading involves substantial risk of loss and is not suitable for every investor. Past performance and backtests do not guarantee future results. This material is for educational purposes only and is not investment advice. Always forward-test on a demo account before committing real capital.

D018 · KalmanDrift Navigator · Generated 2026-07-11
D018 KalmanDrift Navigator trading strategy chart 5

Strategy Visuals 图示说明

Signal Rules
Execution Flow
D018 KalmanDrift Navigator trading strategy chart 6

[mt5_calc_position]

D018 KalmanDrift Navigator trading strategy chart 7
D018 KalmanDrift Navigator trading strategy chart 8

Source & Download

⚠️ Before You Start
1. Place the EA file in MQL5/Experts/ folder
2. Add https://jybj.org to WebRequest whitelist: Tools → Options → Expert Advisors → Allow WebRequest for listed URL
3. One invite code = one account (non-transferable)

Ready to use · MT4 / MT5 · Parameters preconfigured 即开即用,参数已预设

📥 Download MT4 (.ex4)

📥 Download MT5 (.ex5)

Source code & compiled files: GitHub
Full documentation: Online strategy page
Live performance: View this strategy live →

Live Positions 实时持仓

[mt5_position magic=1041]

Related Trading Strategies

Want to compare more automated strategies? These related ones are worth a look:

D018 KalmanDrift Navigator Trading Strategy FAQ

Which symbols and timeframe does D018 KalmanDrift Navigator suit?

D018 KalmanDrift Navigator adapts to major FX and gold symbols; validate on demo first. Fine-tune for your broker’s spread and leverage, and rely on demo results before going live.

How do I download and run the D018 KalmanDrift Navigator MT4/MT5 EA?

The Source & Download section provides compiled MT4/MT5 files and source. Drop it into MT5’s Experts folder, restart, and attach it to a chart — parameters are preset.

What are the risks of the D018 KalmanDrift Navigator trading strategy?

No trading strategy guarantees profit; past and backtested results don’t predict the future. Run it on demo, cap per-trade and total risk, and understand the logic before trading live.

Further Reading

Risk Warning: The results shown are based on simulated or historical trading data. Past performance is not indicative of future results and does not constitute investment advice. Trading involves risk; please proceed with caution.
风险提示:本文所示为模拟/历史交易数据,过往表现不代表未来收益,不构成任何投资建议。