Where can I find documentation for the functions ?
srikanth-venturew opened this issue · 1 comments
srikanth-venturew commented
Hello ,
I see that the TALIB is a c library that is used for nodejs.
A lot of time when I search over google I have a hard time finding the documentation , ie the input that I have to provide for the functions (e.g : HT_DCPERIOD ). Can you guide me how can I find this ?
I have used this console.log(util.inspect(talib.explain("HT_DCPERIOD"), { depth:3 }));
But the output is not so user friendly .
Thanks .
jmcnab57 commented
Hey the Python wrapper for TALIB has good documentation for function parameters. TA-LIB Python.
Additionally Cryptotrader.org appears to have some documentation on the same Cryptotrader TA-LIB