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

Easy to use Hedging Class for MQL5 by Peter Mueller – library MetaTrader 5

Easy to use Hedging Class for MQL5 by Peter Mueller - library for MetaTrader 5
Input Parameters: OrderDistancePoints : Determines the distance in points from the current ask price for placing buy orders and from the bid price for placing sell orders. TPPoints : Specifies the take profit target in points. Startlotsize : Sets the initial lot size for trades. Gainperlot : Defines the desired gain per lot size. The … Read more