不好划线,可以画图标标出来,绿色箭头是条件1,红色条件是条件2
cond1: o>c and ref(o,1)<ref(c,1) and l<ref(l,1);
cond2:o<c and ref(o,1)>ref(c,1) and h>ref(h,1);
DRAWICON(cond1,l,5);
DRAWICON(cond2,h,4);
cond1: o>c and ref(o,1)<ref(c,1) and l<ref(l,1);
cond2:o<c and ref(o,1)>ref(c,1) and h>ref(h,1);
DRAWICON(cond1,l,5);
DRAWICON(cond2,h,4);
DRAWLINE(cond1,HIGH,cond2,LOW,0)