in Search

Last price in the time series

Last post 02-23-2009, 7:55 by jjstein. 1 replies.
Sort Posts: Previous Next
  •  02-22-2009, 18:46 28993

    Last price in the time series

    Does anyone know how function code can determine if the current value is the last (most current) value in the chart, or data record?

    MSW


    K
  •  02-23-2009, 7:55 29000 in reply to 28993

    Re: Last price in the time series

    LastCurrent:=if(LastValue(C)=C,1,0);

    --Johnathan
View as RSS news feed in XML