screamer.js
    Preparing search index...

    Function RollingRSI

    • Relative Strength Index. Wilder's smoothing by default; Cutler's via method='cutler'.

      Parameters

      • windowSize: number = 14

        Period. Wilder's original choice is 14.

      • method: string = "wilder"

        Smoothing convention. 'wilder' matches TA-Lib and pandas-ta; 'cutler' uses a plain SMA.

      • startPolicy: string = "strict"

        Warmup behaviour.

      Returns ScreamerOp

      https://screamer.readthedocs.io/en/latest/ for the Python reference and full details.