rudiarius wrote: Mon Dec 14, 2020 3:47 am Hello Darks,
Thanks for the interesting indicators you share here, I really appreciate your efforts.
Can you confirm that this "inverse bands" indicator is the same as the Bermaui bands. I have an MT5 indicator (see below) that looks the same it only lacks the squeeze component from your indicator. (Which makes yours even better)
As the original creator Al Bermaui explains the idea behind the indicator is:
- Calculate Standard Deviation as an oscillator that moves between 0 and 100. I will name it Bermaui Deviation percent (BD %).
- If "BD %" is near zero then volatility is at its extreme. In addition, if "BD %" is near 100 then volatility is very low.
- High volatility means a great probability for a trending market, while low volatility means side-way or ranging market.
- Middle Line is a Simple Moving Average (SMA) because Standard Deviation is calculated depending on SMA.
- Add "BD %" to a simple moving average with the same number of bars in the calculation to get The Upper Bermaui Band.
- Subtract "BD %" from a simple moving average with the same number of bars in the calculation to get The Lower Bermaui Bands.
If you can confirm that these indicators are actually the same (or the difference between them) I will also post the MT5 indicator in the correct thread.
Re: Bollinger Band type indicators for MT4
641As far as the code is concerned it's not same but the idea seems to be similar. As seen in the pic it looks quite identical.