-
This will help select a replacement library to move to from ta-lib.
`$ egrep -roh 'ta\..*\(' .|sort -u`
gives
```
ta.ADX(
ta.CCI(
ta.CDLHAMMER(
ta.CMO(
ta.EMA(
ta.MACD(
ta.MAX(
ta.MFI(
…
-
Im running the docker version posted to docker hub (deviavir/zenbot:unstable)
I first noticed the issue after backtesting Jan 2021 and getting a return of just over 300% but when I did the same bac…
-
Here is the list of prior threads on the subject, and it appears to be implementable at least as a side to do some spot paper trading with alpaca using freqtrade strategies. Has anyone achieved this, …
-
Hello , can someone implements this strategy? Thanks You !
-
## Describe your environment
(if applicable)
* Operating system: ubuntu server
* Python Version: 3.9.0
* CCXT version: 4.1.74
* Freqtrade Version: tag [2023.12](https://github.com/f…
-
When the market crashes the unclogger will keep unclogging profits away.
Freqtrade protections should help to prevent this.
-
@davidzr This is a really great repo!
May I know whether it's still under maintenance? I'm using the latest freqtrade and I see some warnings in backtesting. We have some deprecated usage, e.g. `bu…
-
Let's remove ta-lib from dependencies. This will simplify the installation process a lot.
* It's only used in default/sample strategy/hyperopt...
* A consensus for replacement library should be fo…
-
## Describe your environment
* Operating system: Windows 10
* Python Version: Python 3.11.2
* CCXT version: 4.4.24
* Freqtrade Version: freqtrade 2024.10
This message appeared when I cu…
-
hello ,
can you please help me implement this into my freqtrade?
i went to the freqtradebot.py and added the line:
self.strategy.set_ft(self)
around line 66
# Cache values for 180…