Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Relative Momentum Index (RMI) - indicator for MetaTrader 5

Views:
13419
Rating:
(45)
Published:
2013.08.13 20:45
Updated:
2016.11.22 07:32
rmi.mq5 (4.02 KB) view
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.

Relative Momentum Index

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1786

RSIImproved RSIImproved

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

Trend Score Trend Score

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

ImpulseOsMA ImpulseOsMA

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

Levels Levels

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