twopirllc / pandas-ta

Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
https://twopirllc.github.io/pandas-ta/
MIT License
5.27k stars 1.03k forks source link

Split BBANDS std into indiv upper and lower values #814

Open singhay opened 2 months ago

singhay commented 2 months ago

Original TA-lib offers option to have separate standard deviations for upper and lower bands. See https://github.com/TA-Lib/ta-lib/blob/main/src/ta_func/ta_BBANDS.c#L151

twopirllc commented 2 months ago

Hi @singhay,

Looks good on first glance. Thanks for updating the development version and resubmitting. 😎

Have any overall thoughts on the development version?

KJ

singhay commented 2 months ago

Hi KJ,

First of all, a phenomenal job maintaining this project. I know pace is slow, but little progress is still progress especially such few contributors. I've just started using the library so I'll keep contributing as work comes.

Meanwhile, what is your release cycle ? The dev branch is like ~300 commits behind, alot of folks are missing out on the good stuff.

Cheers 🍻 , Ayush

twopirllc commented 2 months ago

@singhay

First of all, a phenomenal job maintaining this project. I know pace is slow, but little progress is still progress especially such few contributors. I've just started using the library so I'll keep contributing as work comes.

Thanks. Any help is appreciated.

Meanwhile, what is your release cycle ? The dev branch is like ~300 commits behind, alot of folks are missing out on the good stuff.

On my screen, development is ~375 commits "ahead" of main. I guess it's the "behind" for a repo fork. 🤷🏼‍♂️ It's not in a cycle yet. Just some objectives to complete. For the most part, they are:

Yeah, they are missing out on the good stuff. 🤷🏼‍♂️

KJ