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).
Execute a compiled strategy against a prepared dataset Enqueues an execute task that runs the strategy identified by
strategyIdover the data prepared by the prepare job identified byprepareJobId. The instrument and date range are recovered from the prepare job — they do not need to be sent again.Returns immediately with a
jobId; pollGET /backtest/{exchangeId}/{type}/execute/{jobId}for the result.The same params (same
prepareJobId,strategyId,storeSignals) always return the samejobId(idempotent).