node-talib icon indicating copy to clipboard operation
node-talib copied to clipboard

A technical analysis library for node.js

Results 16 node-talib issues
Sort by recently updated
recently updated
newest added

Hello there! I am attempting to install the node-talib wrapper onto my Win 10, 64 bit computer. I am having a lot of trouble with installing this and I have...

Install fails on node v16.0.0. Downgrading to v14 worked. Can you please update to support node 16? Using M1 Mac. Thank you! ``` gyp info it worked if it ends...

Is there any documentation/details available for the relevant value of optInTimePeriod parameter while calculating different indicators. In some cases the value seems to be the same as number of candle...

Hello I correctly create a golder .NETFramework And install build tool with `npm install --vs2015 windows-build-tools` WHat do i forgot ? but when i use npm i talib i have...

built it on windows, Talib/build/Release/talib exists but cannot import. `import * as talib from 'talib/build/Release/talib';` ``` Cannot find module 'D:\development\trade-trends\node_modules\talib\build\Release\talib' imported from D:\development\trade-trends\app.mjs Did you mean to import talib/build/Release/talib.node? ```...

How can I change the lookback function used for in the STOCHRSI function (see https://www.gitmemory.com/issue/mrjbq7/ta-lib/203/482133912)? I've tried making this change in `node_modules/talib/src/lib/src/ta_func/ta_STOCHRSI.c` and then running `npm run install` in `node_modules/talib`,...

Hi, I'm trying to use the linearreg_angle function with time periods superior to 1000 and, unfortunately, the result is stuck with the value undefined when I use any period superior...

https://en.wikipedia.org/wiki/Vortex_indicator

Hi, I'd love to use your lib but using ``` import talib from 'talib'; ``` I get the following error ``` TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".node" ``` Any idea...