Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to work around weekly schedule with markets closed

How can I work around scheduling my algorithm to only run on a Tuesday when the market is closed on Monday. With my current schedule of schedule_function(buy_day, date_rules.week_start(days_offset=1), time_rules.market_open()) and the market closed on Monday it then buys on Wednesday - since the weekly start was Tuesday.

Thanks!