forked from freqtrade/freqtrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace garq with freqtrade
- Loading branch information
Showing
14 changed files
with
81 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# freqtrade | ||
|
||
[](https://travis-ci.org/gcarq/freqtrade) | ||
[](https://coveralls.io/github/gcarq/freqtrade?branch=develop) | ||
[](https://codeclimate.com/github/gcarq/freqtrade/maintainability) | ||
[](https://travis-ci.org/freqtrade/freqtrade) | ||
[](https://coveralls.io/github/freqtrade/freqtrade?branch=develop) | ||
[](https://codeclimate.com/github/freqtrade/freqtrade/maintainability) | ||
|
||
|
||
Simple High frequency trading bot for crypto currencies designed to | ||
support multi exchanges and be controlled via Telegram. | ||
|
||
 | ||
 | ||
|
||
## Disclaimer | ||
This software is for educational purposes only. Do not risk money which | ||
|
@@ -25,12 +25,12 @@ hesitate to read the source code and understand the mechanism of this bot. | |
## Table of Contents | ||
- [Features](#features) | ||
- [Quick start](#quick-start) | ||
- [Documentations](https://github.com/gcarq/freqtrade/blob/develop/docs/index.md) | ||
- [Installation](https://github.com/gcarq/freqtrade/blob/develop/docs/installation.md) | ||
- [Configuration](https://github.com/gcarq/freqtrade/blob/develop/docs/configuration.md) | ||
- [Strategy Optimization](https://github.com/gcarq/freqtrade/blob/develop/docs/bot-optimization.md) | ||
- [Backtesting](https://github.com/gcarq/freqtrade/blob/develop/docs/backtesting.md) | ||
- [Hyperopt](https://github.com/gcarq/freqtrade/blob/develop/docs/hyperopt.md) | ||
- [Documentations](https://github.com/freqtrade/freqtrade/blob/develop/docs/index.md) | ||
- [Installation](https://github.com/freqtrade/freqtrade/blob/develop/docs/installation.md) | ||
- [Configuration](https://github.com/freqtrade/freqtrade/blob/develop/docs/configuration.md) | ||
- [Strategy Optimization](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md) | ||
- [Backtesting](https://github.com/freqtrade/freqtrade/blob/develop/docs/backtesting.md) | ||
- [Hyperopt](https://github.com/freqtrade/freqtrade/blob/develop/docs/hyperopt.md) | ||
- [Support](#support) | ||
- [Help](#help--slack) | ||
- [Bugs](#bugs--issues) | ||
|
@@ -73,7 +73,7 @@ strategy parameters with real exchange data. | |
## Quick start | ||
This quick start section is a very short explanation on how to test the | ||
bot in dry-run. We invite you to read the | ||
[bot documentation](https://github.com/gcarq/freqtrade/blob/develop/docs/index.md) | ||
[bot documentation](https://github.com/freqtrade/freqtrade/blob/develop/docs/index.md) | ||
to ensure you understand how the bot is working. | ||
|
||
### Easy installation | ||
|
@@ -87,7 +87,7 @@ The following steps are made for Linux/MacOS environment | |
|
||
**1. Clone the repo** | ||
```bash | ||
git clone [email protected]:gcarq/freqtrade.git | ||
git clone [email protected]:freqtrade/freqtrade.git | ||
git checkout develop | ||
cd freqtrade | ||
``` | ||
|
@@ -109,26 +109,26 @@ For any questions not covered by the documentation or for further | |
information about the bot, we encourage you to join our slack channel. | ||
- [Click here to join Slack channel](https://join.slack.com/t/highfrequencybot/shared_invite/enQtMjQ5NTM0OTYzMzY3LWMxYzE3M2MxNDdjMGM3ZTYwNzFjMGIwZGRjNTc3ZGU3MGE3NzdmZGMwNmU3NDM5ZTNmM2Y3NjRiNzk4NmM4OGE). | ||
|
||
### [Bugs / Issues](https://github.com/gcarq/freqtrade/issues?q=is%3Aissue) | ||
### [Bugs / Issues](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue) | ||
If you discover a bug in the bot, please | ||
[search our issue tracker](https://github.com/gcarq/freqtrade/issues?q=is%3Aissue) | ||
[search our issue tracker](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue) | ||
first. If it hasn't been reported, please | ||
[create a new issue](https://github.com/gcarq/freqtrade/issues/new) and | ||
[create a new issue](https://github.com/freqtrade/freqtrade/issues/new) and | ||
ensure you follow the template guide so that our team can assist you as | ||
quickly as possible. | ||
|
||
### [Feature Requests](https://github.com/gcarq/freqtrade/labels/enhancement) | ||
### [Feature Requests](https://github.com/freqtrade/freqtrade/labels/enhancement) | ||
Have you a great idea to improve the bot you want to share? Please, | ||
first search if this feature was not [already discussed](https://github.com/gcarq/freqtrade/labels/enhancement). | ||
first search if this feature was not [already discussed](https://github.com/freqtrade/freqtrade/labels/enhancement). | ||
If it hasn't been requested, please | ||
[create a new request](https://github.com/gcarq/freqtrade/issues/new) | ||
[create a new request](https://github.com/freqtrade/freqtrade/issues/new) | ||
and ensure you follow the template guide so that it does not get lost | ||
in the bug reports. | ||
|
||
### [Pull Requests](https://github.com/gcarq/freqtrade/pulls) | ||
### [Pull Requests](https://github.com/freqtrade/freqtrade/pulls) | ||
Feel like our bot is missing a feature? We welcome your pull requests! | ||
Please read our | ||
[Contributing document](https://github.com/gcarq/freqtrade/blob/develop/CONTRIBUTING.md) | ||
[Contributing document](https://github.com/freqtrade/freqtrade/blob/develop/CONTRIBUTING.md) | ||
to understand the requirements before sending your pull-requests. | ||
|
||
**Important:** Always create your PR against the `develop` branch, not | ||
|
@@ -171,14 +171,14 @@ optional arguments: | |
only if dry_run is enabled. | ||
``` | ||
More details on: | ||
- [How to run the bot](https://github.com/gcarq/freqtrade/blob/develop/docs/bot-usage.md#bot-commands) | ||
- [How to use Backtesting](https://github.com/gcarq/freqtrade/blob/develop/docs/bot-usage.md#backtesting-commands) | ||
- [How to use Hyperopt](https://github.com/gcarq/freqtrade/blob/develop/docs/bot-usage.md#hyperopt-commands) | ||
- [How to run the bot](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-usage.md#bot-commands) | ||
- [How to use Backtesting](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-usage.md#backtesting-commands) | ||
- [How to use Hyperopt](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-usage.md#hyperopt-commands) | ||
### Telegram RPC commands | ||
Telegram is not mandatory. However, this is a great way to control your | ||
bot. More details on our | ||
[documentation](https://github.com/gcarq/freqtrade/blob/develop/docs/index.md) | ||
[documentation](https://github.com/freqtrade/freqtrade/blob/develop/docs/index.md) | ||
- `/start`: Starts the trader | ||
- `/stop`: Stops the trader | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.