Download the PHP package romulodl/atr without Composer
On this page you can find all versions of the php package romulodl/atr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor romulodl
Package atr
Short Description ATR (Average True Range) without the PECL trader extension
License Apache-2.0
Package atr
Short Description ATR (Average True Range) without the PECL trader extension
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package atr
Average True Range
Calculate the ATR of giving values.
Instalation
or add romulodl/atr
to your composer.json
. Please check the latest version in releases.
Usage
$hlc_values
is an array of arrays containing 3 prices: [High, Low, Close]
Example of use:
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 ATR value as part of the calculation.
All versions of atr with dependencies
PHP Build Version
Package Version
No informations.
The package romulodl/atr contains the following files
Loading the files please wait ....