PureBytes Links
Trading Reference Links
|
There's probably no other way except to brute force it. Something like:
vars: Todaysdate(0);
Todaysdate = expression for todays date-a variable;
If date = Todaysdate and time = Market time(and expression for the open and
closing times) then
Sorry, but that's all I'm good for.
Jim Bronke
----- Original Message -----
From: "Mike Eggleston" <mikee@xxxxxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Saturday, December 22, 2001 9:14 AM
Subject: live or memorex?
> Hi,
>
> Is there a way either in an indicator, function, or dll, to know if you
> are processing live data or historic end-of-bar data (testing on the
> weekends, etc.)?
>
> Mike
>
>
|