indicatorts icon indicating copy to clipboard operation
indicatorts copied to clipboard

IndicatorTS - Stock technical indicators and strategies in TypeScript for browser and server programs.

Results 31 indicatorts issues
Sort by recently updated
recently updated
newest added

The Know Sure Thing (KST) is a momentum oscillator developed by Martin Pring to make rate-of-change readings easier for traders to interpret. https://www.investopedia.com/terms/k/know-sure-thing-kst.asp

enhancement
good first issue

A detrended price oscillator, used in technical analysis, strips out price trends in an effort to estimate the length of price cycles from peak to peak or trough to trough....

enhancement
good first issue

Weighted moving averages assign a heavier weighting to more current data points since they are more relevant than data points in the distant past. The sum of the weighting should...

enhancement
good first issue

Hi It look quite interesting to see all the formula for each indicator. Actually, do you have any graphic plotter that we can get data and apply indicator to it...

enhancement

# Describe Request This PR adds the strategies to the module exports, so you can use them like they are mentioned in the documentation.

In the current implementation of the Money Flow Index (MFI), the `extractSigns` function is applied to the changes in the `rawMoneyFlow` array. ``` const rawMoneyFlow = multiply(typprice(highs, lows, closings), volumes);...

Currently, the `divide` function in `src/helper/numArray.ts` does not handle division by zero errors. Some assets have limited trading volume, and therefore may have a day's open, close, high, and low...

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.3. Release notes Sourced from ts-jest's releases. v29.1.3 Please refer to CHANGELOG.md for details. Changelog Sourced from ts-jest's changelog. 29.1.3 (2024-05-21) Bug Fixes add @jest/transform...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.7.1 to 7.10.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.10.0 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760) 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.1 to 7.10.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.10.0 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760) 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic...

dependencies
javascript