EHLERS MOTHERLODE TREND Trading Guide
Last updated: July 22, 2026
The Ehlers Motherlode Trend is a quantitative technical analysis tool. ehlers_motherlode_trend.js A high-performance, modern trend indicator based on John Ehlers' Digital Signal Processing (DSP) concepts. Features:
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- High-Pass Period (
hpPeriod): Controls the calculation period and sensitivity for market detection. - SuperSmoother Period (
ssPeriod): Controls the calculation period and sensitivity for market detection. - Amplitude Scale (
ampMult): Controls the calculation period and sensitivity for market detection. - Enable Glow Effect (
showGlow): Controls the calculation period and sensitivity for market detection. - Enable Gradients (
showGradient): Controls the calculation period and sensitivity for market detection. - Source (
source): Controls the calculation period and sensitivity for market detection. - Trend Value (
trendValue): Controls the calculation period and sensitivity for market detection. - Momentum (
momentum): Controls the calculation period and sensitivity for market detection. - Trend Value (Filtered) (
trendValue): Controls the calculation period and sensitivity for market detection. - Is Strong Uptrend (
isStrongBull): Controls the calculation period and sensitivity for market detection. - Is Strong Downtrend (
isStrongBear): Controls the calculation period and sensitivity for market detection.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
isStrongBull- Is Strong Uptrend event signal.isStrongBear- Is Strong Downtrend event signal.
2. Filters and Trade Levels
hpPeriod- High-Pass Period value used for structural qualification or thresholds.ssPeriod- SuperSmoother Period value used for structural qualification or thresholds.ampMult- Amplitude Scale value used for structural qualification or thresholds.showGlow- Enable Glow Effect value used for structural qualification or thresholds.showGradient- Enable Gradients value used for structural qualification or thresholds.source- Source value used for structural qualification or thresholds.trendValue- Trend Value value used for structural qualification or thresholds.momentum- Momentum value used for structural qualification or thresholds.trendValue- Trend Value (Filtered) value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.