trading-signals
    Preparing search index...

    Class BollingerBandsWidth

    The Bollinger Bands Width (BBW) indicator, developed by John A. Bollinger, merges the information of Bollinger Bands into one definite number. It defines the narrowness of the underlying Bollinger Bands by representing the difference between the Upper Band and the Lower Band.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    bollingerBands: BollingerBands
    highest?: Big
    lowest?: Big

    Accessors

    • get isStable(): boolean

      Returns boolean

    Methods

    • Parameters

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

      Returns (null | Big)[]