In fact you are loading orders from yesterday.
In the "Bucket..." block you are using Time A and Time B as time boundaries. Time A is the time of candle 1, and Time B is the time of the current candle. Today is 17 Feb, but guess what is the time of candle 0? Just go with the mouse over that candle, it shows 2023.02.17 00:00. And the time of candle 1 is 2023.02.16 00:00.
In other words, for today (2023.02.17) your times are as follows:
Time A = 2023.02.16 00:00:00
Time B = 2023.02.17 00:00:00
You can add "+86400" in the Adjust fields of boths times, this will move them one day ahead (86400 is the number of seconds in 1 day).
I tried to set candles 0 and -1, but -1 doesn't work, as there is no candle in the future.
Or, you can set candle 0 for Time A, and for Time B set Value->Time->Now for Time B (or just disable Time B filter).