同花顺布林通道宽度指标公式
同花顺公式4年前 (2022-11-21)43
同花顺布林通道宽度指标公式 N:=20;P:=2;MID := MA(CLOSE,N);UPPER:= MID + P*STD(C,n);LOWER:= MID - P*STD(C,n);bandbwidth:(upper-lower)/mid,colormagenta;...
同花顺布林通道宽度指标公式 N:=20;P:=2;
MID := MA(CLOSE,N);
UPPER:= MID + P*STD(C,n);
LOWER:= MID - P*STD(C,n);
bandbwidth:(upper-lower)/mid,colormagenta;
上一篇:同花顺顶底趋势指标公式
下一篇:同花顺神奇买点指标公式
相关文章






