Join our fan page
- Views:
- 14494
- Rating:
- Published:
- 2013.08.13 20:45
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The difference from RSI is that it uses price change for a specified period (i.e. the momentum) instead of the price changes of two adjacent bars. The rest of the calculations are similar to RSI. The indicator was developed by Roger Altman and was first published in February 1993 in the Technical Analysis of Stocks & Commodities magazine.
Parameters:
- RMI Period - the period of RMI.
- Momentum Period - the period of momentum (with the value 1 the indicator is identical to RSI).
Interpretation of the signal is the same as that of the relative strength index:
- The tops and bottoms of the indicator are a little ahead of the formation of local price maximums and minimums.
- Graphical patterns (head and shoulders, etc.) that are not easy to recognize on price charts.
- Divergence.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1786

A combined indicator, constructed on the basis of two RSI oscillators

A simple trend indicator based on counting of the number of bullish and bearish candlesticks.

The indicator draws bars based on Elder's impulse system.

Another version of the indicator that calculates support/resistance levels.