ezyquant.indicators.ta.TA.rsi#
- static TA.rsi(close: DataFrame, window: int = 14, fillna: bool = False) DataFrame #
Relative Strength Index (RSI)
- Parameters:
close (pd.DataFrame) – dataset ‘Close’ dataframe.
window (int = 14) – n period.
fillna (bool = False) – if True, fill nan values.
- Returns:
Relative Strength Index (RSI)
- Return type:
pd.DataFrame