I've been watching videos and reading, but having trouble getting started and figuring out if Quantopian can even do what I'm hoping it can.
With some assistance, I'll probably have enough forward motion to put the pieces together ( I have no trouble "coding" in Tradestation, but Python is obviously a whole new level....
Using a stock universe of the top X% of stocks by average daily trading volume AND
If today's open is less than the low of yesterday and two days ago AND
the current (last) price is less than 25 cents below the low of the last three 10 minute bars, AND
the current (last) price is less than 10 cents below the open of the current 10 minute bar
THEN
buy at the current price (11 cents below the open of this 10 minute bar).
Sell at the end of day or if the last price is $2 above the purchase price.
Thanks in advance for any and all help. I'm really trying to get started, but it's a lot to take in for a non-programmer.