I'm new to this certainly may be my ignorance speaking, but why is this algo trading on Sundays?
It's a "buy late Friday sell Monday" routine using two schedule_function calls.
If I use "date_rule=date_rules.week_end(0)" most trades apparently happen on Sunday, but if I offset it to 2, for instance, it "correctly" trades on Wednesday.
Thoughts?