Hey everybody, I'm new to Quantopian. I love the idea and am pumped to dive in, just having a bit of a tough time for some reason.
I've got a bit of a computer programming background but have only really ever used Visual Basic and some C++. For some reason the logic with stocks has me a little stumped. I feel that while going through the tutorials it'd be a breeze but obviously I was wrong. Though I followed along and seemingly understood them (until I got to the pipeline where I fell off the track a little), I'm still having issues here. If somebody could help me make a nice simple strategy that I could build on it'd be much appreciated.
For something to build on I'd like a strategy that just trades 1 equity, say AAPL for now. If the previous days bar was green (close > open) then if the following days price exceeds yesterdays high then buy (buy the minute the price surpassed yesterdays high). If the price ever closes below the low of the green bar which signaled a buy then sell. Also, if the open price for any day is higher then the price at which the equity was purchased then sell.
I don't expect this to be a good strategy by any means, I just figured it'd incorporate a decent amount of different logic, time scales (daily with minute), opens and closes, etc etc.
If there are any questions or something maybe I've left out please let me know, thanks!