Hello

I am still trying to learn the ins and out of the algorithmic framework. I have encountered something i dont really have a grasp of yet.

When is the third argument in “def Update(self, algorithm, data)” used in the alpamodel? It seems like a lot of the already implemented alphamodels like RsiAlphaModel.py do not use the last argument in the model. Why is this then necessary, for the model to run? I have implemented a couple of frameworks without utilizing this argument. Is their any example that highlight what this last argument contains and how to use it?

As always, thank you

Lucas