An indicator that works on all time frames, showing high/low prices to show breakouts.
Thank you for reading this post, don't forget to subscribe!The gist of the NRTR is it is always at a distance from the reached price extremums – below the chart at rising trends and above the chart at descending trends. The following idea was pursued here: the small correctional movements against the main trend must be ignored, and the movement against the main tendency exceeding some level (the size of the moving filter K) signalize about the reverse of the tendency.
The dynamic price channel is used for the calculation of NRTR. Only the prices the current trend contains take part in the calculations and the extremums that belong to the previous tendency are excluded. The indicator is always at the same distance (in percentage terms, in this case) from the extremums that the prices have reached (below the maximum peak for the current up-trend, above the minimum valley for the current down-trend).
For the rising trends:
NRTR = Highest(Close, period)*(1-(K/100)),
For the descending trends:
NRTR = Lowest(Close, period)*(1+(K/100)),
where the first part of the expression is the highest/lowest price extremum that was reached in the period of the last crossing the indicator by the prices, K is the size of the moving filter in percentage terms the indicator stands from the reached extremums by.
As well as any other simplified approach, this indicator works greatly on the trend sections of the market but it starts fooling on the non-trend ones.
MT4 Indicators – Download Instructions
[post-title] is a Metatrader 4 (MT4) indicator and the essence of the forex indicator is to transform the accumulated history data.
[post-title] provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.
Based on this information, traders can assume further price movement and adjust their strategy accordingly.
How to install [post-title].mq4?
- Download [post-title].mq4
- Copy [post-title].mq4 to your Metatrader Directory / experts / indicators /
- Start or restart your Metatrader Client
- Select Chart and Timeframe where you want to test your indicator
- Search “Custom Indicators” in your Navigator mostly left in your Metatrader Client
- Right click on [post-title].mq4
- Attach to a chart
- Modify settings or press ok
- Indicator [post-title].mq4 is available on your Chart
How to remove [post-title].mq4 from your Metatrader 4 Chart?
- Select the Chart where is the Indicator running in your Metatrader Client
- Right click into the Chart
- “Indicators list”
- Select the Indicator and delete