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

Re: Data Streams in EL



PureBytes Links

Trading Reference Links

Simple TS4 example:

If close of data2 {eod} > close[1] of data2 {eod} then buy at 
Highest(H,5){intraday} + 1 point stop;

Guessing that you mean daily data when you say EOD: if so keep in mind
the system will reference the last **closes** of Data2 (yesterday's close
at the earliest).

BW


>From: Pavel Kotulsky <mmanager@xxxxxxxxxxx>
>To: omega-list@xxxxxxxxxx
>Subject: Data Streams in EL
>Date: Thu, 21 Jun 2001 07:39:28 -0500
>
>Hello List!
>
>I would use in the same strategy the intraday Data1 stream
>and the EOD Data2 stream of the different instruments.
>
>I suppose it's allowed.
>
>Could anyone post (or point) an example of the EL text with the
>different time frame Data1 and Data2 datastreams.
>
>Should I somehow "sinchronize" the data.
>
>Thanks,
>Pavel Kotulsky
>