Z064:=0.64; Z0:0; 
Z1:=1; 
ZF028:-0.28; 
P1:=IF(MA(CLOSE,13)>=MA(OPEN,13),0.18,0); 
A1:=CLOSE-MA(LOW,13); 
K1:=MA(CLOSE,3)-REF(MA(CLOSE,3),1); 
P2:=IF(A1>0 AND K1>0,0.28,1); 
T0:=BARSLAST(P1=0);"统计M11>0至今的天数" ; 
K3:=HHV(CLOSE,T0); 
KK3:=100*(CLOSE-K3)/K3; 
P3:=IF(KK3<-3.5 AND P1>0,0.75,1); 
V:(CLOSE/REF(OPEN,(T0-2))-1)*100; 
K4:=CLOSE-MA(CLOSE,13); 
P4:=IF(K4>0,0.48,1); 
M1:(MA(CLOSE,13)-MA(OPEN,13))*100/MA(OPEN,13)-0.28; 
M2x大于13:P4; 
M3:P2; 
S1:P3; 
M0:IF(M1>=0 AND P4=0.48 AND P2=0.28,-0.36,1) 
 | 




