Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Bollinger Bands with post outer band smoothing - indicator for MetaTrader 5

Views:
2239
Rating:
(5)
Published:
2024.06.29 20:45
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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