来源:Internet,编辑:股旁网,2012-12-29
编写条件:
编写方法:
N:=20; boll:=MA(CLOSE,N); UB:=BOLL+2*STD(CLOSE,N); LB:=BOLL-2*STD(CLOSE,N); XG:L>=UB;