Alexander Trufanov

Results 209 comments of Alexander Trufanov

EMA is a moving average over a window, that depends on EMA's value of a previous window. That means it has a memory. And thus it highly sensitive to a...

Official sources are maintained at https://sourceforge.net/p/ta-lib/ by TA-Libs author: [Mario Fortier](https://www.linkedin.com/in/mfortier/), but the last commit was on 2013-04-03 and Mario has no activity on sourceforge since 2016-02-07. I think he...

I guess I should retitled it as `ta-lib-rt-py-wrapper` instead of `ta-lib-py-wrapper`. Because it's a wrapper around TA-Lib RT (forked) library, not the original TA-Lib library. So you're getting `fatal error:...

Sorry, I've copy-pasted build steps without some adjustments. After `make` step, please execute `sudo make install` (in `ta-lib-rt/ta-lib` folder) - this will finalize installation by copying library binary and it's...

@nardew the Batch functions supposed to be a compromise for ta-lib's incremental and vector calls from python wrapper as python to C aren't fast enough. May you estimate the size...

@mdukaczewski I suppose I was too lazy or couldn't (most probably) add them to abstract. But they are available directly via globals: https://github.com/trufanov-nok/ta-lib-py-wrapper/blob/master/talibrt/__init__.py#L81 The example is in: https://github.com/trufanov-nok/ta-lib-py-wrapper/blob/master/tools/perf_talib.py They are...

@nardew that's not exactly what i would like to find out. `ta-lib` has no incremental API at all. That's `ta-lib-rt` - a fork of `ta-lib` that introduces such API. And...

@mdukaczewski optional arguments are set when you initialize the state. So they should be passed to _StateInit() function. They are wrapped inside state object.

try to add `#include ` in this file.

There was couple ideas on how to address this, but in STU I stick with following: 1. Change order of pages at Deskew processing step to Order by angle or...