WalkerCommandService

Global service providing access to walker functionality.

Simple wrapper around WalkerLogicPublicService for dependency injection. Used by public API exports.

constructor();
loggerService: any
walkerLogicPublicService: any
walkerSchemaService: any
strategyValidationService: any
exchangeValidationService: any
frameValidationService: any
walkerValidationService: any
strategySchemaService: any
riskValidationService: any
run: (symbol: string, context: { walkerName: string; exchangeName: string; frameName: string; }) => AsyncGenerator<WalkerContract, any, any>

Runs walker comparison for a symbol with context propagation.