Can anyone tell me what's the best approach to warmup indicators for a universe selection function? When adding the universe, the indicators are declared in the scope of the function so presumably won't respond to SetWarmup(). Can I just call History<T>() in the selection function and manually update the indicators?

Author