You are on page 1of 1

Var

HD,LD :real;
Begin
Hd:=highd(0);
Ld:=lowd(0);
If(HD[1] >= close[1]) and (Hd[1] < close) then
paintbar(rgb(17,70,10));
If(LD[1] <= CLOSE[1]) AND (LD[1]> CLOSE) then
Paintbar(255);
End;
end;

You might also like