Chartbreaker
    Preparing search index...

    Type Alias AnchoredVWAPCache

    type AnchoredVWAPCache = {
        bounds: Bounds;
        data: ReturnType<typeof calculateVWAP>;
    }
    Index

    Properties

    Properties

    bounds: Bounds