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

    Interface PriceMomentumOscillatorOptions<S, Prefix>

    interface PriceMomentumOscillatorOptions<
        S extends SeriesSchema,
        Prefix extends string,
    > {
        column?: NumericColumnNameForSchema<S>;
        prefix?: Prefix;
    }

    Type Parameters

    • S extends SeriesSchema
    • Prefix extends string
    Index

    Properties

    Properties

    column?: NumericColumnNameForSchema<S>

    Source column. Default 'close'.

    prefix?: Prefix

    Column-family prefix — appends ${prefix} and ${prefix}Signal. Default 'pmo'.