Skip to content

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

ikamanu/jesse-trades-info

 
 

Repository files navigation

Jesse trades info

Jesse trades info is the additional instrument for Jesse's trading framework that helps to parse JSON backtest files with trades and shows in a convenient way with tables and charts.

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 with 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 it here.

Watch the video

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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.3%
  • JavaScript 25.4%
  • SCSS 15.0%
  • Shell 0.3%