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

Re: Color coded time indicator



PureBytes Links

Trading Reference Links

IF  time>= 930 and time <=1029 Then Begin
  Plot1(High,"PBHigh");
  Plot2(Low,"PBLow");
  IF CheckAlert Then Alert = TRUE;
End;


Do the same for other times and make 'em different colors.

BW

----- Original Message -----
From: "L. Davis" <lor.jay@xxxxxxxxxxx>
To: "OmegaUserGroup" <omega-list@xxxxxxxxxx>
Sent: Sunday, July 22, 2001 10:00 AM
Subject: Color coded time indicator


> Does anyone have an ela. that would enable the trader to separate the time
> axis into 4-5 different color coded segments.
>
> For example 9:30-10:30 est would be one color, 10:31-11:00 est would be
> another color etc..with about 3-4 more options for time segment and color
> entries. Hopefully the color zone would not be a vertical line up through
> the entire price chart, but only at the actual time values or up through
the
> bar itself.
> Any assistance would be very much appreciated.
>
> LD
>
>
>