CCI beginner tutorial by William210 – indicator MetaTrader 5

CCI beginner tutorial by William210
Good morning. If this code malfunctions for whatever reasons, forgetting or MQL5 upgrades, let me know so I can correct it, thank you You can find all my multi timeFrame indicator codes or not, in CodeBase or on the Marketplace, free or purchasable, by searching for “William210”. What is CCI? The CCI: Powerful indicator for

Bollinger Bands with pre outer band smoothing – indicator MetaTrader 5

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

Bollinger Bands with post outer band smoothing – indicator MetaTrader 5

Bollinger Bands with post outer band smoothing - indicator for MetaTrader 5
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

ATR classic therefore without iATR by William210 – indicator MetaTrader 5

ATR classic therefore without iATR by William210
Good morning. If this code malfunctions for whatever reasons, forgetting or MQL5 upgrades, let me know so I can correct it, thank you You can find all my multi timeFrame indicator codes or not, in CodeBase or on the Marketplace, free or purchasable, by searching for “William210”. Why this code? The Average True Range (ATR)

Linear Regression Line (apply to) – indicator MetaTrader 5

Linear Regression Line (apply to) - indicator for MetaTrader 5
Not all indicators are suitable to have an option to be applied to another indicator data via mt5 designed / allowed options. Linear regression line (original that uses “simple” prices posted here : Linear Regression line) is one that is suitable We have regression channel as objects, but it needs to be constantly adjusted if we