ma65:=ma(c,65);ma250:=ma(c,250);bb:count(cross(ma(c,65),ma(c,250)),250);xg:=ma250>ref(ma65,1);cross(ma250,ma65) and xg and bb;cross(ma250,ma65) and xg and bb;这句错误,不知道你想表达的意思。bb大于0的情况下,那么cross(ma250...
qdif:=ema(close,12)-ema(close,26);qdea:=ema(qdif,9);qmacd:=(qdif-qdea)*2;m5:=ma(c,5);m10:=ma(c,10);m20:=ma(c,20);dxw1:=if((zig(3,5)>ref(zig(3,5),1)) and (ref(zig(3,5),1)<=ref(zig(3,5),2))and (re...
wy1001:=(2*close+high+low)/4;wy1002:=ema(wy1001,4);wy1003:=ema(wy1002,4);wy1004:=ema(wy1003,4);xys0:=(wy1004-ref(wy1004,1))/ref(wy1004,1)*100;xys1:=ma(xys0,2);xys2:=ma(xys0,1);红箭:cross(xys2,xys1) and ...