Skip to main content

runBacktestWithSplit

Runs a backtest with automatic out-of-sample split. Creates two backtests (in-sample + out-of-sample) atomically in a single transaction. The split pair counts as a single concurrent backtest for billing purposes.

runBacktestWithSplit(
input: CreateBacktestInput!
splitPercent: Int!
): [Backtest!]!

Arguments

runBacktestWithSplit.input ● CreateBacktestInput! non-null input

runBacktestWithSplit.splitPercent ● Int! non-null scalar

Type

Backtest object