Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 553 Bytes

File metadata and controls

30 lines (26 loc) · 553 Bytes

trading-bot-dashboard

A server and dashboard to track trading performace
Indicators include: APR, sharpe ratio, maximum drawdowns, return.
Example dashboard: https://trading-bot-dashboard.fly.dev

Requirement

Node.js v18.15.0
npm v9.5.0 Mongodb v6.0.5 (and/or Mongodb Atlas)

Stack

Node.js
React
Express
Mongodb

Mongodb Atlas (deployment)
Fly.io (deployment)

Install

git clone https://github.com/cahs0505/trading-bot-dashboard.git
npm install

Usage

cd server
npm start