Where can I find code for this
"LinearRegressionStudy" so I can modify it ?
var study = new LinearRegressionStudy("Close", 50, 1.0);
Why?
Because I want to change length =50
To
A and B as show on this chart below
"LinearRegressionStudy" so I can modify it ?
var study = new LinearRegressionStudy("Close", 50, 1.0);
Why?
Because I want to change length =50
To
A and B as show on this chart below
Comment