PureBytes Links
Trading Reference Links
|
try this :
if O = C then begin
plot1(h,"same");
plot2(L,"same");
end;
Steve
----- Original Message -----
From: "Clayton Hayes" <chayes@xxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Saturday, August 05, 2000 2:01 PM
Subject: Newbie Needs Help
> Newbie in TS4 needs help. This is probably simple for you guys from a
newbie
> this so called Easy language is not that easy.
>
> Trying to get a simple paint bar to appear when the open and close price
of
> a
> 5 minute bar is the same. Would appreciate any assistance.
>
|