@qtsurfer/api-client
    Preparing search index...

    Type Alias PrepareBacktestErrors

    type PrepareBacktestErrors = {
        "400": ResponseError;
        "404": ResponseError;
        "429": ResponseError;
    }
    Index

    Invalid request or parameters. Also returned when from is older than the configured lookback window or to is in the future.

    Exchange or data source type not found

    Rate limited. Returned when the global queue exceeds capacity or the user has too many active backtests.