快线:MA(CLOSE,38)-MA(CLOSE,4);慢线:MA(快线,25),COLORYELLOW;快线1:IF(快线<REF(快线,1),快线,DRAWNULL),COLORRED,LINETHICK1;DRAWICON(CROSS(慢线,快线),快线,1);