来源:Internet,编辑:股旁网,2019-10-09
N:=350; P:=2.4; MID : MA(CLOSE,N); UPPER: MID + P*STD(CLOSE,N); LOWER: MID - P*STD(CLOSE,N);