PureBytes Links
Trading Reference Links
|
At 5:11 PM -0500 3/11/02, ndtrader wrote:
>How do you detect missing data, with an IF statement ?
>
>Let's say we have Data1 and Data2.
>
>Data1 has data on every bar (so that the following code executes on every
>bar).
>
>I want to detect those bars on which Data2 is missing:
Try:
if Time of data1 <> Time of data2 then ....
Bob Fulks
|