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 pre outer band smoothing - indicator for MetaTrader 5

Views:
809
Rating:
(3)
Published:
2024.06.29 20:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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