这是徐文明公式 tr1:=sma(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),14,1);hd:=high-ref(high,1);ld:=ref(low,1)-low;dmp1:=sma(if(hd>0 and hd>... 20210311
a3:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;a4:=sma(a3,3,1);a5:=sma(a4,3,1);a6:=3*a4-2*a5;a7:=c-ref(c,1);a8:=100*ema(ema(a7,6),6)/ema(ema(abs(a7),6),6);买进:llv(a8,2)=llv(a8,7) and count(a8<0,2) and cro...
mtr:=ema(max(max(high-low,abs(high-ref(close,1))),abs(ref(close,1)-low)),n); hd :=high-ref(high,1); ld :=ref(low,1)-low; dmp:=ema(if(hd>0 and hd>ld,hd,0),n); dmm:=ema(if(ld>0 and ld>hd...
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);v5:=sma(v4,2,1);v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);买入:if((v7 and coun...