talib.js
talib.js copied to clipboard
TA-Lib C code ported to WebAssembly
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**  **python version** 
`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...