你是说做2次或者3次的还是说3次以上的也可以?这个是只有2或者3次的还有你画的那个不是macd在0轴上,而是dif或者dea在0轴之上。(个人觉得这个条件可以忽略)macd:="macd.macd";a:=ma(c,5);b:=ma(c,120);d:=count(cross(a,b),100);xg:d=2 or d=3; 20210311
p:=(high + low + close)/3;cci:=(p-ma(p,n))*100/(1.5***edev(p,n)),colorwhite;-100,pointdot,color00aa00;100,pointdot,color00aa00;select:count(c<ref(c,1),5) and ref(count(cci<-100,3),3) and cross...
t:=((ref(c,1)-ref(c,2))/ref(c,2)*100)>7;t1:=o>ref(h,1)and o=h and c<o and c>ref(c,1);t2:=c/l>1.03 and(min(c,o)-l)>(h-min(c,o));xgt:t and t1 and t2;已测试 600822差点: