Hi,

I'm having trouble getting orders created from a custom universe. I followed one of the tutorials to get this initial setup working and am having a couple problems:

  1. SetHoldings is not triggering any orders
  2. I'm receiving this message on many symbols across each daily iteration
Backtest Handled Error: DIS R735QTJ8XC9X: The security does not have an accurate price as it has not yet received a bar of data. Before placing a trade (or using SetHoldings) warm up your algorithm with SetWarmup, or use slice.Contains(symbol) to confirm the Slice object has price before using the data. Data does not necessarily all arrive at the same time so your algorithm should confirm the data is ready before using it. In live trading this can mean you do not have an active subscription to the asset class you're trying to trade. If using custom data make sure you've set the 'Value' property.

For SetHoldings, I have confirmed that the “Added <security>” exists in the logs but the orders tab shows no entries. Is there a setting that I'm missing or something?

It's particularly frustrating that this happens when following tutorials provided by QuantConnect directly, or even copying from the GitHub examples.

Thanks in advance for any help!