Web-Based UI For Production Trading Bot

Introduction

In this follow-up tutorial to Basic Production-Level Crypto Trading Bot, you will be creating a web-based user interface for viewing your trading decisions and data from any web browser. It will display your trading logs and a chart with buy/sell orders plotted over price.

What you're going to build:

Please Note:

This tutorial assumes you have already completed Basic Production-Level Crypto Trading Bot or already have a working trading bot running locally or on an Ubuntu server. Options will be presented for both LIVE and PAPER trading bots.

What you need to complete this tutorial

  1. A Mac or Windows computer
  2. Basic programming knowledge helpful but not required
  3. Basic server implementation knowledge helpful but not required
  4. Basic HTML/Javascript knowledge helpful but not required
  5. Completion of Basic Production-Level Crypto Trading Bot