Detrended_Price_Oscillator – indicator MetaTrader 5
Real author: Ramdass The indicator looks similar to MA since it filters the price direction (trend) in the same way. Detrended Price Oscillator is calculated according to the formula: DPO(i) = Close(i) – SMA(i, N) where N — MA period. The indicator uses the classes of SmoothAlgorithms.mqh library (copy it to <terminal_data_folder>\MQL5\Include). The use of … Read more