I am using realtime aggregate db with bar_size=1min, sometimes I when a strategy tries to create an order, I see the error:
MoonshotError: No 14:21:00 data found in prices Dataframe for signal date 2023-10-29, is the underlying data up-to date (max time for 2023-10-29 is 13:07:00)
I suspect this happens because when the last time minute data was collected, the minute moved up 1 by the time an attempt to created an order was made.
What do you recommend to do in such a case?