Hi I am trying to run a test on an EMA Cross Universe Selection (History) clone. 

https://github.com/QuantConnect/Lean/blob/master/Algorithm.CSharp/EmaCrossUniverseSelectionAlgorithm.cs

However every time I try to run it it hits a the error 

Runtime Error: Algorithm took longer than 10 minutes on a single time loop. 

Can anyone help me with how I can get this to run?

 

 

Author