Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Organize Code into Reusable Libs and Functions and Programmatically Access / Manipulate Algos

Hi,

Is it possible to organize our code into reusable Libs and functions rather than copy past we do now.

Also the ability to get the results on other algos within an algo. Why this is needed is if I develops 2 algos and a 3rd to allocate between the two algoes I can manage complexity by being able to manipulate the two algoes by the 3rd. Also another scenario is that I can look at trades in different algos and use these as by sell signals to create other algos.

Suminda