Do I understand correctly that in order to abort the algorithm I need to raise an exception (i.e. there is no function or return value for a graceful stop)? If my algorithm runs via schedule_function
it should stop it permanently, not just skip for one day, correct? (That's what I see in backtesting, just want to make sure the behavior is the same in live trading)