Rejoignez notre page de fans
NRTR - indicateur pour MetaTrader 5
- Vues:
- 9816
- Note:
- Publié:
- 2016.04.14 10:28
- Mise à jour:
- 2016.11.22 07:32
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/15243
An example of using the MasterWindows library for creating a game trade panel.
XCCX_StDev_HTFThe XCCX_StDev indicator with the timeframe selection option available in input parameters.
The KalmanFilter_StDev indicator with the timeframe selection option available in input parameters.
PriceGridThe indicator plots a price grid of levels rounded up to several digits.