schedule_function(ordering_logic,date_rule=date_rules.every_day(),time_rule=time_rules.market_close((hours=0, minutes=1))
It just occurs to me in a backtesting environment what will happen if today is thanksgiving, Will the schedule_function be skipped so the ordering_logic won't be called today?
What happens if it's the real trading environment?