• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Financial Technical Analysis in JavaScript

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