2018-01-03 07:34:26 +00:00
|
|
|
## Step 1: Have you search for this issue before posting it?
|
|
|
|
|
2018-06-03 21:07:00 +00:00
|
|
|
If you have discovered a bug in the bot, please [search our issue tracker](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue).
|
2018-01-03 07:34:26 +00:00
|
|
|
If it hasn't been reported, please create a new issue.
|
|
|
|
|
|
|
|
## Step 2: Describe your environment
|
|
|
|
|
2019-08-03 18:04:49 +00:00
|
|
|
* Operating system: ____
|
2018-01-03 07:34:26 +00:00
|
|
|
* Python Version: _____ (`python -V`)
|
2018-06-12 05:00:58 +00:00
|
|
|
* CCXT version: _____ (`pip freeze | grep ccxt`)
|
2018-01-03 07:34:26 +00:00
|
|
|
* Branch: Master | Develop
|
|
|
|
* Last Commit ID: _____ (`git log --format="%H" -n 1`)
|
2018-06-12 05:00:58 +00:00
|
|
|
|
2018-01-03 07:34:26 +00:00
|
|
|
## Step 3: Describe the problem:
|
2018-06-12 05:00:58 +00:00
|
|
|
|
2018-01-03 07:34:26 +00:00
|
|
|
*Explain the problem you have encountered*
|
|
|
|
|
|
|
|
### Steps to reproduce:
|
|
|
|
|
|
|
|
1. _____
|
|
|
|
2. _____
|
|
|
|
3. _____
|
|
|
|
|
|
|
|
### Observed Results:
|
|
|
|
|
|
|
|
* What happened?
|
|
|
|
* What did you expect to happen?
|
|
|
|
|
|
|
|
### Relevant code exceptions or logs:
|
|
|
|
|
|
|
|
```
|
|
|
|
// paste your log here
|
|
|
|
```
|