
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
indicatorts
Advanced tools
Stock technical indicators and strategies in TypeScript for browser and server programs.
Indicator is a TypeScript module providing various stock technical analysis indicators, strategies, and a backtest framework for trading.
This is a clone of my Indicator Go Golang module.
The following list of indicators are currently supported by this package:
Strategies relies on the following:
The following list of strategies are currently supported by this package:
Backtesting is the method for seeing how well a strategy would have done. The following backtesting functions are provided for evaluating strategies.
Chart provides an easy way to plot the outcome of the indicators and the strategies.
The project can be build from its source through the build command.
npm run build
Install package.
npm install indicatorts
Import indicator.
import { ao } from 'indicatorts';
const highs = [10, 20, 30, 40];
const lows = [1, 2, 3, 4];
// Awesome Oscillator!
const result = ao(highs, lows);
The information provided on this project is strictly for informational purposes and is not to be construed as advice or solicitation to buy or sell any security.
Copyright (c) 2022 Onur Cinar. All Rights Reserved.
The source code is provided under MIT License.
FAQs
Stock technical indicators and strategies in TypeScript for browser and server programs.
The npm package indicatorts receives a total of 2,556 weekly downloads. As such, indicatorts popularity was classified as popular.
We found that indicatorts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.