newlow | newlow[x,n] , where x is a positive integer >= 2 and n is optional and represents the number of days ago the result is computed (n=0 is the default value and represents the current end of day, n=1 is the previous end of day, etc.) | Returns a 1 if the closing price from n days ago is equal to the lowest closing price for the last x days starting n days ago. | (newlow[10]) |