Everything about RSI - page 7

 

darkkiller,

I know your post was directed towards mladen, but if you do not mind, I have coded this for you. It will be in Something Interesting please post.

I have tried to make this at least one request easier on mladen

Download here - https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page43#comment_322383

 
codobro:
darkkiller,

I know your post was directed towards mladen, but if you do not mind, I have coded this for you. It will be in Something Interesting please post.

I have tried to make this at least one request easier on mladen

Download here - https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page43#comment_322383

You could remove this two lines: rsx[shift] = EMPTY_VALUE; to have a better view.

Files:
 
codobro:
darkkiller,

I know your post was directed towards mladen, but if you do not mind, I have coded this for you. It will be in Something Interesting please post.

I have tried to make this at least one request easier on mladen

Download here - https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page43#comment_322383

Oh yeah,that okay..Already try your indi..i look nice

thanks codobro!!

 

darkkiller,

Thank you for clarifying. This should be what you requested: - https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page44#comment_322573

 

is anyone here has 'Reverse RSI'?

do we have this kind of indicator mentioned in this forexfactory thread for metatrader 4? im not sure what its name. but they called it 'Reverse RSI'

here's the thread Reverse RSI

thanks in advance.

 
lonelyfx:
do we have this kind of indicator mentioned in this forexfactory thread for metatrader 4? im not sure what its name. but they called it 'Reverse RSI'

here's the thread Reverse RSI

thanks in advance.

okay.. regarding my previous post as above..

i would like to request someone or anyone that can convert this TS code into Metatrader mq4. if only it is possible. i've got this code from the forexfactory thread link as in my post above.

here it is...

*********************************** *********************

inputs:

RSIValue( 50 ),

WilderTimePeriod( 14 ) ;

variables:

ExpPer( 2 * WilderTimePeriod - 1 ),

AUC( 0 ),

ADC( 0 ),

X( 0 ),

RevEngRSI( 0 ) ;

AUC = XAverage( IFF( C > C[1], C - C[1], 0), ExpPer ) ;

ADC = XAverage( IFF( C[1] > C, C[1] - C, 0), ExpPer ) ;

X = (WilderTimePeriod - 1 ) * ( ADC * RSIValue

/ ( 100 - RSIValue ) - AUC ) ;

RevEngRSI = IFF( X >= 0, C + X, C + X *

(100-RSIValue)/RSIValue) ;

Plot1[-1]( RevEngRSI ) ;

*********************************** *****************

thanks .

 

does anybody have the RSI SMOOTHED , which have introduced by Dr.ELDER?

 
macd&rsi:
does anybody have the RSI SMOOTHED , which have introduced by Dr.ELDER?

Any RSi "smoothed" makes it SLOWER and therefore "useless" - I suggest you look at the JRSX which you have plenty versions of in this Thread. Excellent indicator and also available in Histogram format.

Best wishes.

 
ValeoFX:
Any RSi "smoothed" makes it SLOWER and therefore "useless" - I suggest you look at the JRSX which you have plenty versions of in this Thread. Excellent indicator and also available in Histogram format. Best wishes.

thank you, but i use it not for divergense , only for trend , it's useful for my trading system .

and link for JRSX?

 
macd&rsi:
thank you, but i use it not for divergense , only for trend , it's useful for my trading system . and link for JRSX?

It's on Jurik hread: https://www.mql5.com/en/forum/173010

Reason: