Lagrange polynomial – indicator MetaTrader 4

Lagrange polynomial - indicator for MetaTrader 4
The first option is !siLagrange – automatically detects the maximums/minimums of the points and creates the polynomial on their basis The second option is !siLagrangePnt – creates the polynomial based on the points specified by the user. The points are set using the “Arrow” tool. Make sure their names match the parameter specified in the … Read more

Polynomial Regression – indicator MetaTrader 5

Polynomial Regression - indicator for MetaTrader 5
The indicator draws a channel constructed by the method of polynomial regression. It has four configurable parameters: Length – the channel length in bars; Power – sensitivity; Deviation – channel width (distance between the borders and the middle line); Applied price – channel calculation price. Fig.1 Power = 2 Fig.2 Power = 4 Fig.3 Power … 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