Hello, I creating an initial test algorithm to get the feeling of QuantConnect.

I am specifically looking for minute bars for the last 2-3 weeks. For this, I added the start and end in the initialize step. However, the algorithm seeing to go back to 2023-10-24 and start my simple algorithm. How do i get the minute data for the last 1-3 weeks are so? I assumed this is not available in Free trail. So I just became a researcher (with out extra compute) , but still the algo still starts on 2023-10-24. Any help is appreciated?

        self.SetStartDate(2024, 1, 19)  # Set Start Date

        self.SetEndDate(2024, 1, 19)  # Set End Date