Skip to content

donmega/dockerjesse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Jesse quick start

Quick start for jesse, all you need is install docker compose, clone this repo.

1. Start the containers:

docker-compose up

List the containers to make sure the containers are running:

docker container ls

2. Into Jesse container, generate the project scaffold and navigate into the project root directory:

docker container exec -it {name_of_the_container} /bin/bash

cd /home
jesse make-project myBot
cd myBot

Setup is done. Find your strategy config and file into jesseData directory, follow the instruction from here https://docs.jesse.trade/docs/strategies/generating-new-strategy.html Web interface for backtesting result chart: http://localhost:3000

3. Install live module (optional)

pip install /jesse_live-0.0.2-cp39-cp39-manylinux2010_x86_64.whl

Then follow the instruction from here: https://docs.jesse.trade/docs/livetrade.html#installation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published