1.boll指标公式源代码
boll指标公式源代码
boll指标公式源代码是api地图源码:
BOLL:MA(CLOSE,M);
UB:BOLL+2*STD(CLOSE,M);
LB:BOLL-2*STD(CLOSE,M);
boll指标公式对应的参数是:
M 2. . .