MAX |
Top Previous Next |
Keyword Description Maximum Class Function Where Legal
Syntax MAX[v,n,d] Where v is the value, n is the number of days you wish to reference, and d is the number of days ago to begin the study. Example Sample code COL2 = MAX[COL1, 30, 0]
|