Hi all;

What I want to do is after the warm up completes, I then test all of my rolling windows & indicators to verify that they are ready. So I figured I could do this in OnWarmupFinished() and then no need to test them every time I access them.

However, OnWarmupFinished() is called before my universe coarse/fine selection is called, and therefore, before I create the data for each symbol I'm tracking including their rolling windows & indicators.

Is there a method that will be called after warmup is run on my universe?

thanks - dave

Author