Guide
How does the Gaussian Detrended Reversion strategy work ?
The Gaussian Detrended Reversion Strategy leverages a Gaussian Detrended Price Oscillator (GDPO), designed to spot short-term price reversals by comparing the closing price with an Exponential Moving Average (EMA). This oscillator removes trends from price data, allowing traders to observe price cycles more accurately.
- The strategy computes the Detrended Price Oscillator (DPO) and then applies Gaussian smoothing via the Arnaud Legoux Moving Average (ALMA), enhancing the signal by reducing market noise.
- Entry points for a long position are established when the smoothed GDPO rises above its lag while being negative. Conversely, the long position is closed either when the GDPO falls below the lag or drops below the zero line.
- Short positions are initiated when the smoothed GDPO descends below its lag and is positive, with the exit condition being an upward cross of the GDPO above the lag or above the zero line.
- These rules are visualized directly on the chart, with the GDPO and its lag plotted in different colors, background color shifts to signal trade entries, and crossover points marked as exit signals.
In addition to plotting the oscillator and its lagged value, the release notes indicate enhancements such as updated labels for better clarity and an offset of the price line for a leading indication.