Technical Analysis (ta.js)
ta.js is a JavaScript module for dealing with financial technical analysis.
#### NOTE
A react compatible version of this package is available here:
https://github.com/Bitvested/ta.web
#### NPM
Use the package manager npm to install ta.js.
``
bash
npm install ta.js --save
`
#### CDN
`
html
`
Usage
`
javascript
const ta = require('ta.js');
``
Examples
https://github.com/Bitvested/ta.js/blob/main/EXAMPLES.md
(NPM can't load the full file)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT