Page 3 of 15

Re: MT5 Rsi indicators

Posted: Sun May 22, 2022 5:47 am
by Banzai
太虚一毫 wrote: Sat May 21, 2022 3:56 pm Expect the teacher to add a button for Schaff tcd RSI.mq5. :thumbup:

Infinite merit!
Schaff tcd RSI (on/off button)

Attached is template to show you how to add two buttons.

Put the template in the folder: MQL5\Profiles\Templates

Re: MT5 Rsi indicators

Posted: Fri Jun 03, 2022 1:42 am
by mrtools
Ridwan wrote: Fri Jun 03, 2022 12:13 am Expect the teacher to change from MT4 to MT5. Thank's

Infinite merit!
Even though it's called turbo jrsx it's really just a regular rsx with prices. So did this one.

Re: MT5 Rsi indicators

Posted: Wed Jun 08, 2022 6:11 pm
by XystopFX
mrtools wrote: Fri Jun 03, 2022 1:42 am Even though it's called turbo jrsx it's really just a regular rsx with prices. So did this one.
Image
Compliments of the day. Master Tools please, it will be interesting to have it in MTF with all the sets of alerts when there is a changes in direction. I plead with you and other coders. Thanks in advance.

Re: MT5 Rsi indicators

Posted: Thu Jun 09, 2022 2:35 am
by mrtools
XystopFX wrote: Wed Jun 08, 2022 6:11 pm Compliments of the day. Master Tools please, it will be interesting to have it in MTF with all the sets of alerts when there is a changes in direction. I plead with you and other coders. Thanks in advance.
Added mtf and the alerts.

Re: MT5 Rsi indicators

Posted: Thu Jun 09, 2022 2:42 am
by XystopFX
mrtools wrote: Thu Jun 09, 2022 2:35 am Added mtf and the alerts.
Image

A million thanks Master Tools. I really appreciate your swift reply. More grease to your elbow.

Re: MT5 Rsi indicators

Posted: Mon Jun 27, 2022 6:36 pm
by 太虚一毫
Looking forward to the teacher adding some interesting elements to this very nice looking RSI. Such as: all prices, alerts, arrows, MTF, buttons, etc.

Infinite merit!

Re: MT5 Rsi indicators

Posted: Sun Jul 10, 2022 4:59 pm
by ionone
other kind of RSI : LBR RSI

Re: MT5 Rsi indicators

Posted: Mon Jul 11, 2022 12:21 pm
by OlegS
mrtools wrote: Fri Jun 03, 2022 1:42 am Even though it's called turbo jrsx it's really just a regular rsx with prices. So did this one.
Image
Dear mrtools, could you please make a real jrsx for mt5? I did not find any version of this indicator for mt5 on the internet.

Re: MT5 Rsi indicators

Posted: Mon Jul 11, 2022 1:26 pm
by mrtools
OlegS wrote: Mon Jul 11, 2022 12:21 pm Dear mrtools, could you please make a real jrsx for mt5? I did not find any version of this indicator for mt5 on the internet.
It is the same as a couple of posts above, only difference the so-called Turbo version is using Typical price.

Re: MT5 Rsi indicators

Posted: Sat Jul 30, 2022 12:13 pm
by mrtools
From Mladen Rakic:

RSX (Relative Strength Quality Index) that does not use "pure" price for calculation but uses adaptive lookback average filtered price for calculation

Of price filtering for rsx :

The advantage of using the filtered (smoothed) price is that some of the false signals are filtered out at the source itself (by averaging the price) and it the is omitted (the false signal) in the RSX calculation too. Also, since the average is adaptive it implicitly makes the RSX adaptive too

ALB averages that can be used :

*simple moving average
*exponential moving average
*smoothed moving average
*linear weighted moving average

Usage :

Some experimenting with parameters is advised, but the usage of this RSX is the usual : either use the slope or some significant levels crossing for signals
Image