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

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

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

Another offshoot of the Bollinger Bands. The concept of post smoothing on the outer bands is to smooth the upper and lower band individually after the standard deviation calculation has taken place.

This can provide a very smoothed upper and lower band. The smoothing of the upper band doesn't have to reflect a change on the lower band, and the smoothing on the lower band doesn't have to reflect a change on the upper band, in other words, the upper and lower bands can be smoothed individually.


Bollinger Bands with pre outer band smoothing Bollinger Bands with pre outer band smoothing

Bollinger Bands with controllable outer band smoothing (pre smoothing)

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 Value (apply to) Linear Regression Value (apply to)

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

CCI beginner tutorial by William210 CCI beginner tutorial by William210

Beginner tutorial on CCI to learn to code in MQL5