Linear Regression Channel – EA MetaTrader 4

Linear Regression Channel - expert for MetaTrader 4
Linear Regression Channel EA draws “Linear Regression Channel”  on chart and trades with its trend,has Trailing Stop Loss &Take Profit works best on all time frames major forex pairs and stocks NASDAQ. Try it on demo first. You choose how to trade: only with the price of open candle or every tick !If you do … Read more

Regression Channel with variable polynomial degree – indicator MetaTrader 5

Regression Channel with variable polynomial degree - indicator for MetaTrader 5
07.07.2022 V.2.10 added extrapolation 17.04.2020 Updated the indicator to the version 2.0. Changes: greatly improved calculation accuracy, added trend colors V1.2 A quick port for MT5. Real authors: original by Boris: https://www.mql5.com/en/code/8417 V1.1 by graziani: https://www.mql5.com/en/code/11749 i-Regr: Polynomial Regression Channel consists of two parallel lines, equidistant up and down from the line of polynomial regression trend. The distance between frame of … Read more

Multiple dynamic logistic regression first unsuccessful attempt – library MetaTrader 5

Multiple dynamic logistic regression first unsuccessful attempt - library for MetaTrader 5
For anyone who does not understand the code provided in this library read the article linked here https://www.mql5.com/en/articles/10626 Multiple Dynamic Logistic Regression Challenge The biggest challenge I faced when building both linear and logistic regression libraries in both articles is multiple dynamic regression functions where we could use them for multiple data columns without having to … Read more

Linear Regression calculation based on pine script v4 – indicator MetaTrader 5

ScreenshotLinreg
Linear regression curve A line that best fits the prices specified over a user-defined time period. It is calculated using the least squares method. The result of this function is calculated using the formula: linreg = intercept + slope * (length – 1 – offset), where length is the y argument, offset is the z … Read more