Acatsama0871 / FE-595-Final-Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FE-595-Final-Web

This is github repository for the trading strategy illustration website: http://18.217.125.148:8000 and it is part of our FE595 Final Project. Please follow the link to see full description.

Usage

The user of the website are able to choose a time period between 2020-01-06 and 2020-12-07 to backtest the ML trading strategy. After receiving the time period, the website will generate the P&L plot, strategy performance table, trading actions and the confusion matrix of the ML prediction.

Deployment

To deploy the website on other server:

  1. Download the repository to server.
  2. Install python and pip(pip3).
  3. And run the following in terminal.
cd FE-595-Final-Web
pip install -r requirements.txt
python app.py

About


Languages

Language:Python 59.0%Language:HTML 26.5%Language:CSS 14.6%