dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);macd:=(dif-dea)*2;xg1:=ref(dif,1)=ref(dea,1) and macd>ref(macd,1) and v>ref(v,1)*1.5 and cross(c,ma(c,20)) and ma(v,5)>ma(v,10);xg2:=ref(barsl...
m5:=ma(c,5);m10:=ma(c,10);m20:=ma(c,20);m60:=ma(c,60);x1:=m5>m10 and m10>m20 and m20>m60;x2:=ref(c,1)<ref(max(max(m5,m10),m20),1);x3:=c>max(max(m5,m10),m20) or cross(c,max(max(m5,m10),m...