Does anyone at Q knows why a schedule function setup to run on the 2nd day of the week does not run this week? We had the 31st when the market was open, then the 1st the market was closed so the 2nd (which is Wednesday) the schedule function should run. It does not?! Only happening in the current week!
schedule_function(exit_positions,
date_rule=date_rules.week_start(days_offset = 1),
time_rule=time_rules.market_close(minutes=50),
half_days=True
)
Any ideas?
Thanks