Skip to content

Intraday Zipline strategy for US stocks that sells stocks which gap below their moving average after previously trading above it. Demonstrates live trading.

License

Notifications You must be signed in to change notification settings

quantrocket-codeload/sell-gap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sell-gap

Intraday Zipline strategy for US stocks that sells stocks which gap below their moving average after previously trading above it. Demonstrates live trading.

Clone in QuantRocket

CLI:

quantrocket codeload clone 'sell-gap'

Python:

from quantrocket.codeload import clone
clone("sell-gap")

Browse in GitHub

Start here: sell_gap/Introduction.ipynb


Find more code in QuantRocket's Code Library

About

Intraday Zipline strategy for US stocks that sells stocks which gap below their moving average after previously trading above it. Demonstrates live trading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages