Hi Experts,

I'm trying to find a sample Python Consolidator that helps me consolidate data between certain times during the day (e.g. 9AM to 4:50pm) and resets data every day. I'd like to add this consolidator to a SymbolData class.
Can someone point me to an example to create a Consolidator with a time range?

Thanks!

Author