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

    Interface GopalakrishnanRangeIndexOptions<S, Output>

    interface GopalakrishnanRangeIndexOptions<
        S extends SeriesSchema,
        Output extends string,
    > {
        high?: NumericColumnNameForSchema<S>;
        low?: NumericColumnNameForSchema<S>;
        output?: Output;
        period?: number;
    }

    Type Parameters

    • S extends SeriesSchema
    • Output extends string
    Index

    Properties

    high?: NumericColumnNameForSchema<S>

    High column. Default 'high'.

    low?: NumericColumnNameForSchema<S>

    Low column. Default 'low'.

    output?: Output

    Name of the appended column. Default 'gapo'.

    period?: number

    Look-back in bars. Default 10. Must be at least 2 — the reading is normalised by ln(period), which is zero at 1.