Still relatively new to trading and QC, so please excuse me if I am off a bit.

When manually trading in another platform, I can look at indicators in M30, H1, H4, D1, etc, but each TICK comes in, enabling me to base decisions on a tick-by-tick basis against H4 bars, right? 

However, in QC it seems that OnData() and MyCustomConsolidatorHandler() only come at the respective timeframe. Is there an OnTick() event handler or equivalent? Can I get updated bars for the specified timeframe on each tick?