Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
schedule_function() does not run

The order_positions() method is never called.
If I supply to update_universe() hardcoded list of equities:

update_universe[sid(40513)])  

order_positions() is called according to schedule_function() parameters.