-
-
A wishlist for probabilistic regression methods to implement or interface.
Number of stars at the end is estimated difficulty or time investment.
GLM
- [ ] generalized linear model(s) with regres…
-
## Not entry on signal
* Operating system:Debian GNU/Linux 11 (bullseye)
* Python Version: Python 3.9.2
* CCXT version: ccxt==4.0.36
* Freqtrade Version: freqtrade 2023.7
## You…
-
Nadaraya-Watson Nadaraya-Watson is not showing the data the same as tradingview, in fact they are quite different especially in the upper line
-
* Operating system: ubuntu raspberry
* Python Version: _____ (3.9.7`)
* Freqtrade Version: ____ (`'2022.4.2)
i have this conditions in strategy:
```
con3 = (
(d…
-
The current `.instrumental_broadening()` method probably has a bug (converting FWHM and sigma in the wrong direction). Pretty sure I just fixed that. But while doing so I was reminded of another issu…
gully updated
2 years ago
-
Raspberry 4```
ubuntu 20.04
Python 3.9
cctx 1.76.65
freqtrade 2022.3
this strategy working fine in dry and live mode but dont work in backtesting.
the problem is in the custom variables
D…
-
Raspberry 4
ubuntu 20.04
Python 3.9
cctx 1.76.65
freqtrade 2022.3
i try to use confirm_trade_entry() but...never fires when a trade is started
now for testing function:
```
def confirm_t…
-
**Description of the bug**
I am fitting a Local Linear Forest (LLF) model to a dataset with just 3 variables and the predictions from the LLF model look reasonable. However, I am surprised that the v…
-
I have finished a TensorFlow implementation of Nadaraya-Watson Kernel Regression.
Unfortunately, it might be numerically unstable or I still have a bug (the likely problem).
I am unable to find the …