Regression Analysis – indicator MetaTrader 5
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