Managed exchange data sources available for backtesting.
ticker — trades. Can be prepared, executed and swept.
kline — aggregated bars (candlesticks). Can be prepared, executed and swept. A run reads
bars of the cadence the data was prepared at: you choose the bar width when you prepare,
and the strategy does not fix it. See PrepareRequest.cadence for the accepted values.
funding — funding rates. Can be prepared but not executed or swept yet: a funding
request to execute or executeSweep is rejected with 400 before anything is queued,
and the message names the sources that can be run.
Managed exchange data sources available for backtesting.
ticker— trades. Can be prepared, executed and swept.kline— aggregated bars (candlesticks). Can be prepared, executed and swept. A run reads bars of thecadencethe data was prepared at: you choose the bar width when you prepare, and the strategy does not fix it. SeePrepareRequest.cadencefor the accepted values.funding— funding rates. Can be prepared but not executed or swept yet: afundingrequest toexecuteorexecuteSweepis rejected with400before anything is queued, and the message names the sources that can be run.