xtracool

Results 10 comments of xtracool

Hi John, I'm using PyCharm Professional 2020.1 and I don't get any method suggestions either. I tried your example above for RSI, after typing in ta. or ta.R, I don't...

Amazing John, they do! Both the function and abstract APIs do, any further thoughts on why the IDE isn't working? ![image](https://user-images.githubusercontent.com/569172/87857161-69666c80-c8d9-11ea-8dfb-5fa5cfb79a68.png)

Thx, I'll go look thru the talib code and see if I can figure it out if there is some non-ascii character.

I have a similar problem with one other package I use called pyEX (an interface for IEX Cloud for stock data). Never seen this issue otherwise. I'm wondering if the...

Thank you, appreciate your support for the product! If there is a way to donate $ please LMK

Will do a check out and try it.

Hey John, I reinstalled and here is what I got, looks like it is working! Is there a way of getting the argument list for the methods or is that...

I think I found the link to the methods :) https://mrjbq7.github.io/ta-lib/doc_index.html

Perhaps the autocomplete pop-up appears only when shift + left arrow is pressed?

Here is my issue, I'm in the 2nd column, and I want to type in "call sub1". As I type 'c', the pop-up comes up, I continue to type 'all',...