[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Last Bar search.



PureBytes Links

Trading Reference Links



if LastCalcDate = Date[0] then
begin
	...write strings here...
end;

> -----Original Message-----
> From: Hernan Covarrubias Castillo [mailto:ingtrea@xxxxxxxxxxxxxx]
> Sent: Monday, March 01, 1999 9:48 AM
> To: omega-list@xxxxxxxxxx
> Subject: Last Bar search.
> 
> 
> Dear ELA gurus:
> In a system, How can i know if the current bar is the last one, i mean
> "the last bar" as the last of the total bars used by the system?. Is
> there a function like MaxBar? (the only one i know is MaxBarsBack)
> I need this to write some strings on screen once the system finish its
> calculations.
> Thanks
> Hernan
> 
>