Skip to content

Bitvested/ta.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Financial Technical Analysis in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published