Hello.

I want to find out an one thing. If I want to execute my algorithm on the daily bars (daily trading system) I should use a consolidator to create the daily bars from the minute data? Or can I simply use for daily resolution:

AddSecurity(SecurityType.Forex, symbol, Resolution.Daily);

 

Author