大智慧笑脸主图指标
源码
{主图指标 笑脸}
均5: MA(CLOSE,5) , COLORyellow;
均10: MA(CLOSE,10) , COLORred;
均30: MA(CLOSE,30) , COLORgreen;
均60: MA(CLOSE, 60) ,colorred, POINTDOT ,linethick2;
均120: MA(CLOSE,120) , COLORwhite;
均250: MA(CLOSE,250) , COLORblue;
魔鬼通道上:均30 + 2*STD(CLOSE,6