cloudslee

Results 9 comments of cloudslee

i get this error when run generate_func.py, how to fix it? Traceback (most recent call last): File "F:\ta-lib-python\tools\generate_func.py", line 216, in func_info = abstract.Function(shortname).info File "C:\Python39\lib\site-packages\talib\abstract.py", line 16, in Function...

i uninstall old ta-lib, and get this error, should i install old ta-lib again? F:\ta-lib-python\tools>generate_func.py Traceback (most recent call last): File "F:\ta-lib-python\tools\generate_func.py", line 7, in from talib import abstract ModuleNotFoundError:...

the indicator what i want to add is TD Sequential Indicator, i'm not familiar with the whole process of add a new indicator, so i copy and paste other's volume...

i have add new VPT indicator in talib/_ta_lib.pxd, and run generate_func.py, generate_stream.py, the next step, how to Regenerate the cached talib/_ta_lib.c file using cython?

ta-lib-python>cython --directive emit_code_comments=False talib/_ta_lib.pyx run cython command, i got this error warning: talib\_abstract.pxi:36:4: Global name __PANDAS_SERIES matched from within class scope in contradiction to to Python 'class private name' rules....

F:\ta-lib-python>tools\generate_func.py > talib/_func.pxi cannot find defaults and docs for ACCBANDS cannot find defaults and docs for AVGDEV cannot find defaults and docs for IMI cannot find defaults and docs for...

yeah, it seems that my code was outdate, when i pull remote code from latest git master, it conflict with my local file

it's ok, thanks if i want to push my new indicator to ta-lib and ta-lib-python, what shoud i do?