trading-signals
    Preparing search index...

    Class VWAP

    Volume-Weighted Average Price (VWAP) Type: Trend

    The Volume-Weighted Average Price (VWAP) represents the average price a security has traded at throughout the day, weighted by both volume and price.

    Formula: VWAP = (Sum of (Price × Volume)) / Total Volume

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    highest?: Big
    lowest?: Big

    Accessors

    • get isStable(): boolean

      Returns boolean

    Methods