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

    Interface BollingerOptions<S, Prefix>

    interface BollingerOptions<S extends SeriesSchema, Prefix extends string> {
        column?: NumericColumnNameForSchema<S>;
        period: number;
        prefix?: Prefix;
        stdDev?: number;
    }

    Type Parameters

    • S extends SeriesSchema
    • Prefix extends string
    Index

    Properties

    column?: NumericColumnNameForSchema<S>

    Source column. Default 'close'.

    period: number

    Window length in bars.

    prefix?: Prefix

    Column-family prefix — appends ${prefix}Middle / Upper / Lower. Default 'bb'.

    stdDev?: number

    Band half-width in standard deviations. Default 2.