RMI

Modified on 2013/01/06 07:48 by Eugene — Categorized as: Community Indicators

Syntax


DataSeries RMI (DataSeries ds, int period, int smoothPeriod)

Parameter Description

dsA DataSeries to apply Derivative Oscillator to
periodPeriod of the indicator
periodSmoothPeriod for smoothing

Description

Relative Momentum Index (RMI) was created by Roger Altman as a variation of the Relative Strength Index (RSI). The RMI counts up and down days from the close relative to a close n bars ago.

Calculation

RMI = RM / (1 + RM),
where RM = Average up Momentum (over the period n) / Average Down Momentum (over the period n)

Interpretation

Being based on the RSI, the RMI shares same strong points and weaknesses with it, as well as many interpretation methods.

Example

No example currently available.