Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 616 Bytes

vmot

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.

Clone in QuantRocket

CLI:

quantrocket codeload clone 'vmot'

Python:

from quantrocket.codeload import clone
clone("vmot")

Browse in GitHub

Start here: vmot/Introduction.ipynb


Find more code in QuantRocket's Codeload Library