거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
9207
평가:
(27)
게시됨:
2016.04.14 10:28
업데이트됨:
2016.11.22 07:32
nrtr.mq5 (9.96 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

Ramdass

NRTR is a trend indicator calculated using the CLOSE prices. The indicator is always located at the same distance from the reached extreme price. For an uptrend, it is displayed below the chart; for the downtrend — above. The meaning of this distance is to filter small corrective movements counter to the main trend. A stronger movement counter to the main trend above the preset level (the size of the moving filter) signals the complete trend reversal.

For an uptrend:

NRTR = Highest(Close, period)*(1-(K/100)),

For a downtrend:

NRTR = Lowest(Close, period)*(1+(K/100)),

where the first part of the expression is the highest/lowest extreme price reached since the last intersection of the indicator and the prices, K is the size of the moving filter in percentage terms, i.e. the distance between the indicator and reached extreme values.

Like any other simplified approach, this indicator works well in trending market, but may fail in non-trend periods.

Read more about the properties and versions of the indicator in the article "Trend indicator of dynamic price channel breakthrough" by Konstantin Kopyrkin (in Russian).


This indicator was first implemented in MQL4 and published in CodeBase at mql4.com on 13.07.2006.

Fig.1. The NRTR indicator

Fig.1. The NRTR indicator

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/15243

Panel-joke or a game system Panel-joke or a game system

An example of using the MasterWindows library for creating a game trade panel.

XCCX_StDev_HTF XCCX_StDev_HTF

The XCCX_StDev indicator with the timeframe selection option available in input parameters.

KalmanFilter_StDev_HTF KalmanFilter_StDev_HTF

The KalmanFilter_StDev indicator with the timeframe selection option available in input parameters.

PriceGrid PriceGrid

The indicator plots a price grid of levels rounded up to several digits.