Attachments forums

List of attachments posted on this forum.


All files on forums: 161065

Digital Filter indicators for MT4

yuhu, Tue Apr 04, 2017 5:17 am

Digital Filter indicators for MT4

Hello all, 

Inspired by MrTools, i decided to have a dedicated thread for digital filter as i dont think we have one yet.

Digital filters are really simple, as you can see from the code itself.

One of the digital filters that i like is SATL and i have also attached FATL and RSTL for your review

If there is anyone else who have can share more, please feel free.
  1. FATL – Fast Adaptive Trend Line
    • Purpose: Detects fast trend changes in price with minimal lag.
    • Characteristics:
      • A digital low-pass filter optimized for responsiveness.
      • Reacts quickly to recent price changes, ideal for short-term signals.
    • Usage: Often used for fast trend detection, entry signals, or leading indicators in adaptive systems.
  2. SATL – Slow Adaptive Trend Line
    • Purpose: Identifies the underlying long-term trend while filtering out short-term noise.
    • Characteristics:
      • A smoother digital filter with a longer period response.
      • Provides stability and reduces the effect of market "choppiness".
    • Usage: Acts as a dynamic baseline or support/resistance trend; often paired with FATL to confirm direction.
  3. RFTL – Reference Fast Trend Line
    • Purpose: A stable reference version of the fast trend.
    • Characteristics:
      • Similar to FATL in responsiveness but slightly more conservative or differently tuned.
      • May use a reference calculation to reduce overshooting or artifacts.
    • Usage: Acts as a reliable fast filter for comparative purposes—like identifying crossovers with other trend lines.
  4. RSTL – Reference Slow Trend Line
    • Purpose: A benchmark slow trend indicator, complementary to SATL.
    • Characteristics:
      • Designed for robust trend indication over long durations.
      • Reference-calculated for consistency and smoother behavior than SATL in some systems.
    • Usage: Can serve as a high-confidence anchor in trend systems, often used to gauge overall bias or regime.
All files in topic