TiloBox
Back to directory
technicalindicators project preview

technicalindicators

JavaScript and TypeScript technical indicators library for financial and trading applications.

LicenseMIT
GitHub stars2.8k
Last commit1 weeks ago
Tags5 topics
Technicalindicators LibTechnical Indicators JsTrading Math LibraryDeveloper ToolsRsi Macd Calculator
Overview

Why consider technicalindicators?

technicalindicators is an open-source technical analysis library written in TypeScript by Anand Agrawal. It computes dozens of technical analysis indicators (SMA, EMA, WMA, MACD, RSI, Stochastic, Bollinger Bands, Ichimoku Cloud, ADX) in both Node.js server pipelines and browser dashboards.

Guided learning

Learn technicalindicators by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of technicalindicators

technicalindicators calculates financial market momentum indicators on JavaScript arrays.

Quickstart

bash
1npm install technicalindicators
javascript
1import { RSI } from 'technicalindicators';
2const rsi = RSI.calculate({ values: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15], period: 14 });

technicalindicators is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

technicalindicators FAQs

technicalindicators is listed as a Business tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

technicalindicators is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

technicalindicators is listed as an alternative to Bloomberg TA. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.