Skip to content

Migrating from 0.2x.x to 0.3x.x ​

Starting version 0.3 Jesse uses a GUI dashboard instead of a CLI.

Migration steps ​

Here are the steps to migrate from 0.2x.x to 0.3x.x:

  1. Create a new Jesse project as explained here. This new project will contain all the required files, docker config, .env file, etc.
  2. Copy your environment values from your previous project's config.py and live-config.py files to the new project's .env file.
  3. Copy the strategies directory from your previous project to the new project.

Are there any changes in your strategies? ​

There's just one change that only affects your strategy if you had optimized it via the optimize mode. Injecting DNAs is now done inside the strategy file.

Environment setup ​

Our Docker setup is now completely changed for the better and is now shipped with all new Jesse projects. So if you were using Jesse via Docker before, make sure to read the new docs for Docker setup.

If you were using Jesse via a native setup, the only new dependency is Redis. Follow the docs for installation guides depending on your OS.

We do NOT guarantee profitable trading results in anyways. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS. Do not risk money which you are afraid to lose. There might be bugs in the code - this software DOES NOT come with ANY warranty. All investments carry risk! Past performance is no guarantee of future results! Be aware of overfitting!