<DIV class=t_msgfont id=postmessage_3986>{走出黄山大峡谷}<BR>LC := REF(CLOSE,1);<BR>RSI1:SMA(MAX(CLOSE-LC,0),6,1)/SMA(ABS(CLOSE-LC),6,1)*100;<BR>RSI2:SMA(MAX(CLOSE-LC,0),12,1)/SMA(ABS(CLOSE-LC),12,1)*100;<BR>RSI3:SMA(MAX(CLOSE-LC,0),24,1)/SMA(ABS(CLOSE-LC),24,1)*100;<BR>Var8:=MA(CLOSE,27); <BR>Var9:=(CLOSE-Var8)/Var8*100; <BR>VarA:=MA(Var9,2); <BR>VarB:=BARSLAST(CROSS(-10,VarA)=1); <BR>VarC:=BARSLAST(CROSS(VarA,10)=1); <BR>VarD:=VarA<-25 AND VarB>3; <BR>stickline(cross(rsi1,rsi3) and count(vard,3)>=1,70,55,6,0)colorred;<BR>stickline(cross(rsi1,rsi3) and count(vard,3)>=1,70,55,2,0)coloryellow;<BR>stickline(cross(rsi1,rsi3) and count(vard,3)>=1,55,20,1,0)colorgreen,pointdot;<BR>drawicon(cross(rsi1,rsi3) and count(vard,3)>=1,75,1);<BR>50;</DIV>