Disliked{quote} I tried, but the result is not the same as the MT4 version on the phone. I think for you, this SMA line is the upper band line (number 1). I want this line to be the SMA of the Center line (number 2), according to the current XAUUSD/H4 it will appear like this (pic 2). - And can you code this line into the TDI indicator for me? I want to use this indicator for ONEPin so I need a buffer in the Data Window section. Sorry about my poor English and presentation!!! {image} {image} {image}Ignored
RSI(14) + MA(2) + MA(7) + Bands(34) + MA(34)
MA(2) is applied to the previous indicator, MA(7) is applied to the first indicator, Bands is most probably applied to the first indicator, and MA(34) is applied to the previous indicator.
So, if you applied the MA(34) to the previous indicator, you applied it to Bands (BollingerBands).
In MT4 you are using a compound indicator which already contains all the indicators in it, and by applying the MA(34) to the previous indicator, you are applying the MA to the whole indicator, not to Bands.
You could build the whole thing the same way like on the phone, one-by-one, and then you would get the same effect.
Attached File(s)
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!
2