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

    Function executeBacktest

    • Execute a compiled strategy against a prepared dataset Enqueues an execute task that runs the strategy identified by strategyId over the data prepared by the prepare job identified by prepareJobId. The instrument and date range are recovered from the prepare job — they do not need to be sent again.

      Returns immediately with a jobId; poll GET /backtest/{exchangeId}/{type}/execute/{jobId} for the result.

      The same params (same prepareJobId, strategyId, storeSignals) always return the same jobId (idempotent).

      Type Parameters

      • ThrowOnError extends boolean = false

      Returns RequestResult<AcceptedJob, ResponseError, ThrowOnError>