Page 6 of 210

Re: Bollinger Band type indicators for MT4

Posted: Tue Feb 28, 2017 9:51 am
by fmr777
mrtools wrote:
Hi Fmr777, On the drop down menu of colorNeutral = clrSilver;    if you change that to color none then you will remove the center line.
thanks

Re: Bollinger Band type indicators for MT4

Posted: Tue Feb 28, 2017 1:08 pm
by mrtools
Indicator done by Mladen awhile back, still working today even though mt4 has changed a lot.

Re: Bollinger Band type indicators for MT4

Posted: Wed Mar 01, 2017 12:07 am
by Darkdoji
mrtools wrote:This is a regular mtf bollinger band with the choice of the regular moving averages except the volume weighted moving average has been added. Also you have a choice of using the mt4 built in standard deviation or the custom deviation with or without sample correction. The ma is colored according to the slope and the indicator has options for alerts on ma slope change,outer bands cross, and or middle ma cross.  

Re: Bollinger Band type indicators for MT4

Posted: Wed Mar 01, 2017 12:10 am
by Darkdoji
Just curious mr. tools - has this indicator the same calculations as BBB? The math in BBB makes that tool to be incredibly accurate in practice and just wondering if this BB uses the BBB calculation or the regular.
Thanks

Re: Bollinger Band type indicators for MT4

Posted: Wed Mar 01, 2017 11:41 am
by Darkdoji
mladen wrote:Judging from the way it looks like, it can belong here : this is an upgraded quantile bands indicator (metatrader 5 version) - some code optimization done and some possible issues solved (since mt5 is being changed on regular basis, we have to adjust code quite frequently to reflect the newest changes, hence these changes in the code)

 

Re: Bollinger Band type indicators for MT4

Posted: Wed Mar 01, 2017 11:43 am
by Darkdoji
Sir is an MT4 version out of the question? From the profile here it does appear to be an incredibly accurate tool - fit for purpose. I mean I would love to lay me hands on the MT4 version.

Thanks

Re: Bollinger Band type indicators for MT4

Posted: Wed Mar 01, 2017 11:47 am
by mrtools
Darkdoji wrote:Just curious mr. tools - has this indicator the same calculations as BBB? The math in BBB makes that tool to be incredibly accurate in practice and just wondering if this BB uses the BBB calculation or the regular.
Thanks
Hi Darkdoji, it's using regular BB calculation just different deviation types.

Re: Bollinger Band type indicators for MT4

Posted: Wed Mar 01, 2017 11:52 am
by mrtools
Darkdoji wrote:Sir is an MT4 version out of the question? From the profile here it does appear to be an incredibly accurate tool - fit for purpose. I mean I would love to lay me hands on the MT4 version.

Thanks
Darkdoji, check

Re: Bollinger Band type indicators for MT4

Posted: Wed Mar 01, 2017 6:03 pm
by Darkdoji
A million thanks mr. tools got the MT4 version and understood your response on the BB.

Best

Re: Bollinger Band type indicators for MT4

Posted: Sat Mar 04, 2017 11:53 pm
by mrtools
baraozemo wrote:Hi Mrtools,
thanks for the indicator,
do you have it for mt5 version?

Hi Baraozemo, am still a mt5 beginner, but was able to put together this version, will update more as I learn it better.