{上面二公式是一样的,再不放心,你用这个公式对比验证一就知道了}rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;xg:cross(j,k) and j>k and k>d;
1)xg:ma(c,5)>ref(ma(c,5),1) and ma(c,10)>ref(ma(c,10),1) and ma(c,20)>ref(ma(c,20),1) and ma(c,30)>ref(ma(c,30),1) and c>o and ref(c,1)>ref(o,1) and ref(c,2)>ref(o,2) and c>ma(...
试这个: a1:=ma(c,5);a2:=ma(c,10);ab:=c>a1 and c>a2;长上影:=(h-max(c,o))>=(max(c,o)-l)and c>o;实体1:=(max(c,o)-min(c,o))/min(c,o)*100;长上影选:ab and 长上影 and 实体1>1.5;