Join our fan page
- Views:
- 18872
- Rating:
- Published:
- 2010.01.26 11:12
- Updated:
- 2021.11.01 10:34
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Detrended Price Oscillator removes the trend effect of price movement. This simplifies the process of finding out cycles and overbought/oversold levels.
Long-term cycles consist of several shorter cycles. Analyzing such short components helps to define crucial moments of the cycle's development. DPO gives a chance to eliminate the influence on prices of long-term cycles. To calculate DPO you should take a certain period. Remove cycles that are longer than the chosen period from price dynamics, and leave shorter cycles. Half of the cycle's length is used for smoothing. We recommend using a period of 21 or less.
The bounds (overbought/oversold levels) come from the history of previous behavior of prices. It is recommended to stand in a long position if DPO first falls below the resale level and then gets above it. Crossing of the zero point from above followed by a rise above that level is also a signal for opening a long position. Everything is vice versa for short positions.
Detrended Price Oscillator
Calculation:
where:
- SMA - simple moving average;
- CLOSE - the closing price;
- N - the period of the cycle (if N is equal 12, then DPO corresponds to the DiNapoli Detrend Oscillator).
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/27

The Demarker Indicator (DeM) is based on the comparison of the period maximum with the previous period maximum. When the indicator falls below 30, the bullish price reversal should be expected. When the indicator rises above 70, the bearish price reversal should be expected.

The Custom Moving Average is example of the Custom User Indicator - it calculates and shows the Moving Average.

The Envelopes Indicator is formed by two Moving Averages, one of them is shifted upward and another one is shifted downward. The selection of optimum relative number of band margins shifting is determined with the market volatility: the higher the latter is, the stronger the shift is.

The Force Index Indicator was developed by Alexander Elder. This index measures the Bulls Power at each increase, and the Bears Power at each decrease.