Jorge Osorio

Results 5 comments of Jorge Osorio

Great! talib running on my Windows10 machine, conda64 and python 3.6 Already made all 26 tests with OK result and run a simple test code calculating some simple indicators.. Thanks...

example: upperband, middleband, lowerband = ta.BBANDS(df['Close'], timeperiod=n, nbdevup=2, nbdevdn=2, matype=0) Module 'talib' has no 'EMA' member Module 'talib' has no 'BBANDS' member but the tests went ok.. what´s wrong?

I am not pretty sure...but you´re right! If I trying to reproduce the code using jupyter notebook (but my same environment) the thing is OK! but using visual studio code...

ok, thank u for your help @mrjbq7 , definitely it´s the first way with the "system" install. I´ve tried in both terminals: original anaconda prompt and visual studio anaconda integrated...

This is really curious: I import talib package as ta and then I add code to do a RSI calculation using ta.RSI (i.e.): rsi2 = ta.RSI(df.Close.values,14) The thing is that...