You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version are you running? The lastest version is on Github. Pip is for major releases.
pandas_ta: 0.3.14b0
Do you have TA Lib also installed in your environment?
Yes: TA-Lib: 0.4.19
Have you tried the development version? Did it resolve the issue?
No
Describe the bug
The values are always negatively biased, using ta.stc(x).iloc[:, 0].mean(). The indicator ranges from 0-100. I would expect a mean of 50. However, what I observe is always around 20. I tested ta.stc with different datasets and default parameters (or any other meaningful combination: I also tested changing each single parameter at a time).
For comparison, using the same data, the finta TA.STC(x).mean() consistently results in a mean of around 50, as would be expected.
Which version are you running? The lastest version is on Github. Pip is for major releases.
pandas_ta: 0.3.14b0
Do you have TA Lib also installed in your environment?
Yes: TA-Lib: 0.4.19
Have you tried the development version? Did it resolve the issue?
No
Describe the bug
The values are always negatively biased, using ta.stc(x).iloc[:, 0].mean(). The indicator ranges from 0-100. I would expect a mean of 50. However, what I observe is always around 20. I tested ta.stc with different datasets and default parameters (or any other meaningful combination: I also tested changing each single parameter at a time).
For comparison, using the same data, the finta TA.STC(x).mean() consistently results in a mean of around 50, as would be expected.
To Reproduce
Expected behavior
Value should be equal (or at least comparable) to finta result and around 50.
(also, stc calculation in finta seems a lot faster)
Thanks for developing Pandas TA! 😄 👍
The text was updated successfully, but these errors were encountered: