This is an archived documentation site for release 2.0. For the latest documentation or to access any other site features, please return to www.quantrocket.com
Asset class
Frequency
Engine
Data
Market
Source
Features

Code Library

Trading strategies, research, and tutorials that you can clone into your deployment.

Equities Intro

equities eod moonshot sampledata usstock

Introductory tutorial for equities demonstrating data collection, universe selection, and backtesting of an end-of-day momentum strategy using Moonshot. Uses free sample data.

quantrocket codeload clone 'equities-intro'

Pairs Trading

equities usstock eod moonshot erniechan pairs us global

Pairs trading strategy for Moonshot that includes a research pipeline for identifying and selecting pairs. Tests all possible pairs in a universe for cointegration using the Johansen test, then runs in-sample backtests on all cointegrating pairs, then runs an out-of-sample backtest on the 5 best performing pairs. Calculates daily hedge ratios using the Johansen test and times entries and exits using Bollinger Bands.

quantrocket codeload clone 'pairs-pipeline'

QVAL US Value

equities eod moonshot fundamentals sharadar alphaarchitect us

Value strategy for US stocks modeled on Alpha Architect's QVAL ETF, using enterprise multiple and Piotroski F-Score to target cheap, high-quality stocks. Utilizes Sharadar fundamental and price data. Runs in Moonshot.

quantrocket codeload clone 'qval'

FX Business Day

fx ibkr sampledata intraday moonshot livetrading academicpaper

Intraday FX strategy that exploits the tendency of currencies to depreciate during local business hours and appreciate during foreign business hours. Uses EUR.USD with hourly data from Interactive Brokers. Runs in Moonshot. Interactive Brokers account required but no QuantRocket subscription required.

quantrocket codeload clone 'fx-bizday'

Machine Learning and the Kitchen Sink

equities eod ibkr us moonshot fundamentals sharadar ml

Machine learning strategy that trains the model using 'everything and the kitchen sink': fundamentals, technical indicators, returns, price levels, volume and volatility spikes, liquidity, market breadth, and more. Runs in Moonshot. Utilizes data from Sharadar and IB.

quantrocket codeload clone 'kitchensink-ml'

Intraday Futures Calendar Spreads

futures intraday ibkr sampledata us moonshot pairs livetrading

Intraday trading strategy for futures calendar spreads. Uses crude oil futures and 1-minute bid/ask bars from Interactive Brokers with a Bollinger Band mean reversion strategy. Runs in Moonshot. Demonstrates using exchange native spreads for live/paper trading, and non-native spreads for backtesting. Interactive Brokers account required but no QuantRocket subscription required for backtesting.

quantrocket codeload clone 'calspread'

QMOM US Momentum

equities eod moonshot alphaarchitect us

Long-only momentum strategy modeled on Alpha Architect's QMOM ETF, selecting stocks with the smoothest momentum and rebalancing the portfolio before quarter end to capture a window-dressing seasonality effect.

quantrocket codeload clone 'qmom'

VMOT Value/Momentum/Trend

equities eod moonshot alphaarchitect us

Value/Momentum/Trend strategy modeled on Alpha Architect's VMOT ETF. This repository provides the trend strategy and walks through backtesting the value, momentum, and trend strategies in tandem. For the value and momentum strategies, see the qval and qmom repositories.

quantrocket codeload clone 'vmot'

Leveraged ETF Intraday Momentum

equities usstock intraday moonshot erniechan us

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. Uses 1-minute data from QuantRocket. Runs in Moonshot.

quantrocket codeload clone 'trend-day'

First Half Hour Predicts Last Half Hour

equities usstock ibkr intraday moonshot academicpaper us

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.

quantrocket codeload clone 'first-last'

Global Market Profiles

equities global

Comparative analysis of stock market characteristics for 17 countries, including number of listings, short sale availability, volatility, distribution of sectors, etc.

quantrocket codeload clone 'global-market-profiles'

Moonshot Benchmarks

moonshot

Equal-weighted and dollar-volume-weighted benchmark strategies for Moonshot.

quantrocket codeload clone 'benchmark'

Backtrader Moving Average

equities

Dual moving average crossover strategy for backtrader

quantrocket codeload clone 'backtrader-dma'

Zipline Futures Pairs Trading

futures eod zipline us

This tutorial is for QuantRocket version 1. Version 2 tutorials coming soon!

quantrocket codeload clone 'zipline-futures-pairs'