New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ta-lib

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ta-lib

A technical analysis library written entirely in JavaScript/TypeScript

latest
Source
npmnpm
Version
0.11.0
Version published
Weekly downloads
317
170.94%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

talib

FAQs

Package last updated on 30 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts