Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Seeking Programmer

Seeking a programmer to program a simple algorithm

contact me at [email protected]

2 responses

What you looking for specifically?

I need a programmer to code this algorithm:

Market Open

If Time < 12PM

Get Stocks that are >15% and Price > 5 at open (9:30)

Loop Though those stocks.  
    If stock is up > 5% than at open  
        Buy 1000 shares  
        Put Stop Loss @ $200  
        Put Limit @ $100  
    End If  
End Loop

Else
If Stock > 30%
Buy 1000 shares
Put Stop Loss @ $200
Put Limit @ $100
End If
End If