Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
I have tried to work sth out but to be honest I do not see anything more valuable then using other indicator combinations. Probably you could use each indicator successfuly once you master it.
Once again it has only ensure me that my turn to S/R analysis is the right one
hi guys ..it s been a while i m using the relative momntum index as my only indicator and the results are amazing ..this indicator is a winner...
the problem is i m using it on metastock and i wonder if someone can make the code for metatrader ....
buy order : Cross(RMI(C,20,5),30)
exit : Cross(70,RMI(C,20,5))
sell short order : Cross(70,RMI(C,20,5))
exit : Cross(RMI(C,20,5),30)
i hope someone can help us here ....
here are the results for 2 years backtesting (manually) 1h charts:
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................ http://www.fxservice.eu/
........................................
Can you please post the relative momentum index for MT4
thank you
emeric
Quote:
Originally Posted by tokyowalker
hi guys ..it s been a while i m using the relative momntum index as my only indicator and the results are amazing ..this indicator is a winner...
the problem is i m using it on metastock and i wonder if someone can make the code for metatrader ....
buy order : Cross(RMI(C,20,5),30)
exit : Cross(70,RMI(C,20,5))
sell short order : Cross(70,RMI(C,20,5))
exit : Cross(RMI(C,20,5),30)
i hope someone can help us here ....
here are the results for 2 years backtesting (manually) 1h charts:
I too would like to see a mq4 version of RMI. More info on this indicator can be found on the FMLabs website. Quoting a page from their site:
Relative Momentum Index (RMI) "The Relative Momentum Index (RMI) is a variation on the Relative Strength Index (RSI). To determine up and down days, the RSI uses the close compared to the previous close. The RMI uses the close compared to the close n days ago. An RMI with a time period of 1 is equal to the RSI. The RMI ranges from 0 to 100. Loke the RSI, The RMI is interpreted as an overbought/oversold indicator when the value is over 70/below 30. You can also look for divergence with price. If the price is making new highs/lows, and the RMI is not, it indicates a reversal.
The Relative Momentum Index was developed by Roger Altman and was introduced in his article in the February, 1993 issue of Technical Analysis of Stocks & Commodities magazine."