Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to improve this fairly simple Bollinger Band Implemenation?

I'm new to qunatopian, I am currently working with a Bollinger Band type algorithm. I feel stuck. Any ideas, suggestions, or modifications to improve this algorithm. How would i implement a pipeline type system?

Thanks Jerry

1 response

Jerry

Here is an example how you can replicate your algorithm using a pipeline. Using a pipe could potentially allow you to select a large number of stocks and not just ones which you set an SID for. Not sure why the results don't exactly match yours but they are close.

Good luck!

Dan