Alexander Trufanov
Alexander Trufanov
gen_code
What do you mean by "the right build tools"? Please use VS 2022 you have. Also I see "ta-lib-rt" in the paths. That's my fork of ta-lib - you don't...
Download it, build it. Check for errors. If there is no - then add a new file, apply the changes desrcibed in my notes, then build gen_code only, launch gen_code...
Hmm.... Have the new .c file been updated?
I don't know too. It's something from VS, I guess we can ignore it. Now you can build the whole solution and in terms of C library you will add...
Do you have a new file listed inside ta_func sources in VS? I guess you need to right click on ta_func project under ta_lib solution in VS and add existing...
*_FramePP functions are supposed to be automatically generated by gencode.exe in src/ta_abstract/frames/ta_frame.c You may check if there is a TA_TSV_FramePP declaration. But I'm more interested in errors in ta_TSV.c which...
I've just booted a Win machine and tried to add a new indicator with VS. And reproduced your problem. gen-code execution results in ``` ./gen_code.exe gen_code V0.6.0-dev (Apr 29 2022...
Ok, I figured out what was the problem. Apparently there are two versions of original TA-Lib sources. One is a complete sourcebase (with scripts to make a java, dotnet version...
I've also created an example project where last 5 commits demonstrate a steps of addition of a new function: https://github.com/trufanov-nok/ta-lib-new-indicator-example I guess you may even copy ta_TSV.c from it into...