Dear all,

I am experimenting with Futures using daily prices. Since Futures do not support Daily resolution, I am consolidating minute data following the same logic as suggested here 

https://www.quantconnect.com/forum/discussion/8902/futures-tick-data-consolidation

However, as you can see in the attached backtest, even without any logic in the consolidator, when there are about 15 futures (3 contracts each, so the filter is 180 days), the algorithm is quite slow. And with the consolidation part commented out (lines 24-26), algo is executing at a normal pace.  Am I doing something wrong?

Author