Auteur: Andrey N. Bolkonsky
De Ergodic DTI-Oscillator, gebaseerd op de Directional Trend Index, is beschreven door William Blau in zijn boek "Momentum, Direction, and Divergence: Applying the Latest Momentum Indicators for Technical Analysis".
- Plaats WilliamBlau.mqh in terminal_data_folder\MQL5\Include\
- Plaats Blau_Ergodic_DTI.mq5 in terminal_data_folder\MQL5\Indicators\

Ergodic DTI-Oscillator door William Blau
Berekening:
De Ergodic DTI-Oscillator wordt als volgt gedefinieerd:
Ergodic_DTI(q,r,s,u) = DTI(q,r,s,u)
SignalLine(q,r,s,u,ul) = EMA( Ergodic_DTI(q,r,s,u) ,ul)
waarbij:
- Ergodic_DTI() - Ergodic Lijn - Directional Trend Index DTI(q,r,s,u);
- SignalLine() - Signaal Lijn - EMA(ul), toegepast op de Ergodic Lijn;
- ul - gladheidsperiode van de Signaal Lijn.
- grafische plot #0 - Ergodic Lijn (Directional Trend Index):
- q - aantal bars dat gebruikt wordt in de berekening van DTI (standaard q=2);
- r - periode van de 1ste EMA, toegepast op DTI (standaard r=20);
- s - periode van de 2de EMA, toegepast op het resultaat van de 1ste smoothing (standaard s=5);
- u - periode van de 3de EMA, toegepast op het resultaat van de 2de smoothing (standaard u=3);
- grafische plot #1 - Signaal Lijn:
- ul - gladheidsperiode van een Signaal Lijn - EMA(ul), toegepast op Ergodic (standaard ul=3);
- q>0;
- r>0, s>0, u>0. Als r, s of u gelijk zijn aan 1, wordt er geen smoothing gebruikt;
- ul>0. Als ul=1, zijn de Signaal Lijn en Ergodic Lijn hetzelfde;
- Min. tarieven = (q-1+r+s+u+ul-4+1).
Gerelateerde berichten
- PCA Synthetics: Automatische Coëfficiëntselectie voor MetaTrader 5
- iExposure Indicator: Beheer je Handelsposities Efficiënt met MetaTrader 5
- Efficiënt Grafische Objecten Kopiëren in MetaTrader 5 met ChartObjectsCopyPaste
- Efficiëntie Ratio (ER) Berekenen met de CEROnRingBuffer voor MetaTrader 5
- Verbeter je Handelsstrategieën met de ColorXADX Indicator voor MetaTrader 5