@qtsurfer/sdk
    Preparing search index...

    Interface BacktestProgress

    interface BacktestProgress {
        coverageRatio?: number;
        percent?: number;
        stage: BacktestStage;
    }
    Index
    coverageRatio?: number

    Fraction (0-1) of the requested prepare window that actually holds data, reported by the backend once preparation completes. Present only on the final preparing event.

    percent?: number

    0-100 when size is known. Undefined during stage start.