Update README.md
This commit is contained in:
parent
5d16569233
commit
daae0d3213
22
README.md
22
README.md
@ -4,6 +4,15 @@
|
|||||||
[](https://coveralls.io/github/gcarq/freqtrade?branch=develop)
|
[](https://coveralls.io/github/gcarq/freqtrade?branch=develop)
|
||||||
[](https://codeclimate.com/github/gcarq/freqtrade/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
|
Simple High frequency trading bot for crypto currencies designed to
|
||||||
support multi exchanges and be controlled via Telegram.
|
support multi exchanges and be controlled via Telegram.
|
||||||
@ -70,6 +79,19 @@ want to avoid.
|
|||||||
- [x] **Performance status report**: Provide a performance status of
|
- [x] **Performance status report**: Provide a performance status of
|
||||||
your current trades.
|
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
|
### Exchange supported
|
||||||
- [x] Bittrex
|
- [x] Bittrex
|
||||||
- [ ] Binance
|
- [ ] Binance
|
||||||
|
Loading…
Reference in New Issue
Block a user