screamer.js
    Preparing search index...

    Function Stoch

    • Stochastic oscillator %K and %D (3 inputs -> 2 outputs).

      Parameters

      • fastkPeriod: number = 14

        Lookback for the %K stochastic.

      • smoothK: number = 3

        Smoothing period for %K (1 = fast stoch, 3 = TA-Lib slow stoch).

      • d: number = 3

        SMA period for %D.

      Returns ScreamerOp

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