I'm looking over some examples of how to consolidate bars. Inside the example "How Do I Use Consolidators" it shows how an event can be set up to trigger once per day while using minute resolution. I'm unsure about how I could use the consolidated bars with the indicators and then reference them minutely. I'm fairly new to QuantConnect and C# in general, having come from Quantopian its a bit of a learning curve.

Ideally what I'd like to do is have multuple indicators on multiple resolutions (10SMA, 20SMA, 14 RSI, etc, etc, and have each of the indicators work with 1min, 5min, 15min, 30min resolution) and have the entry/exit logic running every minute.

I appreciate any help or direction from somebody who might be in the knowhow here :)

Author