Skip to content

talib

TA-Lib compatible interface.

This module provides functions with naming and (where reasonable) parameter compatibility with the classic talib library.

Example

from quantwave import talib as ta rsi = ta.RSI(close, timeperiod=14)