When running a backtest with a scenario, you might receive the following error message about not enough data:
This error message appears when the tick interval of your bot strategy is lower than what's available for the selected scenario. Remember, each scenario is defined by its tick interval. For example, if you select a scenario that has a tick interval of 1h, your bot cannot have a strategy with a tick interval lower than 1h.