Attachments forums

List of attachments posted on this forum.


All files on forums: 135573

Re: Bollinger Band type indicators for MT4

mrtools, Tue Apr 06, 2021 2:58 am

RodrigoRT7 wrote: Wed Mar 31, 2021 4:23 pm good night, all right? Is there a possibility to convert this indicator to MT4? it seemed like a very interesting approach. it would be fantastic if you could include a Hull or Mcginley for example. Thank you very much.

https://br.tradingview.com/v/bCy9urOG/

Code: Select all

//@version=2
study("Bollingers Bands Fibonacci ratios",shorttitle="FiBB",overlay=true)
len=input(defval=20,minval=1).........
Think this is close, by default the atr is smoothed with ssma (same as Wilder's ma) and using sma for the middle ma, but added all the averages for more of a selection for both. Named it the short version instead of Bollinger bands fib ratio. Also will see about doing the fill later.

PS: For the template used in our Daily Downloads, please see here: FiBB Fibonacci Bollinger Bands chart template for MT4.
All files in topic