This is an old revision of the document!
LASTVAL Function
- LASTVAL( <value>, <periods> )
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 <value> The value to look for. <periods> The maximum number of periods to look back.