Skip to main content

RunnerBacktestDateRange

Intersection of cached OHLCV date ranges across a set of (pair, timeframe) tuples on one (exchange, tradingMode). Produced by runnerBacktestDateRange. Times are Unix milliseconds (Float to avoid 32-bit Int overflow).

type RunnerBacktestDateRange {
fromMs: Float!
toMs: Float!
}

Fields

RunnerBacktestDateRange.fromMs ● Float! non-null scalar

Latest start timestamp across all matched pairs — the earliest instant where every pair has cached data.

RunnerBacktestDateRange.toMs ● Float! non-null scalar

Earliest end timestamp across all matched pairs — the latest instant where every pair still has cached data.

Returned By

runnerBacktestDateRange query