Metadata-Version: 2.1
Name: acdumo
Version: 1.0.21
Summary: Accelerated dual momentum
Home-page: https://github.com/anthony-aylward/acdumo
Author: Anthony Aylward, Serena Wu, Elijah Kun
Author-email: aaylward@eng.ucsd.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: flask-apscheduler
Requires-Dist: flask-login
Requires-Dist: flask-mail
Requires-Dist: flask-migrate
Requires-Dist: flask-misaka
Requires-Dist: flask-wtf
Requires-Dist: pyjwt
Requires-Dist: misaka
Requires-Dist: pandas
Requires-Dist: seaborn
Requires-Dist: yahoofinancials

# acdumo

This app is a simple implementation of the [Accelerated Dual Momentum](https://engineeredportfolio.com/2018/05/02/accelerating-dual-momentum-investing/) investment strategy. It
queries a Yahoo Finance API for historical ticker price data, calculates ADM
statistics, and suggests a strategy.

## Installation

Install with pip:

```sh
pip3 install acdumo
```
or
```sh
pip3 install --user acdumo
```

Installation will require an extra step on macOS systems. Run the included `acdumo-install-certifi` command.

```sh
acdumo-install-certifi
```


## Usage



