analysis['rsi'] = ta.RSI(spy.Close, RSI_PERIOD)is giving me runtime error
analysis['STOCH1'] = ta.STOCH(spy.High, spy.Low, spy.Close)[0]
analysis['STOCH2'] = ta.STOCH(spy.High, spy.Low, spy.Close)[1]
See: http://www.quanttools.com/HTMLHelp/html/CT.14462.htm
P.
--
analysis['STOCH_K'], analysis['STOCH_D'] = ta.STOCH(spy.High, spy.Low, spy.Close)
Now I think reply - to will automatically show talib...@googlegroups.com instead of user's email
Just that now I have to manually delete the history each time I post, Is there a way to configure this ?
--
You received this message because you are subscribed to the Google Groups "talibpython" group.
To post to this group, send email to talib...@googlegroups.com.