Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Detrended Price Oscillator - indicateur pour MetaTrader 4

Vues:
19910
Note:
(6)
Publié:
2008.09.01 07:47
Mise à jour:
2014.04.21 14:53
DPO.mq4 (1.88 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Detrendeded Price Oscillator (DPO) indicator looks like a moving average because it filters the directivity (trend) in the price values in the same manner, it allows to determine the circularity easier. The indicator determines the circularity by drawing the moving avarage in the form of a straight horizontal line and then plaсing the price values along this line according to their ratio to the moving average.

The Detrended Price Oscillator is calculated by the following formula:

DPO(i) = Close(i) - SMA(i, N)

where N is the period of the moving average.





Aroon Oscillator Aroon Oscillator

The oscilator rapidly discovers the end of the price trend and the beginning of the price movement in a horizontal interval and reverse.

CloseOrd.mq4 CloseOrd.mq4

It deletes a pending order or closes an opened order in accordance with your selection. It is necessary just to drag the script to an order. The script will choose the closest one and will close or delete it.

CCI Woodies CCI Woodies

Two CCI indicators with different periods in a single subwindow.

Keltner Channel Keltner Channel

The Keltner Channel indicator determines the most significant trends.