From daae0d3213d16f2059a453d03a93471371f22107 Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Thu, 17 May 2018 22:42:09 -0700 Subject: [PATCH] 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