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