来源:Internet,编辑:股旁网,2013-03-07
编写条件:
编写方法:
N:=20; boll:=MA(CLOSE,N); UB:=BOLL+2*STD(CLOSE,N); LB:=BOLL-2*STD(CLOSE,N); XG:EVERY(C<LB,2);