data-forge-indicators icon indicating copy to clipboard operation
data-forge-indicators copied to clipboard

Financial indicators for use with Data-Forge

Results 10 data-forge-indicators issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mocha](https://github.com/mochajs/mocha), [nyc](https://github.com/istanbuljs/nyc) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's...

dependencies

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [mocha](https://github.com/mochajs/mocha) and [nyc](https://github.com/istanbuljs/nyc). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.3.4 Release notes Sourced from debug's...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

When I tried to debug the indicators with vscode but it failed to start, so I made a bit of changes in the launch.json

It seems the ema indicator is not a true ema but rather a WMA implementation. By definition ema should require one more observation than the window size as first observation...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

I have notices, that the production code is using chai for testing and I am getting `Error: Cannot find module 'chai'` since it is listed under devDependencies

Hi, Thank you for the amazing project. I found libraries that has 100 of indicators that can be used in this project. Links: https://github.com/anandanand84/technicalindicators https://www.npmjs.com/package/trendyways https://github.com/oransel/node-talib Thank you

Hello, thanks for your incredible work. I'm having issues with the .rsi method. It seems that it calculates very differently than the one on TradingView and other website. I investigated...