(通达信)布林线上行,调整到中轨的选股公式
(2013-05-27 18:27:11)
标签:
股票 |
BOLL:=MA(CLOSE,20);
UB:=BOLL+2*STD(CLOSE,20);
LB:=BOLL-2*STD(CLOSE,20);
boll>=ref(boll,1) and c>=boll and l<=boll;
标签:
股票 |
BOLL:=MA(CLOSE,20);
UB:=BOLL+2*STD(CLOSE,20);
LB:=BOLL-2*STD(CLOSE,20);
boll>=ref(boll,1) and c>=boll and l<=boll;