PureBytes Links
Trading Reference Links
|
hi,
You can try to code:
If (time=Sess1Endtime) then
buy next bar....
Stephane
----- Original Message -----
From: "marika11" <marika11@xxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Tuesday, March 19, 2002 9:27 AM
Subject: EL question
> Hi,
> I'd like to buy/sell the first open of the trading session;
> if I code
>
> If Date > date[1] Then begin
> ....
>
> I can buy/sell the open of the second bar of the trading session
>
> Any suggest?
>
> Thanks
> Mario
>
|