korayguclu / momentuminvestor

Momentum investing dashboard ranks assets based on momentum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Momentum investor dashboard

Momentum investor provides a dashboard to see global momentum investment opportunities.

installation

  1. (Optional, but good practice) Create a new virtual environment for your project:

    sudo apt install virtualenv virtualenv source /bin/activate

or in mac

pip install virtualenv
cd <project director>
virtualenv venv --distribute
source venv/bin/activate
  1. Install the project's development and runtime requirements:

    pip install -r requirements.txt

About

Momentum investing dashboard ranks assets based on momentum.


Languages

Language:Python 100.0%