rsv1:=(close-llv(low,21))/(hhv(high,21)-llv(low,21))*100;rsv2:=(close-llv(low,37))/(hhv(high,37)-llv(low,37))*100;rsv3:=(close-llv(low,55))/(hhv(high,55)-llv(low,55))*100;短线:=sma(sma(rsv1,3,1),3,1)+3*std(close,21);**:=sma(rsv2,5,1)+2*std(close,37);**2:=-100*(hhv(high,40)-close)/(hhv(high,40)-llv(low,40));长线:=sma(rsv3,5,1);底:=cross(**2,-90) and (长线<** and 长线>ref(长线,1)or 短线<20 and **<20 and 长线<20);千载难逢:=cross(短线,长线)and 长线<18 and 长线>ref(长线,1)or cross(长线,5);选股:cross(长线,15) and (count(底,5)>=1 or count(千载难逢,5)>=1 ) 20210311
q2:=(close-llv(low,18))/(hhv(high,18)-llv(low,18))*100;q3:=sma(q2,9,1);q4:=sma(q3,3,1);aa:=3*q3-2*q4;a1:=ema(q3,3);a2:=ema(a1,3);a3:=ema(a2,3);a4:=ema(a3,3);a5:=ema(a4,3);tj1:cross(aa,a5) and ref(aa,1...
var1:=ema(ema(close,13),13);控盘:=(var1-ref(var1,1))/ref(var1,1)*1000;jj:=dyna**(11);p:=55;s:=8;m1:=3;财:=(ema(close,s)-ema(close,p))*10;神:=ema(财,m1);btj11:=(c-jj)/jj<-0.03;btj2:=控盘>ref(控盘,1) and 控...
红钻石:ref("kdj.j",1)<0 and "kdj.j">0;*********************************************************************rsv9:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k1:=sma(rsv9,3,1...