EHLERS MOTHERLODE TREND Trading Guide

Last updated: February 22, 2026

The Ehlers Motherlode Trend is a sophisticated momentum indicator that uses advanced Digital Signal Processing (DSP) concepts pioneered by John Ehlers. By utilizing a High-Pass filter to strip out noise (DC offset) and a SuperSmoother filter to reduce lag, it presents a highly refined, cycle-extracted view of market trends.

What does the indicator show?

  • Glowing Trend Line: The primary oscillator line. When it is above zero, the trend is generally bullish (green); below zero is bearish (red).
  • Gradient Histogram: A visual representation of the trend strength radiating from the zero line.
  • Background Highlights (Strong Trend Zones): Faint vertical block shades (green/red) appear when the indicator classifies the condition as a "Strong Trend" (the indicator value and the immediate momentum are both aligned).

Key Settings

  • High-Pass Period: The base cycle length used for the filter. Lower values make the indicator more reactive but susceptible to noise.
  • SuperSmoother Period: The smoothing factor applied via the 2-pole Butterworth filter; higher values create a smoother wave with more lag.
  • Amplitude Scale: A raw multiplier to scale the visual height of the oscillator sine wave.
  • Enable Glow & Gradients: Toggle the premium visual effects on or off for chart clarity or performance.

How to use Strategy Parameters (Condition Source)

Within the Strategy Tester module, you can leverage the data from this indicator to create powerful logical conditions for trade entries and exits.

1. Core Trend Alignment

Use the raw value to determine if the macro environment is favoring buyers or sellers.

  • trendValue — The specific numerical value of the filtered trend line.

Strategy Example: If you are building a trend-following bot, set a condition requiring trendValue > 0 to ensure you only enter Long positions when the digital signal favors the upside.

2. Strong Trend Confluence

Pinpoint the exact moments where both the absolute value and the slope (momentum) are accelerating in the same direction.

  • isStrongBull — Returns true if the trend is positive AND currently rising.
  • isStrongBear — Returns true if the trend is negative AND currently falling.

Strategy Example: Trigger aggressive breakout entries exclusively when isStrongBull is true to ensure maximum theoretical momentum behind the trade.

Continue Research

Explore the full academy, the product documentation, and the main platform pages for deeper crypto backtesting and strategy research.

Browse all academy guides Read the documentation Compare platform plans See the research engine