STICKLINE(CLOSE>E && C< O ,L,H,0,0),COLORRED;
STICKLINE(CLOSE>E && C< O ,OPEN,CLOSE,3,0),COLORRED;
STICKLINE(CLOSE<E && C>= O ,OPEN,L,0,0),COLORCYAN;
STICKLINE(CLOSE<E && C>= O ,C,H,0,0),COLORCYAN;
STICKLINE(CLOSE<E && C>= O ,OPEN,CLOSE,3,1),COLORCYAN;
STICKLINE(CLOSE>E && C>= O ,OPEN,L,0,0),COLORRED,LINETHICK1;
STICKLINE(CLOSE>E && C>= O ,C,H,0,0),COLORRED,LINETHICK1;
STICKLINE(CLOSE>E && C>= O ,OPEN,CLOSE,3,1),COLORRED;
STICKLINE(CLOSE<E && C< O ,L,H,0,0),COLORCYAN;
STICKLINE(CLOSE<E && C< O ,OPEN,CLOSE,3,0),COLORCYAN;
所有后面是不是添加LINETHICK就可以了???
|