Attachments forums

List of attachments posted on this forum.


All files on forums: 136004

Re: Bollinger Bands type indicators for MT4

Jedidiah, Mon Jun 06, 2022 4:36 pm

i found it

The power of the Internet is too powerful. Thanks someone for making the MT4 version of it


TTMS = (H-L)/(TL-BL)-1, where
H = MA(Keltner_Length, Keltner_Smooth_Method, Close)+ATR(Keltner_Smooth_Length)*Keltner_Deviation,
L = MA(Keltner_Length, Keltner_Smooth_Method, Close)-ATR(Keltner_Smooth_Length)*Keltner_Deviation,
TL = ML+BB_Deviation*D,
BL = ML-BB_Deviation*D,
ML = SMA(BB_Length, Close),
D = StdDev(BB_Length, Close).
All files in topic