tseries-patterns icon indicating copy to clipboard operation
tseries-patterns copied to clipboard

trend / momentum and other patterns in financial timeseries

Results 5 tseries-patterns issues
Sort by recently updated
recently updated
newest added

error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [9 lines of output] Warning: passing language='c++' to cythonize() is deprecated. Instead, put "# distutils:...

Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-q2_n3ik8/tseries-patterns_3d5bb6f370834c15ab683f40b5484a9a/setup.py", line 6, in from Cython.Build import cythonize ModuleNotFoundError: No module named 'Cython' Can we have a simple python...

In label function, times = columnFor (prices, ["time", "date", "Date","Datetime", "stamp", "**_timestamp_**"]) prices = columnFor (prices, ["Adj Close", "**_adjusted_close_**","Close", "close", "price", "**_Price_**"]) Thanks.

Hello, You have test your package on Windows environnement ? And another question : how access to BSI values directly with a print by example ? Thx. Regards.

Hi, thanks for the package and the blog, very informative indeed. I am afraid I get errors importing the lib `pip install git+https://github.com/tr8dr/tseries-patterns` ``` from tseries_patterns.buysell import HawkesBSI, HawkesBVC ModuleNotFoundError:...