ta-lib-python
ta-lib-python copied to clipboard
Python wrapper for TA-Lib (http://ta-lib.org/).
I explain, I made many tests : 1) compute ADX 7 with just the lookback minimal size (2 x period - 1, it seems) 2) compute ADX 7 but with...
Hi, After I downloaded talib, there is no way for me to run my code. There will be the error message that: File "/Users/guangzhouzuihoudehaonanren/Desktop/intern/intern.py", line 2, in import backtrader as...
Not sure if I am misunderstanding something... but I am getting all zeros for many pattern rec functions... numpy v1.26.4 pandas v2.2.2 TA-Lib v0.4.28 example code: ``` import numpy as...
Trying to understand why RSI has unstable period (according the docs), I explored that this period given not correct with "get_unstable_period" function ``` for name in [ 'ADX', 'ADXR', 'ATR',...
Several tests fail: ``` _______________________________________________________________________________ ERROR at setup of test_BBANDS _______________________________________________________________________________ file /usr/ports/finance/py-ta-lib/work-py311/ta_lib-0.4.32/tests/test_func.py, line 112 def test_BBANDS(series): E fixture 'series' not found > available fixtures: _session_event_loop, benchmark, benchmark_weave, cache, capfd,...
HI, As reported in https://github.com/conda-forge/ta-lib-feedstock/pull/45 ta-lib builds are failing against future Numpy 2.0. Any plans to support this? If so we can use this issue to track the implementation.
I used Binance's BOMEUSTD daily data to verify the MACD, the function I used was TA_MACD, the final result was inconsistent with Binance's data, then this function is based on...
The search words does not work anymore in windows 11 19/10/2024 cf https://stackoverflow.com/questions/61209155/how-do-i-get-the-x64-native-tools-developer-command-prompt-for-visual-studio-com
I am very new to ta-lib. Here is a very stupid question about the documentation. Can anyone direct me **where exactly** is the **detailed** documentation? For example, the following shows...
Hi I ran some of code which uses talib after a long time . And import talib is failing with following error ImportError: dlopen(/Users//miniconda3/envs/vectorbt/lib/python3.10/site-packages/talib/_ta_lib.cpython-310-darwin.so, 0x0002): Library not loaded: /opt/homebrew/opt/ta-lib/lib/libta_lib.0.dylib I...