Kevin Johnson
Kevin Johnson
Hi @wassname, Fantastic! Will merge it in ASAP. Looking for more help converting more indicators to _numpy/jit_, so I appreciate it. 😎 Also, how many rows is that benchmark sample?...
Hello @aress31, ### Documentation and Contributing > I am a bit lost with this lib... more documentation and examples would be great! I am sorry to hear that you find...
@aress31, Here is a _simplified_ example using the Common Study: Of course, you will need to replace ```ta.CommonStudy``` with your custom Study ```NonMPStrategy``` like so: ```python df.ta.study(NonMPStrategy, verbose=True) ``` Hope...
@aress31, > Amazing, thanks for the though answer and pointing me to the right direction. No worries. Thanks for your patience. > Side-note Sure. But it's much more nuanced than...
@aress31, > Basically, the way I see this, is that ```Study``` which is an awesome concept could be extended to add upper/lower value before sending a signal type, i.e., ```buy```...
Hello @aress31, I assume by no response that the solution provided was sufficient. Thus I will be closing this issue in a few days. Kind Regards, KJ
Hello @Karsten-Fyhn, Awesome! 😎 Thanks for making a PR #582 to handle these tests with TA Lib with GitHub Actions. I will try it out as soon as I can....
Hello @kaanguven, So "PSARr_0.02_0.2" is an extra column providing the "reversal", when it switches from long to short and back. The _uptrend_ is the long column or "PSARl_0.02_0.2" and the...
Surprisingly busy. But it will be done. Thanks, KJ
Hi @Lolser9, Looks fixed on _development_ branch, if you wouldn't mind verifying when you get a chance. https://github.com/twopirllc/pandas-ta/blob/35acf937cf9e664b500d7d90af274ed540aca507/pandas_ta/momentum/stoch.py#L88-L95 Would appreciate a second opinion. Thanks KJ #### _development_ ```sh $ pip...