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

Re: modified blast from the past....timebar code



PureBytes Links

Trading Reference Links

yup, it works past midnight...thanks!

TJ

what a novel idea, sharing omega code on the the omega list :))


At Sat, 16 Oct 1999 19:06:14 -0400 (EDT), editorial@xxxxxxxxxxxxx wrote:

>This one should work any time of day:
>
>
>Input:
>
>Rotate(5);
>
>If Mod(TimeToMinutes(Time),2 * Rotate) < Rotate
>then begin
>
>    Plot1(H, "Time");
>    Plot2(L, "Rotate");
>
>End;