Hello Everyone, I was working on my algo which has a pipeline. My pipeline will output certain stocks that fit my criteria to buy. I do not understand how I am supposed to order my stocks from my pipeline output? Do i have to assign a variable to something? How can I pull the SID's from my Pipeline output and submit an order() through it?
Below is my code, around line 100 is where the order is.