ta icon indicating copy to clipboard operation
ta copied to clipboard

Technical Analysis Library using Pandas and Numpy

Results 120 ta issues
Sort by recently updated
recently updated
newest added

Hi there! Thanks for the project. I have for instance two SMA indicatars/ Data['MA(5)']=trade.trend.SMAIndicator(Data["Close"], n=5, fillna=False) Data['MA(3)']=trade.trend.SMAIndicator(Data["Close"], n=3, fillna=False) And i want to calc the third one? that equals first...

hi, if possible, please add these indicators as well: TDI (Traders Dynamic Index) chandelier exit pivot points BOP (balance of power) CTM (Chande trend meter) Coppock Curve Correlation Coefficient PMO...

enhancement
good first issue

I thoroughly checked it but I guess its not present. Planning with new release ? This is more of a request to add the above as it is one of...

Hello, I am trying to install ta in Julia using Conda.jl. Using pip inside of Conda.jl is not yet stable. I see that ta uses pip install ta for installation....

## Action Taken: Params: n=14 I have a series of 100 values. i sent last 15 values to the class and got RSI series then i sent the last 18...

From Linkedin contact: > Are you aware of any python library able to calculate Tom DeMark indicators. Have you ever met this? Many thanks > Bear in mind there are...

enhancement
help wanted

Fix "RuntimeWarning: invalid value encountered in double_scalars" in lines 608 and 612

Morning, I'm hoping for a bit of advice here. I've written a trading bot to have a play effectively. I'm trying to fine tune it a bit, but I'm struggling....

The dataframe I passed into the adx method had been resampled and the indexes were something like 60,120,180. On line 144: trs[0] = tr.dropna()[0:n].sum() Due to my index starting at...

bug

Hi All, There does not appear to be any indication on which direction we need to feed information. I know ta-lib requires old->new, I assume (I know, I shouldn't) that...

documentation