DIFF:=EMA(CLOSE,12)-EMA(CLOSE,26);DEA:=EMA(DIFF,9);MACD:=2*(DIFF-DEA);c>=o*1.01and MACD=llv(MACD,60)and ref(c,1)<ref(c,2)*0.97;