{abcd-}aa:=ref(c,1)>ref(o,1) and c<=o and (c-o)/o>-0.012;bb:=(ref(c,1)-ref(o,1))*0.75+ref(o,1)<c;cc:=(c-ref(c,1))/ref(c,1)<0.049;dd:=ref(c,1)>=ref(c,2)*1.099;指标线:aa and bb and cc and...
m5:=ma(c,5);m10:=ma(c,10);m20:=ma(c,20);m60:=ma(c,60);dif:="macd.dif;dea:="macd.dea;macd:="macd.macd;t1:=m20>=m60 and cross(m10,m5);t2:=dif>=0 and dea>=0 and macd xg:t1 and t2;参考资料:http://tie...