Fix parallel Make issue with slibtool + other issues
UnstablePeriod
Add additional indicators
Updated RPM SPEC for Fedora 33
ta-lib is a library written in C. It's not a python module and can't be loaded into python directly. You need a python wrapper around ta-lib. By "import talib" you are trying to find and load such wrapper. The python wrapper is another project and hosted here: https://github.com/mrjbq7/ta-lib It could be build on machine or installed with help of "pip install ta-lib". So you should have both - c library and python wrapper for it on machine.
Digging deeper into the build inside the config.log, I see: configure: failed program was: | / confdefs.h. / | #define PACKAGE_NAME "ta-lib" | #define PACKAGE_TARNAME "ta-lib" | #define PACKAGE_VERSION "0.4.0" | #define PACKAGE_STRING "ta-lib 0.4.0" | #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?group_id=8903&atid=108903" | #define PACKAGE "ta-lib" | #define VERSION "0.4.0" and configure:20612: checking for pow configure:20668: gcc -o conftest -g -O2 conftest.c -lpthread -ldl >&5 conftest.c:69:6:...
Issues building Docker Image
CCI should use
Just for the reference. There is a discussion abut this problem here. In the end I've decided to change the check from optInTimePeriod < 2 to optInTimePeriod < 1 for following indicators: SMA, EMA, WMA, DEMA, TEMA, TRIMA, KAMA, T3. Bcs the problem affects MACDEXT function too that can call any of MA indicators. And also added checks for LOOKBACK_CALL(MA or EMA) return value in MACD and STOCH indicators.
Correction: src/ta_func/ta_HT_TRENDLINE.c.
HT_TRENDLINE writes to, but doesn't read, the smoothPrice circular buffer
I was able to get a much closer result using this https://github.com/kylejusticemagnuson/pyti/blob/master/pyti/chande_momentum_oscillator.py still no luck figuring out what's happening with the ta-lib CMO calc heres a comparison of the 2 the bottom being the pyti version (apologies for the poor labeling) Tested against MFI and got very similar results but still slightly different but reasonable (sorry for all the images if theres a cleaner way to format this i'm open to suggestions)
getting incorrect outputs for several indicators
NVI and PVI are not implemented
.Net Sample for ATR
Consider Migrate to GitHub
TA-Lib Excel, where is it?
OK - my bad! Please mark as solved. I was making a couple of small mistakes that...
As far as I know, MAMA and FAMA that I wrote in C works correctly and outputs were...
Hi Mario Thanks for the quick response - much appreciated! I should have made it...
It is likely that you are calculating over the whole range of data on other platforms,...
MAMA indicator returning incorrect results
Same for CDL3BLACKCROWSand for TA_CDLENGULFING
Same for CDL3LINESTRIKE, CDL3WHITESOLDIERS
Same for CDL3LINESTRIKE, CDL3LINESTRIKE
Same for CDL3LINESTRIKE
Same for CDL3BLACKCROWS
more regtests
Lookback for TA_CDL3OUTSIDE is bigger than needed
Ok, I see now that it's tested implicitly via STOCHRSI, so this FR is irrelevant...
regtests for STOCHF
Problem with TA_BETA params
OBV confusing input params imlementation
TA_IMI fails reg_test test
I've fixed these bugs in my fork. They seems to be harmless and doesn't affect project...
The signed equivalent of size_t is IMO ptrdiff_t
Just for record: my use case for using ta-lib with 64bit indexing is this perl module...
Yeah, perhaps you're right and this shouldn't be done. I noticed this bug report...
Yeah, perhaps you're right and this shouldn't be done. I noticed this bug report...
Yeah, perhaps you're right and this shouldn't be done. I noticed this bug report...
In retrospect, yes using size_t for index into arrays (startIdx/endIdx/outBegIdx/outNbElement)...
I have taken a look into this problem for fun. The TA functions are partially generated...
It seems that you also need to add these .c files to `/ta-lib/c/make/gen_make/ta_regtest/ta_regtest.pro'...
TA_GetFuncInfo example small mistake
TA_FuncTableAlloc description is wrong
Link error: Missing test files: imi and avgdev
Autogen returns many warnings, maybe invalid