Global service for frame operations.
Wraps FrameConnectionService for timeframe generation. Used internally by BacktestLogicPrivateService.
constructor();
loggerService: any
frameConnectionService: any
frameValidationService: any
getTimeframe: (symbol: string, frameName: string) => Promise<Date[]>
Generates timeframe array for backtest iteration.