乾坤:=MA(CLOSE,15),COLOR00FF00;
STICKLINE(C>=乾坤 AND C>=O,C,O,2.4,0),COLORWHITE;
STICKLINE(C>=乾坤 AND C>=O,H,L,0,0),COLORRED;
STICKLINE(C>=乾坤 AND C<O,C,O,2.4,1),COLORRED;
STICKLINE(C>=乾坤 AND C<O,O,H,0,0),COLORRED;
STICKLINE(C>=乾坤 AND C<O,C,L,0,0),COLORRED;
STICKLINE(C<乾坤 AND C>O,C,O,2.4,0),COLORYELLOW;
STICKLINE(C<乾坤 AND C<=O,C,O,2.4,1),COLORGREEN;
STICKLINE(C<乾坤 AND C<=O,H,L,0,1),COLORGREEN;
STICKLINE(C<乾坤 AND C>O,C,H,0,1),COLORGREEN;