self.SetAlpha(ConstantAlphaModel(InsightType.Price, InsightDirection.Up, TimeSpan.FromMinutes(20), 0.025, None))

These parameters are set when adding ConstantAlphaModel to the Framework Algorithm, what do the 20 and 0.025 inputs represent?

Author