lc:=ref(close,1);rsi1:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;rsi2:=sma(max(close-lc,0),12,1)/sma(abs(close-lc),12,1)*100;count(rsi1>rsi2,3)=3 and dyna**(17)>0;公式已测试通过!希望能够帮助你!
a:=between(close,3,8);b:=finance(55)>1;eps:=(finance(33)-ref(finance(33),1))/(finance(33),1)>1;tcst:=if(inblock('st板块'),1,0)=0;xuangu:a and b and eps and tcst;已经通过测试。