DIFF := EMA(CLOSE,12) - EMA(CLOSE,26); DEA := EMA(DIFF,9); 零下金叉:IF(DIFF<0 AND DEA<0 AND CROSS(DIFF,DEA),50,0);
投股 票网 www.tou18 .cn