Uses of Class
com.qtsurfer.api.sdk.Backtest
Packages that use Backtest
-
Uses of Backtest in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return types with arguments of type BacktestModifier and TypeMethodDescriptionStrategy.backtest(BacktestRequest request) Equivalent toStrategy.backtest(BacktestRequest, BacktestOptions)withBacktestOptions.defaults().Strategy.backtest(BacktestRequest request, BacktestOptions options) Run a backtest with this strategy. -
Uses of Backtest in com.qtsurfer.api.sdk.workflows
Methods in com.qtsurfer.api.sdk.workflows that return types with arguments of type BacktestModifier and TypeMethodDescriptionBacktestWorkflow.submitExecution(Strategy strategy, BacktestRequest req, BacktestOptions opts) Prepare + submit execute for the given strategy.