Logo

Jesse

An advanced crypto trading framework aiming to simplify researching and defining trading strategies.

I know many of you are already familiar with other projects such as Gekko and Freqtrade, etc and would like to know why I started Jesse instead of using them. So here are a few reasons: - Simple syntax for defining strategies. I have years of experience and a deep understanding of frameworks such as Laravel and Vuejs which are popular for their simplicity. I designed Jesse the same way. So #1 thing that you'll like about Jesse is how easy it makes it for you turn a strategy idea into actual code. - Support for using multiple timeframes and symbols in a single strategy. I haven't seen any other project that can offer this without the look-ahead bias. Jesse does that. - Trading more than one pair at the same time. Jesse allows doing this. I designed it using Routes, which is a concept borrowed from web development. - It is accurate. This part was a real pain. I did it tho. Through hundreds of unit tests. This project took me ~2 years. I did it for my own trading needs and I am very happy with the results. Now that I'm releasing it to the public, I hope you guys like it too.