Hi,

i am having a bug which I am not able to solve. See attached backtest. 

The line in the OnData method: data.ContainsKey(selectionData.symbol.Value) always returns false, even though it contains the symbol. 

How to fix that? 

Thx.

Author