TMP:=CLOSE-EMA(CLOSE,21);
STICKLINE(TMP>0,C,H,0.1,0),COLORRED;
STICKLINE(TMP>0,L,O,0.1,0),COLORRED;
STICKLINE(TMP<=0,C,H,0.1,0),COLORCYAN;
STICKLINE(TMP<=0,L,O,0.1,0),COLORCYAN;
STICKLINE(TMP>0,OPEN,CLOSE,4,1),COLORRED;
STICKLINE(TMP<=0,OPEN,CLOSE,4,0),COLORCYAN;