Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
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 post outer band smoothing - indicatore per MetaTrader 5

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