LR |
Top Previous Next |
Keyword Description Linear Regression Class Function Where Legal
Syntax LR[v,n] Where 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[CLOSE, 30]
|