Ehlers Detrended Synthetic Price (DSP)
Category: cycle, momentum
Measures the cycle component of price by taking the difference between a quarter-cycle and a half-cycle EMA, effectively removing the trend.
Formula
DSP = EMA_{fast}(source) - EMA_{slow}(source) \text{ where } fast = period/4, slow = period/2
Inputs
- i_source (default: hlc3)
- i_period (default: 40)
See signal primitives and every published strategy that uses Ehlers Detrended Synthetic Price (DSP) on WOBR StrategyVerse.