Is the StdErr() function normalized? Example:
I want to find the number of bars, (in the range of 3 to 10 bars) that have best fit to a Linear Regression Trend Line. If I loop though the data, can I simply pick the iteration with the smallest stderr without any further calculations or do I need to normalize it for the number of bars associated with each reading? Tx Ara
