Hi folks, 

I have created 15 min consolidated trade bars and I'm looking to create a RollingWindow of SMA based off this consolidated data.

My consolidation appears to be working but I can't seem to get the RollingWindow of SMAs working. 

The Error suggests the RollngWindow is expecting a diff data structure but can't figure out what i'm doing wrong here.

Runtime Error: Trying to dynamically access a method that does not exist throws a TypeError exception. To prevent the exception, ensure each parameter type matches those required by the 'QuantConnect.Indicators.SimpleMovingAverage'>) method. Please checkout the API documentation.

Any help would be greatly appreciated