Code Base

To post a new code, please log in or register
Interesting script?

So post a link to it -
let others appraise it

Subject: Index Moving Average [ ru ]
Author: mvv444
Downloads: 110
Rating:
Files:
ima.mq5 (1.82 KB)view

Description:

The indicator shows the rate of change of simple moving average.

The direction of the indicator is the same with direction of daily bars. The local extremums of the indicator corresponds to the reverse points of the local trend.

The indicator is advancing, it shows the rate of the price change and proposed price reverse.

Image:

 Index Moving Average

The value of the indicator is calculated as ratio of the current price to the value of the simple moving average of the price (n-days averaged) minus 1:

iMA=Price0/MA(n)0-1

Suggestions: Daily, Period=5, applied price= (H+L)/2.