Regression Analysis – indicator MetaTrader 5

Regression Analysis
This indicator compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed. This analysis is done every time there is a new tick. //— input parameters // dp_limiter  It should be >2 . If not it will be autoset to default value input ushort         dp_limiter  =100;    // … Read more

Regression Analysis Alert – indicator MetaTrader 5

Regression Analysis Alert Example
This Change Alert monitors barmenteros original indicator that compares four types of regression (linear, quadratic, logarithmic and exponential) and chooses the one that best fits the data analyzed. The idea is fast detect regression support and resistance breaks, to faster reaction and decision making. Changes are registered in Graph and Alert Panel as depicted above.  … Read more

Linear Regression – indicator MetaTrader 5

Indicator linear regression
Linear regression is a statistical tool used to predict future prices based on past data. The indicator uses the least squares method for the construction of the “most suitable” straight line through a series of points of price values​​. As input parameters used the number of bars (candles) to use in the calculation. This indicator … Read more

Color Linear Regression – indicator MetaTrader 5

Color Linear Regression - indicator for MetaTrader 5
Color version of the Linear Regression indicator. Linear regression is a statistical tool used to predict future prices based on past data. The indicator uses the least squares method for the construction of the “most suitable” straight line through a series of points of price values​​. Input parameters: Color Linear Regression – indicator MetaTrader 5

Extended Regression StopAndReverse – indicator MetaTrader 4

Extended Regression StopAndReverse - indicator for MetaTrader 4
The Extended Regression StopAndReverse indicator is based on some popular and rather useful programs, scripts and experts. Extended Regression StopAndReverse At startup the indicator automatically determines the timeframe, calculates two types of regression on the current timeframe and calculates the root-mean-square deviation of the price on the current range. First of all, the straight golden … Read more

Linear Regression – indicator MetaTrader 4

Linear Regression - indicator for MetaTrader 4
Author: tageigerWhen applied to financial markets this method is usually used to determine the moments of prices extreme deviation from the “standard” level.Plotting of a trend line using linear regression is based on the least squares method. This method assumes that a straight line is plotted that passes through the price points so that the … Read more