HI !

I would add multiple Future Symbol with foreach its own signal parameter. For that I try to apply the same logic of AddAlpha file like :

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

But I dont want to use Insight, the reason is Insight doesn't match with my Signal model, and depreciate my result.

So my question is, by what have I to replace <Insight> in :

public override IEnumerable<Insight> Update(QCAlgorithm algorithm, Slice data) in the files AlphaModel and  IAlphaModel.

Thanks !

 

Author