screamer.js
    Preparing search index...

    Function BollingerBands

    • Mean +/- num_std rolling standard deviations.

      Parameters

      • windowSize: number = 20

        Trailing-window length.

      • numStd: number = 2.0

        Number of rolling-std offsets for the upper/lower bands.

      • startPolicy: string = "strict"

        Warmup behaviour.

      Returns ScreamerOp

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