screamer.js
    Preparing search index...

    Function StochRSI

    • Stochastic applied to RSI (1 input -> 2 outputs).

      Parameters

      • rsiPeriod: number = 14

        RSI period.

      • stochPeriod: number = 14

        Stochastic lookback over the RSI.

      • smoothK: number = 1

        %K smoothing.

      • d: number = 3

        %D period.

      Returns ScreamerOp

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