CLOSE, C |
Top Previous Next |
Keyword Description Closing price Class Function Where Legal
Syntax CLOSE[n] Where n is an integer representing the desired number of days ago. Argument is optional. Example Sample code IF CLOSE[1] < COL4[1] THEN SELLOPEN ' see if yesterday's close was less than yesterday's ' value of the indicator in column 4. ' If so sell at the open today.
See also: |