當前位置:股票大全官網 - 財經資訊 - 文華財經5日移動平均線公式源代碼

文華財經5日移動平均線公式源代碼

MA5:= MA(C,5);

MA 10:= MA(C,10);

MA20:= MA(C,20);

XG:交叉(C,MA5)和交叉(C,MA10)和交叉(C,MA20);