I have a live running algo (in the contest). I'd expected it to trade today, but it did not. For the scheduled function, I'm using:
date_rules.week_start(days_offset=1), time_rules.market_open(minutes=60)
Any idea why it did not trade? I confirmed that it placed orders on 6/1, 6/7, 6/14, & 6/21. The market was open yesterday, so it should have traded today, right?