c1: "if07$close" - "if06$close",linethick0;
o1: "if07$open" - "if06$open",linethick0;
h1: "if07$high" - "if06$high",linethick0;
l1: "if07$low" - "if06$low",linethick0;
kred:STICKLINE( c1>o1,c1 ,o1, 10,1 ,colorred);//空心实体
kred1:STICKLINE( c1>o1,max(h1,c1) ,max(c1,o1), 0,1 ,colorred);//上引线
kred2:STICKLINE( c1>o1,min(c1,o1) ,min(l1,o1), 0,1 ,colorred);//下引线
kgreen:STICKLINE( c1<=o1,c1 ,o1, 10,1 ),colorgreen;//实心实体
kgreen1:STICKLINE( c1<=o1,max(h1,o1) ,max(c1,o1), 0,1 ,colorgreen);
kgreen2:STICKLINE( c1<=o1,min(c1,o1) ,min(l1,c1), 0,1 ,colorgreen);
c1:="if08$close";
c2:="rb10$close";
o1:="if08$open";
o2:="rb10$open";
h1:="if08$high";
h2:="rb10$high";
l1:="if08$low";
l2:="rb10$low";
a1:=c1-c2;
a2:=o1-o2;
a3:=h1-h2;
a4:=l1-l2;
aa:stickline(a1>a2,a1,a2,8,1),colorred;
ab:stickline(a1>a2,a3,max(a1,a2),0,1),colorred;
ac:stickline(a1>a2,min(a1,a2),a4,0,1),colorred;
ad:stickline(a1<a2,a1,a2,8,0),colorblue;
ae:stickline(a1<a2,a3,max(a1,a2),0,1),colorblue;
af:stickline(a1<a2,min(a1,a2),a4,0,1),colorblue;
那就用tick数据
c1:"if09$close#tick"-"if08$close#tick"; 加载在tick图上
大概不能,能用的方法.这个帖子,都已经说了