Hello QuantConnect community,

I'm working on an algorithm where I need to handle symbol changes, and I have a question about the on_symbol_changed_events method:

  1. Is on_symbol_changed_events called once daily by default, typically before market open?
  2. If my algorithm is set to use minute resolution data, does this affect how often on_symbol_changed_events is called? For instance, would it be called more frequently (e.g., every minute) to check for symbol changes?