31 lines
709 B
Markdown
31 lines
709 B
Markdown
## Step 1: Have you search for this issue before posting it?
|
|
|
|
If you have discovered a bug in the bot, please [search our issue tracker](https://github.com/gcarq/freqtrade/issues?q=is%3Aissue).
|
|
If it hasn't been reported, please create a new issue.
|
|
|
|
## Step 2: Describe your environment
|
|
|
|
* Python Version: _____ (`python -V`)
|
|
* Branch: Master | Develop
|
|
* Last Commit ID: _____ (`git log --format="%H" -n 1`)
|
|
|
|
## Step 3: Describe the problem:
|
|
*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
|
|
```
|