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

Re: Well, isn't THIS just special...



PureBytes Links

Trading Reference Links

OK, quick solution:

FracTime = FracPortion((NowTime - FirstTime) / Interval);

If FracTime < FracTime[1] then DoWhatever;

This will catch when the "remainder" goes down instead of up, so if the bar
is missing right when "remainder" = 0, then you'll still catch it.

Regards,

Gene


----- Original Message -----
From: "Gene Pope" <gene@xxxxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Monday, February 04, 2002 3:53 PM
Subject: Re: Well, isn't THIS just special...


> Oh my god, this is worse than I thought... there's minutes missing
> everywhere.... what the heck is going on here... this is not a Tick
chart...
> it's a 1 min chart... even if there's no change in price... you're
supposed
> to get a bar displayed...
>
> Here I'm thinking my code is buggy, but you can't trigger by time if the
> damn time isn't there!!!
>
> Guess I have to error trap it... (if Time - Time[1] >1 then ...) but
really
> now!!
>
> &(*&#(#%&#W
>
> Gene :-p
>
>
> ----- Original Message -----
> From: "Gene Pope" <gene@xxxxxxxxxxxxx>
> To: <omega-list@xxxxxxxxxx>
> Sent: Monday, February 04, 2002 3:33 PM
> Subject: Well, isn't THIS just special...
>
>
> > Would someone mind telling me if they can see what I see on a 1 min TS6
> > chart of ND, that the bar time 11:08 am on 2/01 is missing entirely?!?!?
> >
> > "Could it be... SATAN?"
> >
> > Best regards,
> >
> > Gene "pissed off" Pope
> >
> >
> >
>
>