talib.js icon indicating copy to clipboard operation
talib.js copied to clipboard

TA-Lib C code ported to WebAssembly

Results 6 talib.js issues
Sort by recently updated
recently updated
newest added

I'm trying to use the bollinger bands method but it's producing a strange result. I pass an array of 500 numbers as inReal and 20 as timePeriod, the middle band...

1. [STOCH error](https://github.com/hackape/talib.js/issues/5) I tried to upgrade Emscripten to 3.x and the problem was solve,However, you need to change the EXPORT_ES6 to 0 Delete code in Makefile `-e '$$ d'`...

Hi, could you help me to explain the below situation. And, if I want to get the same result with Python,what should I do? **talib.js** ![image](https://user-images.githubusercontent.com/48230593/189937482-6676f8b8-78ce-4875-9aed-799f758a2f26.png) **python version** ![image](https://user-images.githubusercontent.com/48230593/189940681-4564de13-cd89-471e-b7a3-185b16e63ebe.png)

`talib.STOCH` return empty arrays like this `[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...

http://svn.code.sf.net/p/ta-lib/code/trunk/ta-lib/c/src/tools/ta_regtest/

Hi, When I use a TA function, it doesn't return outBegIdx and outNBElement info, so I can't synchronize output with the timeline. For example a simple MA function, assume these...