Implements TSweep
Core layer of the Sweep entity.
Validates the sweep reference (existence + exchange dependency) and delegates to the connection layer. Sits between the global entry point and the memoized ClientSweep instances owned by SweepConnectionService.
constructor();
loggerService: any
sweepConnectionService: any
sweepValidationService: any
run: (dto: { symbol: string; sweepName: string; ideas: ISweepIdea[]; }) => Promise<ISweepResult>
Runs the full simulation for a symbol after validating the sweep reference: profiles -> author filter -> grid evaluation -> rankings.