Page 13 of 193

Re: Bollinger Band type indicators for MT4

Posted: Thu Apr 20, 2017 11:14 am
by mrtools
Smoothing The Bollinger %b - The "SVE Bollinger Bands"

Bollinger bands were developed by John Bollinger and it consists of 3 lines derived from the moving average and standard deviation of closing price.

Sylvain Vervoort, a Belgium based retired electronics engineer who has been using technical analysis for more than 30 years, came out with an indicator SVE_BB that takes the Bollinger band and converts it to an oscillator that range between 0 and 100 (with overshoots).

The Metastock formula for SVE_BB is:

period:= Input("%b period:",1,100,18);
TeAv:= Input("Tema average:",1,30,8);
haOpen:= (Ref((O+H+L+C)/4,-1) + PREV)/2;
haC:= ((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min(L,haOpen))/4;
TMA1:= Tema(haC,TeAv);
TMA2:= Tema(TMA1,TeAv);
Diff:= TMA1-TMA2;
ZLHA:= TMA1+Diff;
percb:= (Tema(ZLHA,TeAv)+2*Stdev(Tema(ZLHA,TeAv),period)-Mov(Tema(ZLHA,TeAv),period,WEIGHTED))/(4*Stdev(Tema(ZLHA,TeAv),period))*100;
percb;


This indicator is often a leading indicator with smooth and clear turning points. Bullish and bearish divergent signal is helpful in identifying entry and exit points.

This is a version by Mladen, and an article in PDF explaining more about it.




Re: Bollinger Band type indicators for MT4

Posted: Tue Apr 25, 2017 12:25 am
by tampa

Re: Bollinger Band type indicators for MT4

Posted: Sun Apr 30, 2017 2:43 am
by mrtools
mrtools wrote: Tue Feb 14, 2017 1:28 pm  This is a rsi super smoother using bollinger band stops.
Upgraded version with mtf, arrows, and alerts posted here: viewtopic.php?p=1295351675#p1295351675

Re: Bollinger Band type indicators for MT4

Posted: Mon May 01, 2017 2:56 am
by greenway
mrtools wrote: Sat Apr 15, 2017 1:41 am Think this one was lost in migration, a mtf version of Rsi on better bollinger bands.
Thank you, mrtools! Looks very promising. Can you recommend some other indicators to combine it with?

Re: Bollinger Band type indicators for MT4

Posted: Mon May 01, 2017 3:32 am
by mrtools
greenway wrote: Mon May 01, 2017 2:56 am Thank you, mrtools! Looks very promising. Can you recommend some other indicators to combine it with?
Greenway, there's endless indicators you can combine it with, and what works for me may not work for you, so my recommendation is go through the forum and test different combinations till you find what suits you and your trading style.

Re: Bollinger Band type indicators for MT4

Posted: Mon May 01, 2017 3:42 am
by greenway
mrtools wrote: Mon May 01, 2017 3:32 am Greenway, there's endless indicators you can combine it with, and what works for me may not work for you, so my recommendation is go through the forum and test different combinations till you find what suits you and your trading style.
Ok I will try to find some good combinations.
P.S. Can you add alerts?

Re: Bollinger Band type indicators for MT4

Posted: Mon May 01, 2017 4:16 am
by mrtools
greenway wrote: Mon May 01, 2017 3:42 am Ok I will try to find some good combinations.
P.S. Can you add alerts?
Added alerts on slope(color) change.

Re: Bollinger Band type indicators for MT4

Posted: Mon May 01, 2017 7:28 am
by greenway
mrtools wrote: Mon May 01, 2017 4:16 am Added alerts on slope(color) change.
Thank you, Friend.

Re: Bollinger Band type indicators for MT4

Posted: Mon May 08, 2017 3:05 am
by NotInPortland
Hi, if i can ask, how obtain that background please?

thanks

Re: Bollinger Band type indicators for MT4

Posted: Mon May 08, 2017 3:09 am
by Jimmy
NotInPortland wrote: Mon May 08, 2017 3:05 am
Hi, if i can ask, how obtain that background please?

thanks
Sure, faded backgrounds are available [url=http://www.forex-station.com/viewtopic.php?f=578480&t=8456487]here[/url].