Skip to content

Latest commit

 

History

History
162 lines (151 loc) · 10.7 KB

README.md

File metadata and controls

162 lines (151 loc) · 10.7 KB

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.

npm install ta.js --save

CDN

<script src="https://unpkg.com/ta.js/ta.min.js"></script>

Usage

const ta = require('ta.js');

Examples

https://github.com/Bitvested/ta.js/blob/main/EXAMPLES.md

Moving Averages

Indicators

Oscillators

Bands

Statistics

Random functions

Chart Types

Miscellaneous

Experimental

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