Merge branch 'wohlgemuth' of https://github.com/berlinguyinca/freqtrade into wohlgemuth
This commit is contained in:
commit
3c29a26120
29
README.md
29
README.md
@ -4,6 +4,15 @@
|
||||
[](https://coveralls.io/github/gcarq/freqtrade?branch=develop)
|
||||
[](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.
|
||||
@ -44,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 -
|
||||
@ -70,6 +76,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
|
||||
|
Loading…
Reference in New Issue
Block a user