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

    Type Alias RollingReducer

    RollingReducer:
        | "avg"
        | "stdev"
        | "min"
        | "max"
        | "median"
        | "sum"
        | `p${number}`

    The count-window reducers the studies compose on — pond's built-in aggregate reducers plus percentile (p95, p5, …). All run over a bar-count window (core G1), which is the correct window for N-bar studies across session gaps.