XLineRegression – indicator MetaTrader 5

XLineRegression
Real author: Ivan Kornilov XLineRegression creates levels based on the linear regression algorithm. Input parameters: //+———————————–+ //| Input parameters of the indicator | //+———————————–+ input int days=90; // number of days for average input int period1 = 40; // period of the linear regression input double step = 0.3; // step between the lines input … Read more