{% extends 'base.html' %} {% block title %}Log in{% endblock %} {% block header %}{% endblock %} {% block content %}
This app is a simple implementation of the Accelerated Dual Momentum investment strategy. It queries a Yahoo Finance API for historical ticker price data, calculates ADM statistics, and suggests a strategy.