Page 16 of 78
Re: Step Indicators for MT4
Posted: Thu Aug 16, 2018 2:38 pm
by mrtools
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
Posted: Thu Aug 16, 2018 3:35 pm
by mrtools
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
This is the same as above except it is using jurik smoothing. Notice it's much faster, bottom is jurik smoothed version.
Re: Step Indicators for MT4
Posted: Thu Aug 16, 2018 6:57 pm
by mntiwana
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.
Dearest Mrtools
So much thanks for both the pretty versions -

regards
Re: Step Indicators for MT4
Posted: Thu Aug 16, 2018 9:07 pm
by appsoluxions
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
Thank 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.
Re: Step Indicators for MT4
Posted: Fri Aug 17, 2018 3:50 pm
by mrtools
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
Re: Step Indicators for MT4
Posted: Fri Aug 17, 2018 5:49 pm
by mntiwana
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
Dearest Mrtools
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
Re: Step Indicators for MT4
Posted: Fri Aug 17, 2018 6:08 pm
by appsoluxions
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
Thing of a beauty, Thanks MrTools.
@Jimmy, you forgot to put a word for our Social Media friends about this new baby

Re: Step Indicators for MT4
Posted: Fri Aug 17, 2018 6:56 pm
by Jimmy
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
Shit, I did too! Haha thanks for the reminder bro.
Re: Step Indicators for MT4
Posted: Fri Aug 24, 2018 7:57 pm
by lucmat
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.
Hi mrtools,
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
Posted: Sat Aug 25, 2018 5:26 am
by mrtools
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
The alerts should be working that way now.