上次给你的写的基本是极限了,这个很难弄,
还有个笨办法,就看你高不高兴用了
variable:o1=0,o2=0,o3=0;
if time=090100 then o1:=o;
if time=103100 then o2:=o;
if time =133100 then o3:=o;
drawline(time=090100,o1,time=090200,o1,0,colorred);
drawline(time=090200,o1,time=090300,o1,0,colorred);
drawline(time=090300,o1,time=090400,o1,0,colorred);
drawline(time=090400,o1,time=090500,o1,0,colorred);
drawline(time=090500,o1,time=090600,o1,0,colorred);
.........
drawline(time=145900,o1,time=150000,o1,0,colorred);
另外两条线 同理
variable:o1=0,o2=0,o3=0;
if time=090100 then o1:=o;
if time=103100 then o2:=o;
if time =133100 then o3:=o;
if time>=090100 and time<150000 then
a1:o1;
if time>=103100 and time<=113000 then
a2:o2;
if time>=133100 and time<=150000 then
a3:o3;
新鲜出炉的,比上面的靠谱