2020-05-24 17:18:28 +00:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
2020-05-25 04:22:01 +00:00
|
|
|
labels: "Triage Needed"
|
2020-05-24 17:18:28 +00:00
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
2020-05-23 17:21:14 +00:00
|
|
|
<!--
|
2020-05-24 18:15:10 +00:00
|
|
|
Have you searched for similar issues before posting it?
|
2018-01-03 07:34:26 +00:00
|
|
|
|
2021-11-02 19:26:38 +00:00
|
|
|
If you have discovered a bug in the bot, please [search the 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.
|
2020-05-24 17:18:28 +00:00
|
|
|
|
2020-05-27 17:38:21 +00:00
|
|
|
Please do not use bug reports to request new features.
|
2020-05-23 17:21:14 +00:00
|
|
|
-->
|
2018-01-03 07:34:26 +00:00
|
|
|
|
2020-05-23 17:21:14 +00:00
|
|
|
## Describe your environment
|
2018-01-03 07:34:26 +00:00
|
|
|
|
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`)
|
2020-05-25 04:22:01 +00:00
|
|
|
* Freqtrade Version: ____ (`freqtrade -V` or `docker-compose run --rm freqtrade -V` for Freqtrade running in docker)
|
2018-06-12 05:00:58 +00:00
|
|
|
|
2020-05-24 18:15:10 +00:00
|
|
|
Note: All issues other than enhancement requests will be closed without further comment if the above template is deleted or not filled out.
|
2020-05-23 17:21:14 +00:00
|
|
|
|
|
|
|
## 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?
|
|
|
|
|
2020-05-23 17:21:14 +00:00
|
|
|
### Relevant code exceptions or logs
|
|
|
|
|
2020-05-24 18:15:10 +00:00
|
|
|
Note: Please copy/paste text of the messages, no screenshots of logs please.
|
2018-01-03 07:34:26 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
// paste your log here
|
|
|
|
```
|