Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Bollinger Bands with pre outer band smoothing - indicatore per MetaTrader 5

Visualizzazioni:
803
Valutazioni:
(3)
Pubblicato:
2024.06.29 20:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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