Hi all,

Just curious if anyone knows what the default values for the minutes parameter in AfterMarketOpen and BeforeMarketClose?

self.Schedule.On(self.DateRules.MonthEnd("SPY"), self.TimeRules.BeforeMarketClose("SPY"), self.Liquidate)

Author