I have started off attempting this using a

QuoteBarConsolidator(timedelta(hours=12))

but I notice that the bars can come at any time like 12:00, 13:00, 17:00, 18:00...

Is there a way to have the bars only come at 00:00 and 12:00, or do I have to roll my own consolidation using a scheduler?

Author