-
HI! so this isnt any issue of the code, but i am not able to grasp the readme completely and have not yet figured out how to exactly run and set up the code. i do not know how to use the makefile. any…
-
Hi,
Great job so far. I really appreciate the tool.
**Is your feature request related to a problem? Please describe.**
For the tool to be complete, I needed the historical data (prices, volume …
-
Hi,
when I try to get atr with this command
data = client.get_klines(symbol=pair, interval=period)
high = [float(entry[2]) for entry in data]
low = [float(entry[3]) for entry…
-
First of all, thanks for the work on this library! I have a stupid question about the Elder's Market Thermometer indicator.
I've been using the indicator from both Tradingview (using lazybear's vers…
-
**Describe the issue**
When subscribing to websocket kline updates for a symbol, the closing price is incorrectly reported when multiple subscriptions are made to the same symbol using different klin…
-
Is there any example to use the futures side? I just couldn't decode the code. So can you give an example or help?
-
## Describe your environment
* Operating system: macOS 10.14.4
* Python Version: Python 3.9.6(`python -V`)
* CCXT version: 1.57.3(`pip freeze | grep ccxt`)
* Freqtrade Version: 2021…
-
- OS:Ubuntu
- Programming Language version:Python 3.8
- CCXT version: ccxt-1.52.82
Hi I have a problem wih gettng an error always after 4th iteration:;
```
[5 rows x 8 columns]
Fetching new b…
-
* Operating system: Raspbian
* Python Version: Python 3.7.3
* Freqtrade Version: develop-0d5833ed
## Describe the problem:
randomly getting
freqtrade.exchange.common - WARNING - _a…
-
how could I get data details, including but not limited to market, trade and kline.
for example:
![image](https://user-images.githubusercontent.com/33723964/108225450-e9f29180-7176-11eb-8a87-e71db0f…