This is actually an updated advanced step rsi, didn't like the advanced name on it.
The indicator has::
. New lighter multi timeframe
. Alerts on when the 2 slower step lines cross
. Arrows on the chart and separate window when the 2 slower step lines cross
. Choice of 6 different types of rsi
. 33 different price options
. If minmaxperiod>0 can choose between quantile bands or floating levels
. Code optimized
Re: Step Indicators for MT4
152This is the same as above except it is using jurik smoothing. Notice it's much faster, bottom is jurik smoothed version.mrtools wrote: Thu Aug 16, 2018 2:38 pm This is actually an updated advanced step rsi, didn't like the advanced name on it.
The indicator has::
. New lighter multi timeframe
. Alerts on when the 2 slower step lines cross
. Arrows on the chart and separate window when the 2 slower step lines cross
. Choice of 6 different types of rsi
. 33 different price options
. If minmaxperiod>0 can choose between quantile bands or floating levels
. Code optimized
Re: Step Indicators for MT4
153Dearest Mrtoolsmrtools wrote: Thu Aug 16, 2018 3:35 pm
This is the same as above except it is using jurik smoothing. Notice it's much faster, bottom is jurik smoothed version.
So much thanks for both the pretty versions -

regards
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: Step Indicators for MT4
154Thank you Mladen(Prof. ) and Wojtek(Student) for lessons and exercises - I learnt something as my MQL learning journey continues. Really good lessons indeed they enlightening.mladen wrote: Thu Mar 23, 2017 8:57 pm
Yes it is correct
And now (just for the sake of "experimenting") do one following thing :
Add some parameter (any parameter)And change the code to use that new parameter
As you can see you have to change the code on one place (and one place only) for a new mtf call, while in the old way you would have to change it in nnn places (which was making the coding error more than likely in some cases). We are achieving two things with this type of coding : less errors and (for the lazy like me) less work for the same results
Re: Step Indicators for MT4
155This is a new step one more average, it has:
. Alerts on color change
. Mtf
. 7 different display type options
. Now using a jurik smoothed atr in it's step calculations(controlled by step size)
. Can show bands just add the pips distance from the step oma
. Has filtering option
. Alerts on color change
. Mtf
. 7 different display type options
. Now using a jurik smoothed atr in it's step calculations(controlled by step size)
. Can show bands just add the pips distance from the step oma
. Has filtering option
- These users thanked the author mrtools for the post (total 17):
- Jimmy, appsoluxions, thiru, FXchaos, Holmes27, reachme, Bob Loblaw, mr12323, myrx, Lodi, theCuchuoi, navid110, RodrigoRT7, Jedidiah, Mansa, 太虚一毫, ParallelNative
Re: Step Indicators for MT4
156Dearest Mrtoolsmrtools wrote: Fri Aug 17, 2018 3:50 pm This is a new step one more average, it has:
. Alerts on color change
. Mtf
. 7 different display type options
. Now using a jurik smoothed atr in it's step calculations(controlled by step size)
. Can show bands just add the pips distance from the step oma
. Has filtering option
Pretty thanks for this upgrade (jurik based) -

looks a bit faster than its previous versions
in picture white/deep pink line from this newest ver - all rest parameters are same
regards
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: Step Indicators for MT4
157Thing of a beauty, Thanks MrTools.mrtools wrote: Fri Aug 17, 2018 3:50 pm This is a new step one more average, it has:
. Alerts on color change
. Mtf
. 7 different display type options
. Now using a jurik smoothed atr in it's step calculations(controlled by step size)
. Can show bands just add the pips distance from the step oma
. Has filtering option
@Jimmy, you forgot to put a word for our Social Media friends about this new baby

- These users thanked the author appsoluxions for the post:
- Jimmy
Re: Step Indicators for MT4
158Shit, I did too! Haha thanks for the reminder bro.appsoluxions wrote: Fri Aug 17, 2018 6:08 pm
Thing of a beauty, Thanks MrTools.
@Jimmy, you forgot to put a word for our Social Media friends about this new baby![]()
- These users thanked the author Jimmy for the post:
- appsoluxions
Re: Step Indicators for MT4
159Hi mrtools,mrtools wrote: Thu Aug 16, 2018 3:35 pm
This is the same as above except it is using jurik smoothing. Notice it's much faster, bottom is jurik smoothed version.
it's a great indicator.
Is it possible to add an alert when rsi line crosses the 2 step lines?
Thanks
Lucmat
Re: Step Indicators for MT4
160The alerts should be working that way now.lucmat wrote: Fri Aug 24, 2018 7:57 pm
Hi mrtools,
it's a great indicator.
Is it possible to add an alert when rsi line crosses the 2 step lines?
Thanks
Lucmat