거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Bollinger Bands with pre outer band smoothing - MetaTrader 5용 지표

조회수:
1456
평가:
(5)
게시됨:
2024.06.29 20:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The premise of this Bollinger Bands indicator is that the outer bands can be individually controlled via smoothing. Changing the smoothing period on the upper band does not have to reflect any change on the lower band, and likewise changing the smoothing period on lower band does not have to reflect any change on the upper band. The idea is to give you ultimate control of smoothing the outer bands.

The PRE smoothed BB makes the standard deviation on separate MAs (and it's based on the original BB calculation).

"Additive outer band smoothing" when set to true means that the smoothing period is added to the Bollinger Bands period that is set. When set to false, it uses its own period which is not related to the period value of the middle line. 

The pre band smoothing is quite simple, it is just adding an extra MA period on an outer band in the Bollinger Bands. It is your stereotypical Bollinger Bands but with added control.



ATR classic therefore without iATR by William210 ATR classic therefore without iATR by William210

This code does not trace the iatr() because the iatr() or this code is a more modern version. This code uses original smoothing, a kind of SMA and not wilder smoothing. The analysis of the two smoothings can suggest opportunities elsewhere

Linear Regression Line (apply to) Linear Regression Line (apply to)

Linear regression line with an option to be applied to another indicators

Bollinger Bands with post outer band smoothing Bollinger Bands with post outer band smoothing

Bollinger Bands with controllable outer band smoothing (post smoothing)

Linear Regression Value (apply to) Linear Regression Value (apply to)

Linear Regression Value indicator with an option that allows it to be applied to another indicator