jesse trades info

It helps parse Jesse's JSON backtest files with trades and shows in a convenient way with tables and charts.

Jesse trades info

Jesse trades info is the additional instrument for Jesse’s trading framework that parses JSON back-test files with trades and shows conveniently with tables and charts.

Installation

Firstly you need to set up a database. 🚨 Rename .env.example into .env in the root directory with the same credentials as you are using Jesse. It needed to get candles to draw a chart with trades.

DB_HOST='127.0.0.1'
DB_NAME=jesse_db
DB_USER=jesse_user
DB_PASSWORD=jesse_psw
DB_PORT=5432

Then you need to install dependencies and run the local website:

npm install
npm run build
npm run start

After a successful start, you can open it at http://localhost:3000/.

See the installation process video here. If you have any questions or feature requests, you may ask them here.

Docker

Read this documentation to know how to launch it with docker.

Themes

Light Dark
Light theme Dark theme