n1:=5;n4:=34;cq:=100*(c-llv(l,n4))/(hhv(c,n4)-llv(l,n4)); sat:=(amount/c)/(hhv(amount,n4)/hhv(c,n4));饱和度:=if(sat>1,1,sat)*100;持股:=3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);支撑:=llv(持股,3);中期线:=ma(持股,12);var1:=1;var2:=llv(low,10);var3:=hhv(high,25);短期线:=ema((close-var2)/(var3-var2)*4,4)*var1*30;kddd:=饱和度>=97 and cq>90 and 中期线<50;kfff:=barslast(cross(短期线,中期线))<10;kggg:=c/ref(c,1)>1+0.01*2;进场:kddd and kfff and c>o and kggg;把这个选股公式安装在“条件选股公式”“其他类型”里,然后用这个公式在选股器里的“条件选股”进行选股,即可。股票公式专家团为你解答,希望能帮到你,祝投资顺利。 20210311