Uses of Record Class
com.qtsurfer.api.sdk.WalkForwardSpec
Packages that use WalkForwardSpec
-
Uses of WalkForwardSpec in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return WalkForwardSpecModifier and TypeMethodDescriptionstatic WalkForwardSpecWalkForwardSpec.of(int folds) Walk forward over the given number of folds, leaving the in-sample share to the platform default.static WalkForwardSpecWalkForwardSpec.of(int folds, int inSamplePct) Walk forward over the given number of folds with an explicit in-sample share.SweepRequest.walkForward()Returns the value of thewalkForwardrecord component.Methods in com.qtsurfer.api.sdk with parameters of type WalkForwardSpecConstructors in com.qtsurfer.api.sdk with parameters of type WalkForwardSpecModifierConstructorDescriptionSweepRequest(String strategy, String exchangeId, String instrument, String from, String to, Map<String, ParamAxis> params, SweepSampler sampler, Integer samples, Long seed, SweepObjective objective, WalkForwardSpec walkForward, String datasetId, String datasetVersionId) SweepRequest(String strategy, String exchangeId, String instrument, String from, String to, Map<String, ParamAxis> params, SweepSampler sampler, Integer samples, Long seed, SweepObjective objective, WalkForwardSpec walkForward, String datasetId, String datasetVersionId, com.qtsurfer.api.client.model.EquityCurveRequest equityCurve, Boolean storeSignals) Creates an instance of aSweepRequestrecord class.