26 lines
833 B
Markdown
26 lines
833 B
Markdown
---
|
|
name: Question
|
|
about: Ask a question you could not find an answer in the docs
|
|
title: ''
|
|
labels: "Question"
|
|
assignees: ''
|
|
|
|
---
|
|
<!--
|
|
Have you searched for similar issues before posting it?
|
|
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
|
|
|
|
Please do not use the question template to report bugs or to request new features.
|
|
-->
|
|
|
|
## Describe your environment
|
|
|
|
* Operating system: ____
|
|
* Python Version: _____ (`python -V`)
|
|
* CCXT version: _____ (`pip freeze | grep ccxt`)
|
|
* Freqtrade Version: ____ (`freqtrade -V` or `docker-compose run --rm freqtrade -V` for Freqtrade running in docker)
|
|
|
|
## Your question
|
|
|
|
*Ask the question you have not been able to find an answer in the [Documentation](https://www.freqtrade.io/en/latest/)*
|