@pond-ts/financial API Reference
    Preparing search index...

    Type Alias PivotPointsResult<S, Prefix, Method>

    PivotPointsResult: Method extends "camarilla"
        ? TimeSeries<CamarillaPivotPointsSchema<S, Prefix>>
        : TimeSeries<PivotPointsSchema<S, Prefix>>

    pivotPoints' return type: the column set depends on method, so the type does too.

    Type Parameters

    • S extends SeriesSchema
    • Prefix extends string
    • Method extends PivotMethod