From daae0d3213d16f2059a453d03a93471371f22107 Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Thu, 17 May 2018 22:42:09 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 1caa34a85..04d34de9f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ [![Coverage Status](https://coveralls.io/repos/github/gcarq/freqtrade/badge.svg?branch=develop&service=github)](https://coveralls.io/github/gcarq/freqtrade?branch=develop) [![Maintainability](https://api.codeclimate.com/v1/badges/5737e6d668200b7518ff/maintainability)](https://codeclimate.com/github/gcarq/freqtrade/maintainability) +## First of all, this is a fork! + +Basically I required a lot more features than the awesome default freqtrade version has to offer and since pull requests always take longer than exspected or the standard disagreements. I decided to maintain on main branch for my changes, called wohlgemuth, which is incidentally my last name and have a ton of little branches, with added features. + +This basically allows people to use my version, or to easily merge changes into their forks or make PR's against the main repo, which is the best of both works. + +This reminds of the Torvalds kernel vs the Cox kernel... + +## Back to what this is actually about Simple High frequency trading bot for crypto currencies designed to support multi exchanges and be controlled via Telegram. @@ -70,6 +79,19 @@ want to avoid. - [x] **Performance status report**: Provide a performance status of your current trades. +### Additional features in this branch + +- [x] advanced plotting +- [x] trailing stop loss +- [x] more indicators +- [x] more telegram features + +### Drawbacks + +- [x] not as good documentation +- [x] maybe a bug here or there I haven't fixed yet + + ### Exchange supported - [x] Bittrex - [ ] Binance From c3cc42be787f9d3e2c750379d3dea5980d40d232 Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Sun, 20 May 2018 12:17:17 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 04d34de9f..81b523b44 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,8 @@ hesitate to read the source code and understand the mechanism of this bot. - [Software requirements](#software-requirements) ## Branches -The project is currently setup in two main branches: -- `develop` - This branch has often new features, but might also cause -breaking changes. -- `master` - This branch contains the latest stable release. The bot -'should' be stable on this branch, and is generally well tested. + +- `wohlgemuth` - This is my main branch, which will contain all my special features and is based of the develop branch! ## Features - [x] **Based on Python 3.6+**: For botting on any operating system -