Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Help With Pipeline - Please

Hello everyone,
I am quite new to Python but i have experience in finance. I am trying to develop a pipeline to scan the market using the SuperTrend indicator. I tried to write the code for the SuperTrend but it was too hard for my level of knowledge. However, i was able to find the code and make it work on here.

I am now trying to figure out how to use that supertrend value to scan the universe and spit out the stock that are for example current price > supertrend value today.

Ive done the learning tutorials but i cant seem to understand how to integrate supertrend into a pipeline. Please help me make it work and also please help me understand how to do it for my learning. If you could help with notes on the steps taken, that would be very appreciated!

Thank you

This is what i have so far