Alexander Trufanov
Alexander Trufanov
Well, I bisected a commit that turns CMO 0's to -100's. That's it: [Fix for better comparison to zero with extremely small values (
Hi, You may destroy the state with old optInTimePeriod, then create a new state and reprocess all received data again. Or you may even call a regular TA-Lib function for...
Hi, It's doable, but isn't easy. The `ta_func_api.xml` is generated on the fly by gen_code (own tool of TA-Lib) based on function info declarations. It also has own xsd scheme...
Sounds interesting. Ok, I'll try to fix code generator and update the xml. It'll take a day or two.
Well, I've regenerated ta_func_api.xml. It's attached, pls check if it's suitable for your needs. Didn't form xsd for it yet. Some details: 1. I suspect that old ta_func_api.xml was created...
I've fixed some syntax errors in xml and updated xsd so now it validates. Please use latest xml version from master branch: https://github.com/trufanov-nok/ta-lib-rt/blob/master/ta-lib-rt/ta_func_api.xml
> Does this mean, that you allocate new memory for the state object each time TA_MACD_StateInit is called That's correct. Init function not just initialize state object values but allocates...
Btw, the latest webarchive copy of tadoc.org is available for browsing here: https://web.archive.org/web/20220708211950/https://tadoc.org/
Use the older snapshot: https://web.archive.org/web/20220501064852/http://tadoc.org/indicator/BBANDS.htm or search the web.archive.org for http://tadoc.org/indicator/BBANDS.htm to get other available backups.
TA-Lib is a C library which is a ~20 year old project created by Mario Fortier, and the last commit of its author was roughly 10 years ago. It's not...