Dispersions
- Experts
- Version: 1.0
- Activations: 5
Dispersion — Adaptive Market Dispersion Analysis System for MetaTrader 5
Dispersion is an Expert Advisor built on the statistical analysis of price deviations from an equilibrium state. Rather than simply following a trend or breakout, the system measures the "dispersion" of market movement within a sliding data window, evaluates signal decay speed, and identifies moments where the probability of a reversal or continuation is statistically justified.
How It Works
The core logic relies on constructing a dynamic spectrum-width corridor to track price fluctuations. The Expert Advisor factors in price curve curvature and momentum decay speed, helping filter out market noise from meaningful moves. This approach reduces false entry signals common in traditional indicator-based strategies.
EA Parameters
- Entry Control & Synchronization
- DynamicPulseAlignment — enables dynamic signal synchronization with the current market phase
- TransmissionAngle — momentum transmission angle affecting price sensitivity
- Volume & Load Management
- DynamicLoadRegulation — enables adaptive position size regulation
- LoadAllocationRatio — deposit load allocation coefficient
- UnitOutputCapacity — base lot size per trading unit
- Execution Protection
- DelayGateActive — enables execution delay mechanism
- AdaptiveDelayGuard — adaptive execution protection for unstable market conditions
- DelayLimit — maximum allowable execution delay (in ms)
- Shift Bounds
- MinimumBoundShift — lower bound limit for price shift entry
- MaximumBoundShift — upper bound limit for price shift entry
- Additional Constraints
- UnitDriftCap — maximum allowable unit drift limit
- UnitReference — reference baseline for deviation calculations
- FillPolicyMode — order execution fill policy (MT5 account specific)
- Signal Analysis Settings
- IntervalGranularity — interval analysis granularity (number of bars per step)
- HeatFactor — volatility sensitivity coefficient ("signal heat")
- PotentialLossFactor — coefficient for estimating potential deviation/risk
- SpectrumWidth — width of the spectral analysis corridor
- SignalDecaySpeed — trade signal decay rate
- DataWindowLength — historical data analysis window length (in bars)
- WaveOffsetShift — wave offset correction factor
- ResistanceBand — corridor resistance band width
- BendingIndex — price curve bending index
Who Is It For?
Dispersion is designed for traders seeking a systematic, statistically backed approach to entries rather than a generic "black box" solution. Its highly customizable parameters allow traders to fine-tune the EA's logic to fit their trading style, instruments, and market conditions.
Recommendation: Run backtests and test on a demo account prior to live trading to optimize settings for your target instrument.
