A better OB/OS indicator?

Post Reply
snailfx
Posts: 8
Joined: Mon Nov 21, 2011 7:13 am

A better OB/OS indicator?

Post by snailfx »

Hi,
Few month ago i started to study RMI indicator and i was able to improve my trading results so i like to draw your attention to this indicator.
The RMI (Relative Momentum Index) is a variation of the RSI indicator (a description is in RMI code). RMI(14,1) is identical with RSI(14).

Next picture is self explanatory. There are RMI (14,5) for D1,H4 and H1 :
- RMI above/below 85/15% suggest a bigger retracement or direction change than above/below 70/30%;
- most of the time after RMI enter in the extreme OB/OS zone, PA will form a new HH/LL (RMI will form a divergence);
- LTF RMI above/below HTF RMI "pull" the HTF RMI in that direction ;
- multiple direction changes between 30-70% could be considered as ranging zone or a slow advance in the direction of the HTF RMI ;
mtf_rmi.png


MTF_RMI could be used in backtesting.
For long trend pairs RMI behaves different.
In the same manner could be compared Stochastic(21,3,7).
If it is a better OB/OS indicator I will let you to decide, for me it is.
You do not have the required permissions to view the files attached to this post.
123Reverse
Trader
Posts: 49
Joined: Sun May 05, 2013 2:54 am
Location: Australia

A better OB/OS indicator?

Post by 123Reverse »

Am I doing something wrong with the MTF_RMI?

It does not compile, giving these errors:


error - 'return' - expressions are not allowed on a global scope RMI_MTF.mq4 79 1
warning - not all control paths return a value RMI_MTF.mq4 77 1
warning - variable 'shift' not used RMI_MTF.mq4 94 7
snailfx
Posts: 8
Joined: Mon Nov 21, 2011 7:13 am

A better OB/OS indicator?

Post by snailfx »

It was coded pre 6xx.
Try this one.
You do not have the required permissions to view the files attached to this post.
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

A better OB/OS indicator?

Post by thomasmore »

RMI_MTF.PNG
snailfx » 16 Apr 2014, 06:18 wrote:It was coded pre 6xx.
Try this one.
The 6xx- version gives a blank...
You do not have the required permissions to view the files attached to this post.
User avatar
Wavegarrick
Trader
Posts: 1172
Joined: Sun Dec 30, 2012 11:21 am
Location: South Africa

A better OB/OS indicator?

Post by Wavegarrick »

Hi Guys this might sound stupid, I had the same problem a Ludowillems, but when I put the Rmi Indicator located in the Rmi Zip in my indicator folder, the mtf indicator worked. Why? I dont know. I am not a coder :)
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

A better OB/OS indicator?

Post by thomasmore »

Wavegarrick » 18 Apr 2014, 10:35 wrote:Hi Guys this might sound stupid, I had the same problem a Ludowillems, but when I put the Rmi Indicator located in the Rmi Zip in my indicator folder, the mtf indicator worked. Why? I dont know. I am not a coder :)
Yes, that' correct: it works! Thanks.
fajst_k
Posts: 1
Joined: Wed May 30, 2012 5:45 pm

A better OB/OS indicator?

Post by fajst_k »

This RMI indicator is based on Empty4 RSI implementation which is not Wilder RSI implementation but
who knows what implementation...

here is a link to screenshots and comparision of Wilder RSI and Empty4 RSI

http://www.forex-tsd.com/Empty4-4/8 ... post673192

next post has a Empty4 code of Wilder RSI

So I believe this indicator must be updated to match Wilder RSI implementation

Krzysztof
snailfx
Posts: 8
Joined: Mon Nov 21, 2011 7:13 am

A better OB/OS indicator?

Post by snailfx »

I'm not a coder. I only modified a shell MTF using RMI indicator found on forexfactory and as Wavegarrick noted it is necesary to have both indicators (RMI and RMI_MTF) in the indicators folder.
snailfx
Posts: 8
Joined: Mon Nov 21, 2011 7:13 am

A better OB/OS indicator?

Post by snailfx »

Another way to analize RMI by modifying OnChart Stochastic indicator.
onchart_rmi.png
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “Indicators”