大涨买: v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);xg:v7 and count(v7,3)=1;底部买: v1:=ema(close,60)-ema(close,300);v2:=ema(v1,300);v3:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;v4:=sma(v3,2,1);...
aa:=llv(low,36);bb:=hhv(high,30);dd:=(ema(((close-aa)/(bb-aa))*(4),4))*(25);股神:=dd;股海:=(((dd-llv(dd,21))/(hhv(dd,21)-llv(dd,21)))*(4))*(25);目标出现b:=cross(股海,90) and (股神<40);目标出现a:=(count((股神>ref(...
var1:=if(year>=2993 and month>=1,0,1);var2:=ref(low,1)*var1;var3:=sma(abs(low-var2),3,1)/sma(max(low-var2,0),3,1)*100*var1;var4:=ema(if(close*1.3,var3*10,var3/10),3)*var1;var5:=llv(low,30)*var1;...
tr:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),7);hd:=high-ref(high,1);ld:=ref(low,1)-low;dmp:=sum(if(hd>0 and hd>ld,hd,0),7);dmm:=sum(if(ld>0 and ld>hd,ld,0),7);d...