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

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.2 to 0.21.1. Release notes Sourced from esbuild's releases. v0.21.1 Fix a regression with --keep-names (#3756) The previous release introduced a regression with the --keep-names setting and...

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.8.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.1 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

The average directional index (ADX) is a technical analysis indicator used by some traders to determine the strength of a trend. https://www.investopedia.com/terms/a/adx.asp

enhancement
good first issue

Hi, I am getting this error when I try to use the roc function/indicator. No problem with other indicators, RSI for example. Any idea? Thanks! ``` import {roc} from 'indicatorts';...

Hi all. Thank you very much for this great solution! I have a question: How to use `period` arguments correctly? I'm reading the documentation and many indicators require a period....

**Describe the bug** https://github.com/cinar/indicatorts/blob/main/src/strategy/trend/macdStrategy.ts The strategy will say buy or sell based only on if the macd line is above or below the signal, and not when it crosses. **To...

bug

It would be cool to use https://nodejs.org/api/worker_threads.html To calculate every indicator in a separated thread, maybe by passing a `useWorker: true` option to every indicator Regards, Vasile

enhancement

Thanks for providing an excellent library! Is there a way to stream the values to ichimokuCloud? Instead of passing the arrays?

Attempting to fix #218 Modified the projection Oscillator function by changing the calculation of the arrays `pu` and `pl` according to what I suspect the issue is, as I mentioned...