Hello all,

I'm just trying to build a functioning universe selection algorithm to the point where I understand most of what's happening ‘under the hood’ with the helpers and whatnot. I simply added one of the QC tutorials, changing a couple values, then I added a MomentumPercent constructor to another class which I manually warmup when securities are added to the universe and their symboldata object is created. 

 

The code I have is more for purposes of debugging, so the logis is very basic.. I simply have securities above ten dollars with 10EMA daily over 30EMA daily, sorted by dollar volume Then in my trade logic, it is simply placing orders if the stock has gained dover 2% in 90 minutes. A lot of stocks should fit this, but the algorithm goes for weeks without placing orders. 

 

Am I doing something wrong with my history request, or my updating the indicators?