Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

steeply/ta-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ta-lib NPM version Build Status Dependency Status

A technical analysis library written in JavaScript/TypeScript

This library is used on cointelligence.net for calculating indicators and provides a base for trade strategies.

Read more on my website https://www.supnig.com/blog/ta-lib

Installation

Install ta-lib as a dependency:

npm install ta-lib

Usage

In your module:

var talib = require('ta-lib'),
    sma = talib.SMA([23, 34, 12,..., 34, 23], 12);

Where the passed array of prices has the most recent at its 0-index and a minimum of 12 entries.

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • TypeScript 29.2%