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

    Interface GuppyOptions<S, Prefix>

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

    Type Parameters

    • S extends SeriesSchema
    • Prefix extends string
    Index

    Properties

    Properties

    column?: NumericColumnNameForSchema<S>

    Source column, smoothed twelve times. Default 'close'.

    prefix?: Prefix

    Column-family prefix — appends ${prefix}S3 … ${prefix}S15 and ${prefix}L30 … ${prefix}L60. Default 'gmma'.

    type?: MaType

    Which moving average — any of the shared MaType menu. Default 'ema', which is Guppy's own.