Kevin Johnson
Kevin Johnson
Hello @nsarang, Thanks for writing a script and identifying discrepancies in indicator arguments. Have you tried editing and testing any of the to see if it resolves the issue? Thanks,...
Hello @dorienh, > This may just be a problem with data, but I am getting blown up sortino ratios. I thought they had to be much smaller. Thanks for finding...
@dorienh, Crazy! Much lower compared to the prior 4000. 🤔 The only reason I think it is so high is because of it's rapid price increases at those points in...
@dorienh, > I'm looking at the denominator of the sortino ratio, which I think should be using: > ```downside_sum_of_squares = (downside[downside < 0] ** 2).sum()``` > not > ```downside_sum_of_squares =...
Hello @dorienh, [This](https://stackoverflow.com/questions/49091044/python-rolling-sharpe-ratio-with-pandas-or-numpy) might be of use. 🤷🏼♂️ KJ
Hello @johanbjerke, That would be a pretty cool feature. I have also not seen it used by any other Python TA Open Source Library. I have no idea when and...
Hello @foooooooooooooooobar, I haven't seen _joblib_, but it looks like it has potential. > I can try to integrate it into core if it's something helpful for a lot of...
Hello @rahulmr, ## Upgrade You have not upgraded. Here is how to upgrade: ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta ``` ## Questions > Is it only for technical analysis or...
Hello @rahulmr, I do not know how to help you if you do not participate in the discussion. As such, this Issue will be closed in a few days due...
Hello @rahulmr, > The TA-Lib installation itself was too hectic. Yes, this is one of the primary reasons why I made Pandas TA. In some cases TA Lib is hard...