Kevin Johnson

Results 314 comments of Kevin Johnson

Hello @Rossco8 > There's heaps of improvements in the development branch I'd like to use. Cool! It's available for use. ### Required - Numpy/Numba implementations of core moving averages, especially...

Hi @Rossco8 > I have submitted a bunch of proposed performance improvements Grateful for your assistance with the library. 😎 > Can you clarify what you mean by Refactor indicators...

Hello @mobley-trent, Thanks for the submission. I will get to it as soon as I can take care of a PR I am currently addressing.

@mobley-trent After reviewing the _linreg_ code and after including improvements included PR #776 will I be able to include this additional feature. I will keep you posted when I am...

Hi @einarjohnson Apologies for the delay... > I have a quick question. Is there a reason the StochRSI indicator on the development branch does not allow for the _talib_ to...

Hello @phpmac The quickest way for this to be achieved is for someone to submit a PR based off the _development_ branch of code.

@Rossco8 On first glance, it is odd that the *test_pvi* and *test_ext_pvi* are not passing since they are returning a two column dataframe. 🤷🏼‍♂️ But I will dig into it....

Hello @PiotrJuzwiak Pandas TA is not even *1.0.0*+ let alone *2.1.4*. So I assume you are on v*0.3.14*. Yes, _some_ indicators, like _kc_, have not had their internal ```ma(mamode, x,...

@aligheshlaghi97 Great! Will check it out when I can. 😎

@aligheshlaghi97 & @dmastapkovich ### Failed Tests These _fails_ occur after adding/removing indicators, so yes adding **zigzag** creates the following errors because the column counts were not updated in [test_studies.py](https://github.com/twopirllc/pandas-ta/blob/development/tests/test_studies.py). But...