Re: Bollinger Band type indicators for MT4
Posted: Tue Feb 28, 2017 9:51 am
thanksmrtools 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.
thanksmrtools 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.
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.
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)
Hi Darkdoji, it's using regular BB calculation just different deviation types.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
Darkdoji, checkDarkdoji 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
Hi Baraozemo, am still a mt5 beginner, but was able to put together this version, will update more as I learn it better.baraozemo wrote:Hi Mrtools,
thanks for the indicator,
do you have it for mt5 version?