cd1:time>=130000 and time<153000;
cd2:time>=173000 and time<190000;
cd3:time>10000 and time<30000;
cd:c>=o;//区分阴阳线的,与上面三个条件无关
STICKLINE(1 ,C,o,8,if(cd,1,0),if(cd1,COLORYELLOW,if(cd2,COLORGREEN,COLORRED)));//绘制柱体
//绘制上下影线
STICKLINE(1,if(not(cd),O,c),h,0,if(cd,1,0),if(cd1,COLORYELLOW,if(cd2,COLORGREEN,COLORRED)));
STICKLINE(1,if(cd,O,c),L,0,if(cd,1,0),if(cd1,COLORYELLOW,if(cd2,COLORGREEN,COLORRED)));