Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Run algorithm daily in local environment

I have a zipline algorithm which takes quite long (several minutes to initialize) to run. It gives runtime error in Quantopian online environment. I can only use zipline to do backtesting. Is it possible to run the scheduling function daily on my local environment like the contest? Thank you very much!