x_1:=if(close>ref(close,1),88,0); x_2:=if(close/ref(close,1)>1.05 and high/close<1.01 and x_1>0,91,0); x_3:=close>ma(close,20) and close>ma(close,60); x_4:=ma(close,20); x_5:=close>x_4; x_6:=sma(high,21,2)*1.05; x_7:=sma(low,21,2)*0.95; x_8:=sma(low,5,1); x_9:=(high-close)/close*100<1; x_10:=close/ref(close,1)>1.03; x_11:=sma(close,2,1); x_12:=if(cross(x_11,x_8),x_6*1.05,x_8); x_13:=if(cross(x_11,x_6),x_6*1.1,x_7); 妖股牛牛:x_13>x_7 or x_12>x_8 and x_9 and x_10 and x_3 and x_5; 
|