Tomorrow I’ll be releasing the long-awaited live trade plugin for Jesse which is the last missing piece of the puzzle to turn Jesse into a complete trading bot. I decided to share with you the journey that I went through in the last three years.
In this tutorial, I'm going to write a strategy for trading bitcoin with Jesse. The point of this tutorial is to get you started on using Jesse so you can write your own strategies. I'll also teach you a few tricks that I've picked up over the years that help me write profitable strategies.
The Internet is filled with people trying to sell you bots that they claim will make you thousands of dollars with a click of a button. Will they though?!
Today I released 0.25.0 for the main framework and 0.0.8 of the live trade plugin.
Today I am proud to announce that the long-awaited live trade plugin is available for early access. Here's what's included:
This release is about improvements and makings things more stable to run smoother. It also has one little change in the strategy API. Although the majority of you don't have to make any changes to your strategies.
Often times you hear about the importance of setting a stop-loss before opening trades. Why is the exact stop-loss price so crucial?
Today I released the RC version of the dashboard which is the third beta except that is the RC version. In case you don't know what RC is, it's short for "Release Candidate". Meaning that this release is going to be the initial release of the dashboard if no major bug is found in the coming days.
I've been working hard on the new GUI dashboard. And boy did it take more work than I expected! But the result was totally worth it. It makes my algo-trading experience much more enjoyable the same way Jupyter notebooks did for researching in Python.
You have developed a great strategy, and now want to trade it live.
In this tutorial, I will show you step by step, how to deploy your project from your local machine into a VPS for production.
In this tutorial we are going to take a look at an example of how you can use multiple timeframes in your strategies. In the previous article we learned how to import candles, write a simple profitable strategy, how to define routes, and how to execute the backtest. If you haven't read my previous article, please do so before continuing.
I am more than happy to announce that version 0.30.0 of Jesse is released! This is the biggest update of the framework to this point. It is mostly about the new GUI dashboard, which is a much more convenient way to interact with Jesse rather than the CLI.
Hi everyone,
Today I released version `0.33.0` of both the main framework and the live plugin. Buckle up, this is a big release!
Here's what's new:
Today I released version `0.36.0` of the framework and the live plugin. Here's what's new
I'm sure you have noticed that I've been quiet in the past few weeks. That's because I was focused on a long-overdue and important release of Jesse.