mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Updated README.md
This commit is contained in:
parent
16b0a0aaab
commit
73ad3b4c85
10
README.md
10
README.md
|
@ -3,7 +3,7 @@
|
||||||
[![Build Status](https://travis-ci.org/gcarq/freqtrade.svg?branch=develop)](https://travis-ci.org/gcarq/freqtrade)
|
[![Build Status](https://travis-ci.org/gcarq/freqtrade.svg?branch=develop)](https://travis-ci.org/gcarq/freqtrade)
|
||||||
|
|
||||||
Simple High frequency trading bot for crypto currencies.
|
Simple High frequency trading bot for crypto currencies.
|
||||||
Currently supported exchanges: bittrex, poloniex (partly implemented)
|
Currently supports trading on Bittrex exchange.
|
||||||
|
|
||||||
This software is for educational purposes only.
|
This software is for educational purposes only.
|
||||||
Don't risk money which you are afraid to lose.
|
Don't risk money which you are afraid to lose.
|
||||||
|
@ -75,3 +75,11 @@ $ cd freqtrade
|
||||||
$ docker build -t freqtrade .
|
$ docker build -t freqtrade .
|
||||||
$ docker run --rm -it freqtrade
|
$ docker run --rm -it freqtrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Contributing
|
||||||
|
|
||||||
|
Feel like our bot is missing a feature? We welcome your pull requests! Few pointers for contributions:
|
||||||
|
|
||||||
|
- Create your PR against the `develop` branch, not `master`.
|
||||||
|
- New features need to contain unit tests.
|
||||||
|
- If you are unsure, discuss the feature in a (issue)[https://github.com/gcarq/freqtrade/issues] before a PR.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user