Describe the bug
Hi,
It seems I'm not able to backtest a multi-timeframe because of
backtesting_result = await backtesting.run_backtesting(config, start, end, backtesting_resolution)
Also, why not using controller config instead like optimizer.optimize(...) ?
Steps to reproduce bug