Public service for walker orchestration with context management.
Wraps WalkerLogicPrivateService with MethodContextService to provide implicit context propagation for strategyName, exchangeName, frameName, and walkerName.
constructor();
loggerService: any
walkerLogicPrivateService: any
walkerSchemaService: any
run: (symbol: string, context: { walkerName: string; exchangeName: string; frameName: string; }) => AsyncGenerator<WalkerContract, any, any>
Runs walker comparison for a symbol with context propagation.
Executes backtests for all strategies.