Skip to content

Intraday momentum strategy that buys (sells) leveraged ETFs late in the trading session following a significant intraday gain (loss) and holds until the close. From Ernie Chan's book Algorithmic Trading. Runs in Moonshot.

License

Notifications You must be signed in to change notification settings

quantrocket-codeload/trend-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

trend-day

Intraday momentum strategy that buys (sells) leveraged ETFs late in the trading session following a significant intraday gain (loss) and holds until the close. From Ernie Chan's book Algorithmic Trading. Runs in Moonshot.

Clone in QuantRocket

CLI:

quantrocket codeload clone 'trend-day'

Python:

from quantrocket.codeload import clone
clone("trend-day")

Browse in GitHub

Start here: trend_day/Introduction.ipynb


Find more code in QuantRocket's Codeload Library

About

Intraday momentum strategy that buys (sells) leveraged ETFs late in the trading session following a significant intraday gain (loss) and holds until the close. From Ernie Chan's book Algorithmic Trading. Runs in Moonshot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published