复制内容到剪贴板
代码:
操盘密码
STICKLINE(O>=C,C,O,7,0 ),COLORCYAN;
STICKLINE(O>=C,H,L,0,0),COLORCYAN;
STICKLINE(C>=O,C,O,7,1),COLORRED;
STICKLINE(C>=O,C,H,0,0),COLORRED;
STICKLINE(C>=O,L,O,0,0),COLORRED;
y1:=(o+c+l+h)/4;
y2:=(2*WMA(LLV(y1,7),10)-y1);
y3:=2*WMA(LLV(y1,18),18)-y1;
短线:(3*y2-2*SMA(y2,10,1)),COLORMAGENTA;
中线:3*y3-2*DMA(y3,10)+0.05*9,LINETHICK2,COLORGREEN;
STICKLINE(C>短线 and C>中线,C,O,7,0),COLORRED;
STICKLINE(C>短线 and C>中线,h,l,0,0),COLORRED;
STICKLINE(C<短线 and C>中线 ,C,O,7,0),COLORblue;
STICKLINE(C<短线 and C>中线 ,h,l,0,0),COLORblue;
STICKLINE( C<中线 ,C,O,7,0),COLOrgreen;
STICKLINE( C<中线 ,h,l,0,0),COLOrgreen;