Faieton
- Uzmanlar
- Sürüm: 1.0
- Etkinleştirmeler: 5
Faieton — Expert Advisor based on adaptive market signal analysis for MetaTrader 5.
The system operates on the principle of adaptive synchronization with the current market phase. It tracks changes in price movement intensity within a rolling data window, evaluates signal decay speed, and measures price trajectory curvature to identify statistical deviations from equilibrium.
How It Works
The core logic relies on a dynamic bandwidth corridor that tracks price oscillations relative to upper and lower offset boundaries. By evaluating current movement intensity, risk factors, and signal decay rates, the EA effectively filters out market noise and minimizes false entries.
EA Parameters
- Synchronization & Entry
- AdaptivePulseSync — Enables adaptive signal synchronization with the market phase.
- RelayAngleStep — Reaction angle step; controls sensitivity to price changes.
- Volume Management
- AdaptiveLoadControl — Enables adaptive position size adjustment.
- LoadDistributionRatio — Deposit load distribution ratio.
- UnitYieldCapacity — Base volume of a single trading unit (lot size).
- Execution Protection
- LagGateEnabled — Enables pre-execution delay mechanism.
- AdaptiveLagShield — Adaptive protection against execution in volatile conditions.
- LagThreshold — Maximum allowable execution latency threshold.
- Offset Boundaries
- LowerBoundOffset — Lower allowable price offset boundary for entry.
- UpperBoundOffset — Upper allowable price offset boundary for entry.
- Additional Constraints
- UnitDeviationCap — Maximum allowable deviation cap for a trading unit.
- UnitIdentifier — Identification reference value for internal calculations.
- ExecutionFillMode — Order fill execution mode (MT5 specific).
- Signal Analysis Parameters
- TimeStepGranularity — Analysis time step granularity (bar count).
- IntensityFactor — Volatility intensity response coefficient.
- RiskExposureFactor — Potential risk/deviation assessment factor.
- BandWidth — Signal analysis corridor width.
- SignalFadeRate — Rate of signal decay over time.
- SampleWindowLength — Historical data sample window size (in bars).
- OscillationOffset — Offset correction for the oscillatory signal component.
- BarrierBand — Width of the corridor barrier band.
- CurvatureIndex — Index measuring price trajectory curvature.
Who Is It For
Faieton is built for traders who favor a structured, transparent configuration over opaque "black-box" systems. Fully customizable parameters allow you to fine-tune the EA's logic to your trading style, asset class, and market conditions.
Backtesting on historical data and initial testing on a demo account are recommended prior to live trading.
