Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
What does 'every_day' mean?

Hi,

In the schedule_funtion there is a role called 'date_rules.every_day()'. An at the beginning of before_tarding_start() is says: Called every day before market open. I wonder what does the 'every_day' mean? I thought it should be only the weekdays without weekends and holidays, right?