[5]动量加速指标AC 源码: Y:=(HIGH+LOW)/2; AO : =MA(Y ,5 )-MA(Y ,34 ); AC:=AO-MA( AO,5); AC1:=REF(AC,1); STICKLINE(AC>AC1,0,AC,COLORRED,0); STICKLINE(AC
AO1,0,AO,COLORRED,0); STICKLINE(AOAO1,0,AO,2,0),COLORRED; STICKLINE(AOAO && AC1>AC && CLOSEAO && AC1>AC && CLOSEAO && AC1>AC && CLOSEAO && AC1>AC && CLOSE=OPEN ,OPEN ,CLOSE ,COLORYELLOW ,0 ); DRAWLINE(AO1>AO && AC1>AC && CLOSE=OPEN ,HIGH ,AO1>AO && AC1>AC && CLOSE=OPEN ,LOW ,COLORYELLOW); STICKLINE(AO1>AO && AC1>AC && CLOSE>OPEN ,OPEN ,CLOSE ,COLORYELLOW ,1); DRAWLINE(AO1>AO && AC1>AC && CLOSE>OPEN,HIGH ,AO1>AO && AC1>AC && CLOSE>OPEN,CLOSE,COLORYELLOW ); DRAWLINE(AO1>AO && AC1>AC && CLOSE>OPEN,LOW ,AO1>AO && AC1>AC && CLOSE>OPEN,OPEN ,COLORYELLOW ); STICKLINE(AO1OPEN,OPEN ,CLOSE ,COLORRED,1); DRAWLINE(AO1OPEN,HIGH ,AO1O...