Page 8 of 193

Re: Bollinger Band type indicators for MT4

Posted: Tue Mar 07, 2017 2:53 am
by mntiwana
mladen wrote:
Here you go
Dearest MLADEN
Wonderful,26 type prices
appreciations for new ideas after every short interval.
regards

Re: Bollinger Band type indicators for MT4

Posted: Tue Mar 07, 2017 6:49 am
by wojtek
The 4 new prices are declared, but they are not defined yet...

Re: Bollinger Band type indicators for MT4

Posted: Tue Mar 07, 2017 7:07 am
by mladen
mntiwana wrote: Dearest MLADEN
Wonderful,26 type prices
appreciations for new ideas after every short interval.
regards

Sorry, my bad. Those are from step stochastic - they can not be applied to that indicator

Re: Bollinger Band type indicators for MT4

Posted: Tue Mar 07, 2017 11:56 pm
by fmr777
baraozemo wrote:look in the indicator, and if you can set the color you could set the color = NONE
and this will hide the desired line
  Do it and then change time frame or use a template, anyway thank you, I found a solution, thank you

Re: Bollinger Band type indicators for MT4

Posted: Thu Mar 09, 2017 12:20 pm
by mrtools
Better bollinger bands % b smoothed.

Introduction

%B quantifies a security's price relative to the upper and lower Bollinger Band.

There are six basic relationship levels:

  • %B equals 1 when price is at the upper band
  • %B equals 0 when price is at the lower band
  • %B is above 1 when price is above the upper band
  • %B is below 0 when price is below the lower band
  • %B is above .50 when price is above the middle band (20-day SMA)
  • %B is below .50 when price is below the middle band (20-day SMA)

Calculation 

%B = (Price - Lower Band)/(Upper Band - Lower Band) 

The default setting for %B is based on the default setting for Bollinger Bands (20,2).
The bands are set 2 standard deviations above and below the 20-day simple moving average, which is also the middle band. Security price is the close or the last trade.

%B quantifies the relationship between price and Bollinger Bands.

  • Readings above .80 indicate that price is near the upper band.
  • Readings below .20 indicate that price is near the lower band.

Surges towards the upper band show strength, but can sometimes be interpreted as overbought. Plunges to the lower band show weakness, but can sometimes be interpreted as oversold. A lot depends on the underlying trend and other indicators. While %B can have some value on its own, it is best when used in conjunction with other indicators or price analysis. 

The default parameters (20,2) are based on the default parameters for Bollinger Bands. These can be changed accordingly. 20 represents the simple moving average. 2 represents the number of standard deviations for the upper and lower band. %B can be positioned above, below or behind the price plot.
 
Better bollinger bands are different in calculation but the %b calculation is the same.

Re: Bollinger Band type indicators for MT4

Posted: Thu Mar 09, 2017 12:36 pm
by mrtools
Better bollinger bands

Re: Bollinger Band type indicators for MT4

Posted: Thu Mar 09, 2017 5:31 pm
by Darkdoji
The BBB is an important tool providing especially important information for judging market moves per interval accurately. Along with DZ_Fisher Transform, (and the regular Fisher Transform), DZ_Trendscalp, BB Stop indicator and (though supposedly incorrectly coded and chief repainter Solar Wind Joy), probably the best tools technical analysis has ever produced. In all cases as coded by Mladen and mr. tools (the coder matters). Fantastic job mr. tools.

Re: Bollinger Band type indicators for MT4

Posted: Thu Mar 09, 2017 5:57 pm
by Darkdoji
One question though mr. tools. Do the current BB stop tools incorporate the BBB calculations? If not - would they not be better tools with the BBB logic? Just curious.

Re: Bollinger Band type indicators for MT4

Posted: Thu Mar 09, 2017 9:59 pm
by mrtools
Darkdoji wrote:One question though mr. tools. Do the current BB stop tools incorporate the BBB calculations? If not - would they not be better tools with the BBB logic? Just curious.
Far as i'm aware as to what has been posted, the last two are the only better bollinger bands logic type vindicators.

Re: Bollinger Band type indicators for MT4

Posted: Thu Mar 09, 2017 10:45 pm
by alif
Dear Mr.Mladen and Mrtools..

I'm not a coder and don't know anything about it so please excuse my question.

whether your DMI oscillator (with all the options that are already available, such as smoothing period/smoothing methods, etc) can be applied on bbands? e.g. DMI > 0 then middle line bbands = green,  DMI < 0 then middle line bbands = red. thanks.

regards.