Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
A slight twist on magic formula yield

My first try.
One question I have is, how do I code this up using pipeline?
Thanks :)

2 responses

Here's what I believe should duplicate what you are doing but using pipeline. It could be sped up by using masks for the fundamental factors (they are notoriously slow) but I believe it should get you headed in the right direction.

Good luck.

@Dan Thanks!