Compare commits

...

3 Commits

Author SHA1 Message Date
Matthias 4c9e608a1a chore: bump version to 2025.9.1 2025-10-07 06:33:59 +02:00
Matthias 90665731c1 fix: bitvavo is now using tick-size for pricing and amount rounding 2025-10-07 06:33:35 +02:00
Matthias 7a9ea40d72 chore: bump ccxt to 4.5.7 2025-10-07 06:33:27 +02:00
4 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"""Freqtrade bot"""
__version__ = "2025.9"
__version__ = "2025.9.1"
if "dev" in __version__:
from pathlib import Path
-10
View File
@@ -2,8 +2,6 @@
import logging
from ccxt import DECIMAL_PLACES
from freqtrade.exchange import Exchange
from freqtrade.exchange.exchange_types import FtHas
@@ -24,11 +22,3 @@ class Bitvavo(Exchange):
_ft_has: FtHas = {
"ohlcv_candle_limit": 1440,
}
@property
def precisionMode(self) -> int:
"""
Exchange ccxt precisionMode
Override due to https://github.com/ccxt/ccxt/issues/20408
"""
return DECIMAL_PLACES
+1 -1
View File
@@ -1,7 +1,7 @@
from freqtrade_client.ft_rest_client import FtRestClient
__version__ = "2025.9"
__version__ = "2025.9.1"
if "dev" in __version__:
from pathlib import Path
+1 -1
View File
@@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16
ta-lib==0.6.7
technical==1.5.3
ccxt==4.5.5
ccxt==4.5.7
cryptography==46.0.1
aiohttp==3.12.15
SQLAlchemy==2.0.43