screamer.js
    Preparing search index...

    Function DEMA

    • Mulloy's Double EMA: 2*EMA - EMA(EMA).

      Parameters

      • com: number = NaN

        Center of mass. Exclusive with span/halflife/alpha.

      • span: number = NaN

        Span (default smoothing parameter).

      • halflife: number = NaN

        Halflife.

      • alpha: number = NaN

        Smoothing parameter.

      Returns ScreamerOp

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