PureBytes Links
Trading Reference Links
|
If o = c then begin
Plot1(h, "high");
Plot2(l, "low");
If checkalert then alert = true;
end;
MT
At 03:01 PM 8/5/00 -0500, you wrote:
>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.
|