MA1:MA(CLOSE,5);
MA2:MA(CLOSE,10);
MA3:MA(CLOSE,20);
MA4:MA(CLOSE,60);
STICKLINE(C>O,C,O,3,0),COLORRED;
STICKLINE(C>O,H,L,0,0),COLORRED;
STICKLINE(C<O,C,O,3,0),COLORGREEN;
STICKLINE(C<O,H,L,0,0),COLORGREEN;
DRAWKLINE(H,O,L,C);
DRAWTEXT_FIX(1,0.01,0.01,0,'金兰看盘系统'),COLORYELLOW;