
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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
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_322383You could remove this two lines: rsx[shift] = EMPTY_VALUE; to have a better view.
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_322383Oh 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.
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?
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.
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?
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