거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Detrended Price Oscillator - MetaTrader 4용 지표

조회수:
20018
평가:
(6)
게시됨:
2008.09.01 07:47
업데이트됨:
2014.04.21 14:53
DPO.mq4 (1.88 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.