<DIV class=t_msgfont id=postmessage_1032>{选股主图}<BR>Var2:=(3*CLOSE+LOW+OPEN+HIGH)/6; <BR>多:(20*Var2+19*REF(Var2,1)+18*REF(Var2,2)+17*REF(Var2,3)+16*<BR>REF(Var2,4)+15*REF(Var2,5)+14*REF(Var2,6)+13*REF(Var2,7)+12* <BR>REF(Var2,8)+11*REF(Var2,9)+10*REF(Var2,10)+9*REF(Var2,11)+8* <BR>REF(Var2,12)+7*REF(Var2,13)+6*REF(Var2,14)+5*REF(Var2,15)+4* <BR>REF(Var2,16)+3*REF(Var2,17)+2*REF(Var2,18)+REF(Var2,20))/210; <BR>空:MA(多,13);<BR>RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;<BR>K:=SMA(RSV,3,1),colorwhite;<BR>D:=SMA(K,3,1),coloryellow;<BR>J:=3*K-2*D,colorff00ff;<BR>趋B:=(CLOSE-MA(CLOSE,13))/MA(CLOSE,13)*100;<BR>准备:=趋B<-1 and 趋B>-8 and 趋B>ref(趋B,1);<BR>跟进:=ref(准备=0,1) and 准备=1;<BR>跟:跟进=1 and D<35 and 空>ref(空,1);<BR>STICKLINE(跟,C,O,4,0),COLORyellow;<BR>{选股辅图}<BR>Var2:=(3*CLOSE+LOW+OPEN+HIGH)/6; <BR>多:=(20*Var2+19*REF(Var2,1)+18*REF(Var2,2)+17*REF(Var2,3)+16*<BR>REF(Var2,4)+15*REF(Var2,5)+14*REF(Var2,6)+13*REF(Var2,7)+12* <BR>REF(Var2,8)+11*REF(Var2,9)+10*REF(Var2,10)+9*REF(Var2,11)+8* <BR>REF(Var2,12)+7*REF(Var2,13)+6*REF(Var2,14)+5*REF(Var2,15)+4* <BR>REF(Var2,16)+3*REF(Var2,17)+2*REF(Var2,18)+REF(Var2,20))/210; <BR>空:=MA(多,13);<BR>RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;<BR>K:=SMA(RSV,3,1),colorwhite;<BR>D:=SMA(K,3,1),coloryellow;<BR>J:=3*K-2*D,colorff00ff;<BR>趋B:=(CLOSE-MA(CLOSE,13))/MA(CLOSE,13)*100;<BR>准备:=趋B<-1 and 趋B>-8 and 趋B>ref(趋B,1);<BR>跟进:=ref(准备=0,1) and 准备=1;<BR>跟:跟进=1 and D<35 and 空>ref(空,1);</DIV>