文档介绍:/*S月收盘价:=REF(C,1+BARSLAST(NOT(MONTH=REF(MONTH,1))))COLORRED,LINETHICK2;
Q月收盘价:=REF(S月收盘价,1+BARSLAST(NOT(MONTH=REF(MONTH,1))))COLORRED,LINETHICK2;
Z月收盘价:=REF(Q月收盘价,1+BARSLAST(NOT(MONTH=REF(MONTH,1))))COLORRED,LINETHICK2;
楼梯股:(Z月收盘价+S月收盘价+Q月收盘价)/3,COLORGREEN,LINETHICK3;
%10:楼梯股*,DOTLINE;
STICKLINE(C>=O AND C>%10,C,O,3,0),COLOR000045;
STICKLINE(C>=O AND C>%10,C,O,,0),COLOR000065;
STICKLINE(C>=O AND C>%10,C,O,2,0),COLOR000085;
STICKLINE(C>=O AND C>%10,C,O,,0),COLOR0000A5;
STICKLINE(C>=O AND C>%10,C,O,1,0),COLOR0000C5;
STICKLINE(C>=O AND C>%10,C,O,,0),COLOR0000E5;
STICKLINE(C>=O AND C>%10,H,L,0,0),COLOR0000F5;
STICKLINE(C<O AND C>%10,C,O,3,0),COLOR353500;
STICKLINE(C<O AND C>%10,C,O,,0),COLOR454500;
STICKLINE(C<O AND C>%10,C,O,2,0),COLOR555500;
STICKLINE(C<O AND C>%10,C,O,,0),COLOR656500;
STICKLINE(C<O AND C>%10,C,O,1,0),COLOR757500;
STICKLINE(C<O AND C>%10,C,O,,0),COLOR858500;
STICKLINE(C<O AND C>%10,H,L,0,0),COLOR959500;
MA5:MA(C,5);MA10:MA(C,10);
%20:楼梯股*,COLORGREEN;
%:楼梯股*,COLORYELLOW;
%50:楼梯股*,COLORRED,LINETHICK2;
%:楼梯股*,COLORYELLOW;
%80:楼梯股*,COLORGREEN;
%100:
楼梯股*2,COLORBLUE,LINETHICK3;
DRAWTEXT(ISLASTBAR,%20,' 弱股止步');