Page 74 of 193

Re: Bollinger Band type indicators for MT4

Posted: Fri Apr 09, 2021 11:59 pm
by Lumios
mrtools wrote: Thu Apr 08, 2021 3:12 am Added the filled areas.
The clarity of the retracements are quite interesting. Any chance these lines could be Jurik Smoothed?

Re: Bollinger Band type indicators for MT4

Posted: Sat Apr 10, 2021 2:48 am
by mrtools
Lumios wrote: Fri Apr 09, 2021 11:59 pm The clarity of the retracements are quite interesting. Any chance these lines could be Jurik Smoothed?
There is a somewhat generic jurik( called smoother) included in the averages.

Re: Bollinger Band type indicators for MT4

Posted: Sat Apr 10, 2021 2:54 am
by sal
mrtools wrote: Sat Apr 10, 2021 2:48 am There is a somewhat generic jurik( called smoother) included in the averages.
can you please add ATR period in setting!!

Re: Bollinger Band type indicators for MT4

Posted: Sat Apr 10, 2021 3:18 am
by mrtools
sal wrote: Sat Apr 10, 2021 2:54 am can you please add ATR period in setting!!
It's there right below prices input int AtrPeriod = 20; // Atr period

Re: Bollinger Band type indicators for MT4

Posted: Sat Apr 10, 2021 1:19 pm
by sal
mrtools wrote: Sat Apr 10, 2021 3:18 am It's there right below prices input int AtrPeriod = 20; // Atr period
i think the indicator is different!!
see snap. i would like to add here an custom period option in Price zone 1.06
viewtopic.php?f=579496&t=8412977&start=738

Re: Bollinger Band type indicators for MT4

Posted: Sun Apr 11, 2021 11:29 am
by mrtools
sal wrote: Sat Apr 10, 2021 1:19 pm i think the indicator is different!!
see snap. i would like to add here an custom period option in Price zone 1.06
viewtopic.php?f=579496&t=8412977&start=738
Made it as an option to either use Atr or the original ema of high-low.Also made the code more user friendly and optimized it somewhat.

Re: Bollinger Band type indicators for MT4

Posted: Thu Apr 15, 2021 5:24 pm
by josi
mrtools wrote: Sun Apr 11, 2021 11:29 am Made it as an option to either use Atr or the original ema of high-low.Also made the code more user friendly and optimized it somewhat.
It could be a nice indicator but for some reason one can't change MA-type (but only period - called length here for some reason).
I am not sure but the line looks like a smoothed MA.
Maybe you could add your cornucopia of MAs to make this a bit more interesting.

Re: Bollinger Band type indicators for MT4

Posted: Sun Apr 18, 2021 3:34 am
by Yuri_I
Hello MrTools! Can you fill the background of this great indicator between levels 2.168 and 4.236? I would be very grateful!

Re: Bollinger Band type indicators for MT4

Posted: Sun Apr 18, 2021 10:31 am
by talaate
mrtools wrote: Sun Apr 11, 2021 11:29 am Made it as an option to either use Atr or the original ema of high-low.Also made the code more user friendly and optimized it somewhat.
Hi mrtools
nice indicator need to add arrow code option
Thanks

Re: Bollinger Band type indicators for MT4

Posted: Sun Apr 18, 2021 12:42 pm
by mrtools
Yuri_I wrote: Sun Apr 18, 2021 3:34 am Hello MrTools! Can you fill the background of this great indicator between levels 2.168 and 4.236? I would be very grateful!
Added outer bands fill.