Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

nick-dolan/jesse-trades-info

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published