Page 105 of 210
Re: Bollinger Bands type indicators for MT4
Posted: Fri May 27, 2022 4:05 am
by Jedidiah
Such an excellent indicator should be added to the daily download

Re: Bollinger Bands type indicators for MT4
Posted: Fri May 27, 2022 7:52 pm
by sam888
honje19960321 wrote: Mon May 23, 2022 5:59 am
oh My God. Thank you for your hard work.
Dear Mr Tools.I'm going to bed soon
It's a
Super Gem for me
I am very happy to see this surprise. too excited to sleep
Thank you
Thank you
Thank you
please add mtf
Re: Bollinger Bands type indicators for MT4
Posted: Fri May 27, 2022 8:54 pm
by Jedidiah
mrtools wrote: Mon May 23, 2022 5:55 am
Made it a histogram.
Looking forward to the teacher adding MTF, the merit is boundless
Re: Bollinger Bands type indicators for MT4
Posted: Sat May 28, 2022 3:00 am
by mrtools
sam888 wrote: Fri May 27, 2022 7:52 pm
please add mtf
Mtf added.
Re: Bollinger Bands type indicators for MT4
Posted: Sat May 28, 2022 3:03 am
by Jedidiah
mrtools wrote: Sat May 28, 2022 3:00 am
Mtf added.
I really appreciate your time and effort.

Re: Bollinger Bands type indicators for MT4
Posted: Sat May 28, 2022 3:20 am
by Jedidiah
The presented indicator is prepared on the basis of well known indicator Bollinger Bands. In short, Bollinger Bands consists of two lines that are situated above and below of moving average plotted of a certain number of standard deviations away from it. In case of high volatility lines become wider, during less volatile periods they become narrower. So, these bands show borders of possible price movement.
Observation of the Bollinger’s behavior has revealed another interesting pattern. The widening of the channel indicates the formation of bullish or bearish type of the price movement. In my opinion it is not possible to find the starting point of such movement, because as a rule it becomes clear at the end. However, this moment may be adopted to find the point of extinction of the impulse. Figure 1 shows that the narrowing of the Bollinger Bands channel is correlated with the moment of the break in struggle between bears and bulls.
For trader’s convenience, it is prepared indicator, which calculates difference between upper and lower lines of Bollinger Bands, which is plotted in a separate window as a histogram. Because of the lack the description in the literature the indicator with a similar algorithm, for the purpose of this publication I decided to call it BoDi (Bollinger's Difference) (Fig. 1).
Indicator is calculated on the following formulas:
1. Bollinger Bands:
where:
D - number of standard deviations,
y - price for i bar,
n - number of periods used for calculations,
UpperBB and LoweBB - upper and lower lines of Bollinger Bands.
2. BoDi:
BoDi = (UpperBB - LowerBB) * 1000
where:
1000 - coefficient for better visualization.
This indicator better to use on currencies with impulse behavior. Figure 1 shows that when price moves rapidly bands of Bollinger become wider and histogram of BoDi becomes green. In turn, when price movement slows the difference between Bollinger bands become narrower that is visible on BoDi’s histogram, which is colored to red. This moment can be treated as a signal to close position or partial close or to move stop-loss to the open price level.
Indicator BoDi I can recommend as an additional tool to find exit points in trend and breakout type of trading (Fig. 2).
For those who uses expert advisers I may propose the following algorithm for finding point to close position:
1. BoDi [1] < BoDi [2],
2. BoDi [2] > BoDi [3], ... BoDi [n-1] > BoDi [n], (n = 7 - 9),
3. BoDi [2] > BoDi [n] * k, (k = 1.5 - 2)
where:
[1] - index of the bar relative to the current (zero) bar,
n - number of the last bar used in calculation,
k - ratio of the second bar [2] to the last bar [n].
I recommend to calculate BoDi on the basis of exponential moving average (EMA), period 20 and typical price.
Re: Bollinger Bands type indicators for MT4
Posted: Sun May 29, 2022 1:01 am
by Banzai
Keltner Channel ahtf (on/off button)
ahtf = automatic higher time frame
attached is a template to show you how to add many mtf buttons on the same chart.
Re: Bollinger Bands type indicators for MT4
Posted: Sun May 29, 2022 7:59 pm
by Yuri_I
These are not new indicators with these settings. It looks good, I think. Comments are welcome)
Re: Bollinger Bands type indicators for MT4
Posted: Mon May 30, 2022 3:33 am
by kimhyunmin
honje19960321 wrote: Fri May 27, 2022 4:00 am
BB flat sw (mtf + alerts + arrows + btn) experimental setup for swing tr
- MA signal is above the Bollinger Bands forBuy a position
- MA signal is below the Bollinger Bands for Sell a position
This is the best setting I recommend.
Filter signals using
Bollinger Bandwidth histogram and
Bollinger Band Advanced Edition.
Can accurately enter the volatility trend trading
hello.
The template doesn't work.
Please upload again.
Thank you in advance!
こんにちは。
テンプレートが機能しません。
もう一度アップロードしてください。
よろしくお願いします!
Re: Bollinger Bands type indicators for MT4
Posted: Mon May 30, 2022 4:26 am
by Intrest 1
In this indicator, there is only the Bollinger period in the settings.
Judging by the default code, the deviation is 2.
Could you make it possible to change the deviation of the Bollinger in the settings?