Re: Bollinger Band type indicators for MT4
Posted: Sat Apr 10, 2021 2:54 am
can you please add ATR period in setting!!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!!mrtools wrote: Sat Apr 10, 2021 2:48 am There is a somewhat generic jurik( called smoother) included in the averages.
It's there right below prices input int AtrPeriod = 20; // Atr period
i think the indicator is different!!mrtools wrote: Sat Apr 10, 2021 3:18 am It's there right below prices input int AtrPeriod = 20; // Atr period
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.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
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).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 mrtoolsmrtools 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.
Added outer bands fill.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!
Thank you very much for your speed! It turned out quite interesting.