====== LASTVAL Function ====== * LASTVAL( , ) Returns the nearest non-Nil value over the last number of periods for the current data point. This method looks back up to the specified number of periods and returns the first non-NIL value it finds. ---- ^ Function Parameters^^ ^ Parameter ^ Description ^ ||The value to look for.| ||The maximum number of periods to look back.| ----