  
- UID
- 2
- 积分
- 2915023
- 威望
- 1407544 布
- 龙e币
- 1507479 刀
- 在线时间
- 13521 小时
- 注册时间
- 2009-12-3
- 最后登录
- 2025-3-4

|
【BollingerBand】
- inputs: PriceValue( numericseries ), Len( numericsimple ), NumDevs( numericsimple ) ;
- BollingerBand = Average( PriceValue, Len ) + NumDevs * StandardDev( PriceValue, Len, 1 ) ;
复制代码 |
论坛官方微信、群(期货热点、量化探讨、开户与绑定实盘)
|