romulodl/bollinger-bands
Composer 安装命令:
composer require romulodl/bollinger-bands
包简介
calculate Bollinger Bands without the PECL trader extension
README 文档
README
Calculate the values of the Bollinger Bands from giving values.
Instalation
composer require romulodl/bollinger-bands
or add romulodl/bollinger-bands to your composer.json. Please check the latest version in releases.
Usage
$atr = new Romulodl\BollingerBands(); $atr->calculate(array $values); //returns an array [middle band, upper band, lower band]
Example of use:
$atr = new Romulodl\BollingerBands(); $atr->calculate([ 9807.49, 9550.67, 8719.53, 8561.09, 8808.71, 9305.91, 9786.80, 9310.73, 9374.99, 9678.57, 9731.10, 9773.64, 9508.11, 9060.00, 9166.40, 9176.41, 8711.37, 8895.65, 8837.05, 9197.32, ]);
Why did you do this?
The PECL Trading extension is crap and not everyone wants to install it. I am building a trading bot which will need the Bollinger Bands value as part of the calculation.
统计信息
- 总下载量: 146
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2020-06-09