Skip to content

Intraday momentum strategy that buys (sells) the S&P 500 when the first half hour return and penultimate half hour return are both positive (negative). Uses VIX filter to restrict strategy to high volatility regimes. Uses 30-minute data from Interactive Brokers. Runs in Moonshot.

License

Notifications You must be signed in to change notification settings

quantrocket-codeload/first-last

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

first-last

Intraday momentum strategy that buys (sells) the S&P 500 when the first half hour return and penultimate half hour return are both positive (negative). Uses VIX filter to restrict strategy to high volatility regimes. Uses 1-minute SPY data from QuantRocket and 30-minute VIX data from Interactive Brokers. Runs in Moonshot.

Clone in QuantRocket

CLI:

quantrocket codeload clone 'first-last'

Python:

from quantrocket.codeload import clone
clone("first-last")

Browse in GitHub

Start here: first_last/Introduction.ipynb


Find more code in QuantRocket's Codeload Library

About

Intraday momentum strategy that buys (sells) the S&P 500 when the first half hour return and penultimate half hour return are both positive (negative). Uses VIX filter to restrict strategy to high volatility regimes. Uses 30-minute data from Interactive Brokers. Runs in Moonshot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published