@qtsurfer/api-client
    Preparing search index...

    Type Alias ExecuteSweepRequest

    type ExecuteSweepRequest = {
        baseConfig?: SweepBaseConfig;
        minTradeFloor?: number;
        shards?: number;
        storeSignals?: boolean;
        strategyId: StrategyId;
        sweep: SweepSpecRequest;
    }
    Index
    baseConfig?: SweepBaseConfig
    minTradeFloor?: number

    Trials below this trade count are flagged but remain in the results.

    shards?: number

    Requested horizontal shard count; 0 or omitted selects automatically.

    storeSignals?: boolean

    Store signals for every trial. Keep false for normal sweeps.

    strategyId: StrategyId