Intraday Zipline strategy for US stocks that sells stocks which gap below their moving average after previously trading above it. Demonstrates live trading.
CLI:
quantrocket codeload clone 'sell-gap'
Python:
from quantrocket.codeload import clone
clone("sell-gap")
Start here: sell_gap/Introduction.ipynb
Find more code in QuantRocket's Code Library