Alexander Trufanov
Alexander Trufanov
I'm not sure, we already verified taht c sources are buildable. May it be bcs python is launched from ta-lib-wrapper folder? I'm not a python develper so not sure... How...
I've just tried to `git clone` wrapper successfully `python setup.py install` then launched python and `import talib` didn't work with ``` Traceback (most recent call last): File "", line 1,...
Ok, great. Now we have a local copy of TA-Lib C sources with a newly added function and a local copy of TA-Lib python wrapper, both are propagated to docker...
> I did not have an entry in ta_func.h for TSV Why? You should not copy anything anywhere in C code - gen_code must do it for you. `ta_func.h` is...
I'll doublecheck on Win machine if something wrong with `ta_func.h` generation. Meanwhile you may continue with a TSF copy, provided that this declaration matches ta_TSV.c
> @trufanov-nok Well then for some reason gen_code did not do it. :-( I've checked. `gen_code` does update `ta_func.h`. You also may see it in my sample: https://github.com/trufanov-nok/ta-lib-new-indicator-example/blob/master/ta-lib/c/include/ta_func.h#L5072 Perhaps you...
Do you still have a ta_TSV.c file in ta_func folder?
>Perhaps you forgot to commit your changes before launching docker, bcs we've inserted a git reset HEAD in docker commands and this will reset all changes that were not commited....
Then you need to launch gen_code again bcs you revert back most of changes it did when `get reset ..` was executed from the docker. You need to commit all...
I'm the TA-Lib RT fork maintainer. I don't quite understand what's the problem with its usage with your RT system, but guess there might be some. Anyway it's supposed to...