n1:=18;n2:=50;n3:=32;cpx:=(ma(c,8)*n1/100+ma(c,30)*n2/100+ma(c,60)*n3/100);notextws:=cpx>ref(cpx,1) and ma(c,30)>ref(ma(c,30),1) and c>cpx and c>ma(c,30);notextwx:=cpx<=ref(cpx,1) and m...
var01:=ema((close-llv(low,25))/(hhv(high,25)-llv(low,25))*100,5);var02:=(hhv(high,25)-llv(low,25))/ema((close-llv(low,25)),5);var03:=cross(var02,var01);var04:=ref(var02,2)<ref(var02,1) and var02<...
ma1:=ma(close,m1);ma2:=ma(close,m2);ma3:=ma(close,m3);ma4:=ma(close,m4);(zig(3,5)>ref(zig(3,5),1)) and (ref(zig(3,5),1)<=ref(zig(3,5),2)) and (ref(zig(3,5),2)<=ref(zig(3,5),3));{已测试,复制可直接引用,m...