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;d<33 and d<k and k>j and k<5;这是通达信的公式,只能满足你备注的条件,金叉前那一天的公式是不存在的。因为公式不能超前引导,如果有那是坑人的。如果有的话,我想要大...
last(max(ma(c,20),ma(c,30),ma(c,60),ma(c,120))/min(ma(c,20),ma(c,30),ma(c,60),ma(c,120))<1.01)>3 and barpos>120;这个1.01代表四线最大差距1%,具体要多少自己改。 哦,我用的是大智慧新一代的。