I'm creating a study based on the Regression Trend Channels tool on the Advanced Line drawing toolbar... I want to use the H-L Flip input in my study, but am not clear how to do that... right now, for example, I'm using Close:
LinearRegressionStudy("Close", Length, sd1);
What do I do instead to get the functionality of the H-L Flip input?
Thanks!
LinearRegressionStudy("Close", Length, sd1);
What do I do instead to get the functionality of the H-L Flip input?
Thanks!
Comment