ta-lib
Use talib
to access [talib] function. (https://github.com/mrjbq7/ta-lib)
Exampleβ
Use talib to calculate RSI.
rsi = talib.RSI(self.close_price_trace, Len)[-1]
Use talib
to access [talib] function. (https://github.com/mrjbq7/ta-lib)
Use talib to calculate RSI.
rsi = talib.RSI(self.close_price_trace, Len)[-1]