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

Re: Quick EL question



PureBytes Links

Trading Reference Links

I replaced CurrentTime (the function named in the EL Manual and the Function
Wizard, btw) and it still doesn't work; I also tried to replace
"Sess1EndTime - 30" with an actual time, as you suggested, and, yet again,
no dice.  Could it be just because, on daily data, no times are stored for
individual prices, so nothing triggers when I back-test?  I tried running it
on several intraday charts with the time statement included, and it still
doesn't trigger.... Any other ideas?


-----Original Message-----
From: hans esser <he96@xxxxxxxxxxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: Thursday, September 10, 1998 2:06 PM
Subject: Re: Quick EL question



I think the problem is CURRENTTIME - I suggest to use if TIME =

also if you JUST use it for S&P,why not use the REAL number for
the time = 1615-30 = 1545 (if you would be at US East coast time)

rgds hans



> In a message dated 98-09-10 13:38:44 EDT, ivo1@xxxxxxxxx writes:
>
> > INPUTS: Pct(.025), Cons(2);
> >
> >     {IF CurrentTime = (Sess1EndTime - 30) THEN begin}
> >
>
> I think the problem is the Sess1EndTime - 30  statement.   I think what
> you need is a user function supplied by Omega called AddTime
>