公式如下:jc:if(sum(if(macd>0 and cross(macd.dif,macd.dea),1,0),0)-hhv(if(if(cross(macd.dea,0),1,0),sum(if(macd>0 and cross(macd.dif,macd.dea),1,0),0),0),0)=2 and sum(if(macd>0 and cross(macd.dif,...
t1:=ref(c,2)/ref(c,3)>1.03;t2:=ref(o,1)>ref(o,2) and ref(c,1)<=ref(c,2);t3:=o>ref(o,2) and o<ref(o,1) and c<ref(c,1);xg:t1 and t2 and t3; 已测试,公式已做好,如果达到你的要求请及时采纳。