Sombody help me!
input:CountTime(930),EndTime(1615);
var: dayhi(0),daylo(0);
if t=counttime then begin
dayhi=highd(0);
daylo=lowd(1);
end;
if t>=counttime and t<=endtime then begin
buy next bar dayhi + .25 stop;
sellshort next bar daylo - .25 stop;
setexitonclose;
end...