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

    Type Alias CamarillaPivotPointsSchema<S, Prefix>

    CamarillaPivotPointsSchema: readonly [
        ...S,
        OptionalNumberColumn<`${Prefix}Pivot`>,
        OptionalNumberColumn<`${Prefix}R1`>,
        OptionalNumberColumn<`${Prefix}R2`>,
        OptionalNumberColumn<`${Prefix}R3`>,
        OptionalNumberColumn<`${Prefix}R4`>,
        OptionalNumberColumn<`${Prefix}S1`>,
        OptionalNumberColumn<`${Prefix}S2`>,
        OptionalNumberColumn<`${Prefix}S3`>,
        OptionalNumberColumn<`${Prefix}S4`>,
    ]

    The nine columns 'camarilla' appends — the seven above plus its fourth pair, which is the set's own breakout level and has no counterpart in the other three.

    Type Parameters

    • S extends SeriesSchema
    • Prefix extends string