Giter Club home page Giter Club logo

example-strategies's Introduction

Example Jesse Strategies

The point of this repository is to host examples of different types of strategies that you can implement with Jesse to get you started.

Submission guide

All submitted strategies must be heavily documented. Try to use lots of comments! Provide information on symbols and timeframes they work on / were tested.

Usage Guide

Just copy the folder into your Jesse project's strategies directory, and select them in the backtest tab.

Be aware that these are examples to show different approaches to code strategies, use different indicators and functions of Jesse.

The aim of this repository is NOT to provide ready-to-go profitable strategies, but code examples.

The strategies might only work on certain timeframes / symbols. On others, you might face exceptions and need to do adjustments.

Possible things that can happen for example:

  • Uncaught Exception: InvalidStrategy: qty cannot be 0: This is related to precision and rounding. Different coins have different price precision leading to necessary adjustments to the qty logic. For example it might be necessary to increase the precision of Jesse's qty utility functions.
  • No trades: You might be using a timeframe or symbol where the signals don't work / happen.
  • "It's not profitable": That's not the aim of those strategies and besides that this depends on symbol, timeframe, indicators parameters and much more factors.

Disclaimer

This code is for educational purposes only. 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 strategies DO NOT come with ANY warranty. All investments carry risk! Past performance is no guarantee of future results! Be aware of overfitting!

example-strategies's People

Contributors

cryptocoinserver avatar fengkiej avatar saleh-old avatar saleh-mir avatar gabrielweich avatar connorrmcd6 avatar vietvudanh avatar spideyspideyspidey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.