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 … Read more

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 … Read more

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) … Read more

Linear Regression Value – indicator MetaTrader 5

Linear Regression Value - indicator for MetaTrader 5
In the “good old days” coders were trying to optimize all the code that could be optimized. One such example was the optimization of Liner regression calculation. Coder that was coding by the name “mathemat” (if I remember correctly, if I am wrong please correct me) came up with a simplified formula for linear regression … Read more

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 … Read more

Tick RSI Adaptive – indicator MetaTrader 5

Tick RSI Adaptive - indicator for MetaTrader 5
This indicator calculates an Adaptive RSI using tick data and plots it along with fast and slow moving averages in a separate window. It provides options to customize the calculation periods, moving average types, and visual settings. It was a conversion from an ancient 2008 MT4 indicator made by Rosh at trend laboratory, but at … Read more

MovingAverages.mqh Part II by Wiliam210 – indicator MetaTrader 5

Moving Averages Part II 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? This indicator shows you how … Read more