LR_SLOPE |
Top Previous Next |
Keyword Description Linear Regression Slope Class Function Where Legal
Syntax LR_SLOPE[v,n] v is either the Open, High, Low, Close, or a column number. n is the number of periods in the study. Example Sample code COL2 = LR_SLOPE[COL1, 30]
|