havocesp / pantulipy

Pandas over Tulipy library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuple .tolist() error, when using the di, dm, msw functions.

aaron-makowski opened this issue · comments

commented

These three functions di, dm, msw, seem to return Tuples from Tulipy, which cause an error in the _tup function when converting the results to a list with .tolist().

Here is a screenshot of the error.
https://i.gyazo.com/49f3af726b71165c6458f0b42e050e4e.png

When I fully exclude those three functions, the output shows now error:
https://i.gyazo.com/4863173817a2bdc125aa036faa47820d.png

Might be a mistake on my end, will resubmit if I can prove the error.

di, dm, msw, aroon, bbands, fisher, macd, stoch
all seem to return tuples so I am going to modify the _tup function to handle that