{% 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.

{{ form.hidden_tag() }} {{ form.username( id='username', class_='form-control', placeholder='Username', required=True, autofocus=True ) }} {{ form.password( type='password', id='password', class_='form-control', placeholder='Password', required=True ) }} {{ form.submit(class_="btn btn-lg btn-outline-primary btn-block") }}

Reset Password

{% endblock %}