Skip to main content

ta-lib

可使用 talib 存取 talib

範例

使用 talib 計算 RSI

rsi = talib.RSI(self.close_price_trace, Len)[-1]