trading-signals
    Preparing search index...

    Class MovingAverageAbstract

    Moving Average (MA) Type: Trend

    Base class for trend-following (lagging) indicators. The longer the moving average interval, the greater the lag.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    highest?: Big
    interval: number
    lowest?: Big

    Accessors

    • get isStable(): boolean

      Returns boolean

    Methods

    • Parameters

      • inputs: readonly BigSource[]
      • replace: boolean = false

      Returns (null | Big)[]