Download the PHP package kenshodigital/chart without Composer
On this page you can find all versions of the php package kenshodigital/chart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kenshodigital/chart
More information about kenshodigital/chart
Files in kenshodigital/chart
Download kenshodigital/chart
More information about kenshodigital/chart
Files in kenshodigital/chart
Vendor kenshodigital
Package chart
Short Description Calculates indicators for technical chart analysis.
License MIT
Package chart
Short Description Calculates indicators for technical chart analysis.
License MIT
Please rate this library. Is it a good library?
Informations about the package chart
kenshō chart
Calculates indicators for technical chart analysis in PHP.
General
- PHP 8.2
- Minimal dependencies.
- Uses brick/math for arbitrary precision numbers.
- Avoids redundant calculations and keeps the overall complexity low.
- Unit- and integration tested against other libraries and real-world data.
Audience
The library assumes a basic understanding of technical analysis and how to use these indicators.
Installation
Usage
- Prepare chart
- Calculate indicators
- Calculate trend indicators
Prepare chart
Calculate indicators
- SMA
- EMA
- +DI & -DI
- ADX
SMA (Simple Moving Average)
EMA (Exponential Moving Average)
+DI & -DI (Positive- & Negative Directional Indicator)
ADX (Average Directional Index)
Calculate trend indicators
Calculate all trend indicators (SMA, EMA, +DI, -DI and ADX) in a single run.
FAQ
Why are numeric values represented as strings?
Note about floating-point values: instantiating from a float might be unsafe, as floating-point values are imprecise by design, and could result in a loss of information. Always prefer instantiating from a string, which supports an unlimited number of digits.
All versions of chart with dependencies
PHP Build Version
Package Version
The package kenshodigital/chart contains the following files
Loading the files please wait ....